@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/2340/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Dialogues" ;
    ns1:cello <http://data.carnegiehall.org/names/1097> ;
    ns1:conductor <http://data.carnegiehall.org/names/47475> ;
    ns1:flute <http://data.carnegiehall.org/names/21200> ;
    ns1:percussion <http://data.carnegiehall.org/names/38555> ;
    ns1:piano <http://data.carnegiehall.org/names/32842> ;
    ns1:soprano <http://data.carnegiehall.org/names/38553> ;
    ns1:trumpet <http://data.carnegiehall.org/names/744> ;
    ns2:performer <http://data.carnegiehall.org/names/1097>,
        <http://data.carnegiehall.org/names/21200>,
        <http://data.carnegiehall.org/names/32842>,
        <http://data.carnegiehall.org/names/38553>,
        <http://data.carnegiehall.org/names/38555>,
        <http://data.carnegiehall.org/names/47475>,
        <http://data.carnegiehall.org/names/744> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8827> ;
    rdfs:comment "New York premiere" .

