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

<http://data.carnegiehall.org/events/42979/work_05> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q1363276>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Aria: Quartet for Piano, Violin, Cello, and Clarinet" ;
    ns1:cello <http://data.carnegiehall.org/names/73494> ;
    ns1:clarinet <http://data.carnegiehall.org/names/73491> ;
    ns1:piano <http://data.carnegiehall.org/names/66276> ;
    ns1:violin <http://data.carnegiehall.org/names/73492> ;
    ns3:performer <http://data.carnegiehall.org/names/66276>,
        <http://data.carnegiehall.org/names/73491>,
        <http://data.carnegiehall.org/names/73492>,
        <http://data.carnegiehall.org/names/73494> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/69966> ;
    rdfs:comment "United States premiere" .

