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

<http://data.carnegiehall.org/events/12414/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/13833> ;
    ns2:bassoon <http://data.carnegiehall.org/names/58717> ;
    ns2:clarinet <http://data.carnegiehall.org/names/41711> ;
    ns2:contrabassoon <http://data.carnegiehall.org/names/1200> ;
    ns2:english_horn <http://data.carnegiehall.org/names/9327> ;
    ns2:flute <http://data.carnegiehall.org/names/46110> ;
    ns2:oboe <http://data.carnegiehall.org/names/57990> ;
    ns2:piccolo <http://data.carnegiehall.org/names/20432> ;
    ns3:performer <http://data.carnegiehall.org/names/1200>,
        <http://data.carnegiehall.org/names/13833>,
        <http://data.carnegiehall.org/names/20432>,
        <http://data.carnegiehall.org/names/41711>,
        <http://data.carnegiehall.org/names/46110>,
        <http://data.carnegiehall.org/names/57990>,
        <http://data.carnegiehall.org/names/58717>,
        <http://data.carnegiehall.org/names/9327> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

