@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/73622/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Quartet for Flute, Clarinet, Violin, and Piano" ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/59073> ;
    ns3:clarinet <http://data.carnegiehall.org/names/22100> ;
    ns3:flute <http://data.carnegiehall.org/names/47812> ;
    ns3:piano <http://data.carnegiehall.org/names/42900> ;
    ns3:violin <http://data.carnegiehall.org/names/28922> ;
    ns1:performer <http://data.carnegiehall.org/names/22100>,
        <http://data.carnegiehall.org/names/28922>,
        <http://data.carnegiehall.org/names/42900>,
        <http://data.carnegiehall.org/names/47812>,
        <http://data.carnegiehall.org/names/59073> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/117180> ;
    rdfs:comment "world premiere" .

