@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/13505/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bassoon <http://data.carnegiehall.org/names/29893> ;
    ns2:clarinet <http://data.carnegiehall.org/names/26223> ;
    ns2:contrabassoon <http://data.carnegiehall.org/names/7989> ;
    ns2:double_bass <http://data.carnegiehall.org/names/9895> ;
    ns2:flute <http://data.carnegiehall.org/names/33008>,
        <http://data.carnegiehall.org/names/7219> ;
    ns2:french_horn <http://data.carnegiehall.org/names/23397> ;
    ns2:oboe <http://data.carnegiehall.org/names/28083> ;
    ns2:piccolo <http://data.carnegiehall.org/names/33008> ;
    ns2:trumpet <http://data.carnegiehall.org/names/23366>,
        <http://data.carnegiehall.org/names/55247> ;
    ns1:performer <http://data.carnegiehall.org/names/23366>,
        <http://data.carnegiehall.org/names/23397>,
        <http://data.carnegiehall.org/names/26223>,
        <http://data.carnegiehall.org/names/28083>,
        <http://data.carnegiehall.org/names/29893>,
        <http://data.carnegiehall.org/names/33008>,
        <http://data.carnegiehall.org/names/55247>,
        <http://data.carnegiehall.org/names/7219>,
        <http://data.carnegiehall.org/names/7989>,
        <http://data.carnegiehall.org/names/9895> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

