@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/37699/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dervish" ;
    ns1:cello <http://data.carnegiehall.org/names/38733> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/61796> ;
    ns1:conductor <http://data.carnegiehall.org/names/61781> ;
    ns1:percussion <http://data.carnegiehall.org/names/61798> ;
    ns1:qanun <http://data.carnegiehall.org/names/61811> ;
    ns1:tutek <http://data.carnegiehall.org/names/61807> ;
    ns1:viola <http://data.carnegiehall.org/names/34796> ;
    ns1:violin <http://data.carnegiehall.org/names/24399> ;
    ns1:vocalist <http://data.carnegiehall.org/names/61784> ;
    ns2:performer <http://data.carnegiehall.org/names/24399>,
        <http://data.carnegiehall.org/names/34796>,
        <http://data.carnegiehall.org/names/38733>,
        <http://data.carnegiehall.org/names/61781>,
        <http://data.carnegiehall.org/names/61784>,
        <http://data.carnegiehall.org/names/61796>,
        <http://data.carnegiehall.org/names/61798>,
        <http://data.carnegiehall.org/names/61807>,
        <http://data.carnegiehall.org/names/61811> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/59818> .

