@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/23494/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bassoon <http://data.carnegiehall.org/names/16944> ;
    ns2:clarinet <http://data.carnegiehall.org/names/16941> ;
    ns2:e_flat_clarinet <http://data.carnegiehall.org/names/47218> ;
    ns2:euphonium <http://data.carnegiehall.org/names/54868> ;
    ns2:flute <http://data.carnegiehall.org/names/37189> ;
    ns2:french_horn <http://data.carnegiehall.org/names/25009> ;
    ns2:oboe <http://data.carnegiehall.org/names/27635> ;
    ns2:saxophone <http://data.carnegiehall.org/names/2533> ;
    ns2:trombone <http://data.carnegiehall.org/names/24096> ;
    ns1:performer <http://data.carnegiehall.org/names/16941>,
        <http://data.carnegiehall.org/names/16944>,
        <http://data.carnegiehall.org/names/24096>,
        <http://data.carnegiehall.org/names/25009>,
        <http://data.carnegiehall.org/names/2533>,
        <http://data.carnegiehall.org/names/27635>,
        <http://data.carnegiehall.org/names/37189>,
        <http://data.carnegiehall.org/names/47218>,
        <http://data.carnegiehall.org/names/54868> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

