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

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

