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

<http://data.carnegiehall.org/events/50754/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Essent VII III/XVI" ;
    ns3:cello <http://data.carnegiehall.org/names/92981> ;
    ns3:clarinet <http://data.carnegiehall.org/names/61064> ;
    ns3:flute <http://data.carnegiehall.org/names/53428> ;
    ns3:piano <http://data.carnegiehall.org/names/92982> ;
    ns3:piccolo <http://data.carnegiehall.org/names/53428> ;
    ns3:sprechstimme <http://data.carnegiehall.org/names/92980> ;
    ns3:viola <http://data.carnegiehall.org/names/28597> ;
    ns3:violin <http://data.carnegiehall.org/names/28597> ;
    ns2:performer <http://data.carnegiehall.org/names/28597>,
        <http://data.carnegiehall.org/names/53428>,
        <http://data.carnegiehall.org/names/61064>,
        <http://data.carnegiehall.org/names/92980>,
        <http://data.carnegiehall.org/names/92981>,
        <http://data.carnegiehall.org/names/92982> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/86037> ;
    rdfs:comment "world premiere" .

