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

<http://data.carnegiehall.org/events/29873/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Composition for Four Instruments" ;
    ns2:cello <http://data.carnegiehall.org/names/6859> ;
    ns2:clarinet <http://data.carnegiehall.org/names/47076> ;
    ns2:flute <http://data.carnegiehall.org/names/20494> ;
    ns2:violin <http://data.carnegiehall.org/names/43968> ;
    ns1:performer <http://data.carnegiehall.org/names/20494>,
        <http://data.carnegiehall.org/names/43968>,
        <http://data.carnegiehall.org/names/47076>,
        <http://data.carnegiehall.org/names/6859> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11427> .

