@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/21407/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Quartet No. 2 for Piano and Winds" ;
    ns3:bassoon <http://data.carnegiehall.org/names/14755> ;
    ns3:oboe <http://data.carnegiehall.org/names/37173> ;
    ns3:piano <http://data.carnegiehall.org/names/55719> ;
    ns3:trumpet <http://data.carnegiehall.org/names/44769> ;
    ns1:performer <http://data.carnegiehall.org/names/14755>,
        <http://data.carnegiehall.org/names/37173>,
        <http://data.carnegiehall.org/names/44769>,
        <http://data.carnegiehall.org/names/55719> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/48661> .

