@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/3509/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/33848> ;
    ns1:bassoon <http://data.carnegiehall.org/names/10664> ;
    ns1:cello <http://data.carnegiehall.org/names/28073> ;
    ns1:conductor <http://data.carnegiehall.org/names/25801> ;
    ns1:flute <http://data.carnegiehall.org/names/55779> ;
    ns1:french_horn <http://data.carnegiehall.org/names/30773> ;
    ns1:oboe <http://data.carnegiehall.org/names/28083> ;
    ns2:performer <http://data.carnegiehall.org/names/10664>,
        <http://data.carnegiehall.org/names/25801>,
        <http://data.carnegiehall.org/names/28073>,
        <http://data.carnegiehall.org/names/28083>,
        <http://data.carnegiehall.org/names/30773>,
        <http://data.carnegiehall.org/names/33848>,
        <http://data.carnegiehall.org/names/55779> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

