@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/42706/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Da edad de kinze anyos (\"Since the Age of Fifteen\" -- Ladino)" ;
    ns1:darabukka <http://data.carnegiehall.org/names/72779> ;
    ns1:guitar <http://data.carnegiehall.org/names/72776> ;
    ns1:ney <http://data.carnegiehall.org/names/72777> ;
    ns1:percussion <http://data.carnegiehall.org/names/72780> ;
    ns1:qanun <http://data.carnegiehall.org/names/72778> ;
    ns1:turkish_clarinet <http://data.carnegiehall.org/names/72777> ;
    ns1:vocalist <http://data.carnegiehall.org/names/72775> ;
    ns2:performer <http://data.carnegiehall.org/names/72775>,
        <http://data.carnegiehall.org/names/72776>,
        <http://data.carnegiehall.org/names/72777>,
        <http://data.carnegiehall.org/names/72778>,
        <http://data.carnegiehall.org/names/72779>,
        <http://data.carnegiehall.org/names/72780> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69269> .

