@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/21096/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Quartet for Clarinet, Horn, Cello, and Snare Drum, H. 139" ;
    ns1:cello <http://data.carnegiehall.org/names/43355> ;
    ns1:clarinet <http://data.carnegiehall.org/names/90646> ;
    ns1:french_horn <http://data.carnegiehall.org/names/37517> ;
    ns1:snare_drum <http://data.carnegiehall.org/names/90647> ;
    ns2:performer <http://data.carnegiehall.org/names/37517>,
        <http://data.carnegiehall.org/names/43355>,
        <http://data.carnegiehall.org/names/90646>,
        <http://data.carnegiehall.org/names/90647> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53491> ;
    rdfs:comment "New York premiere" .

