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

<http://data.carnegiehall.org/events/23285/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Emergence" ;
    ns3:cello <http://data.carnegiehall.org/names/20015> ;
    ns3:piano <http://data.carnegiehall.org/names/46126> ;
    ns3:piano_trio <http://data.carnegiehall.org/names/46129> ;
    ns3:violin <http://data.carnegiehall.org/names/50596> ;
    ns1:performer <http://data.carnegiehall.org/names/20015>,
        <http://data.carnegiehall.org/names/46126>,
        <http://data.carnegiehall.org/names/46129>,
        <http://data.carnegiehall.org/names/50596> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/37537> ;
    rdfs:comment "New York premiere" .

