@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/36631/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "10 Pieces for Wind Quintet" ;
    ns3:bassoon <http://data.carnegiehall.org/names/35582> ;
    ns3:clarinet <http://data.carnegiehall.org/names/23620> ;
    ns3:flute <http://data.carnegiehall.org/names/57989> ;
    ns3:french_horn <http://data.carnegiehall.org/names/45192> ;
    ns3:oboe <http://data.carnegiehall.org/names/57988> ;
    ns3:wind_quintet <http://data.carnegiehall.org/names/3702> ;
    ns2:performer <http://data.carnegiehall.org/names/23620>,
        <http://data.carnegiehall.org/names/35582>,
        <http://data.carnegiehall.org/names/3702>,
        <http://data.carnegiehall.org/names/45192>,
        <http://data.carnegiehall.org/names/57988>,
        <http://data.carnegiehall.org/names/57989> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/34474> .

