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

<http://data.carnegiehall.org/events/42706/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Entre las huertas (\"Between the Gardens\" -- Ladino)" ;
    ns2:darabukka <http://data.carnegiehall.org/names/72779> ;
    ns2:guitar <http://data.carnegiehall.org/names/72776> ;
    ns2:ney <http://data.carnegiehall.org/names/72777> ;
    ns2:percussion <http://data.carnegiehall.org/names/72780> ;
    ns2:qanun <http://data.carnegiehall.org/names/72778> ;
    ns2:turkish_clarinet <http://data.carnegiehall.org/names/72777> ;
    ns2:vocalist <http://data.carnegiehall.org/names/72775> ;
    ns1: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/69270> .

