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

<http://data.carnegiehall.org/events/17629/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Woodwind Quintet No. 2" ;
    ns3:bassoon <http://data.carnegiehall.org/names/6960> ;
    ns3:clarinet <http://data.carnegiehall.org/names/46099> ;
    ns3:flute <http://data.carnegiehall.org/names/55754> ;
    ns3:french_horn <http://data.carnegiehall.org/names/8751> ;
    ns3:oboe <http://data.carnegiehall.org/names/59335> ;
    ns3:wind_quintet <http://data.carnegiehall.org/names/53889> ;
    ns2:performer <http://data.carnegiehall.org/names/46099>,
        <http://data.carnegiehall.org/names/53889>,
        <http://data.carnegiehall.org/names/55754>,
        <http://data.carnegiehall.org/names/59335>,
        <http://data.carnegiehall.org/names/6960>,
        <http://data.carnegiehall.org/names/8751> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/47089> ;
    rdfs:comment "world premiere" .

