@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/17819/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bassoon <http://data.carnegiehall.org/names/31979> ;
    ns2:cello <http://data.carnegiehall.org/names/38805> ;
    ns2:clarinet <http://data.carnegiehall.org/names/8952> ;
    ns2:flute <http://data.carnegiehall.org/names/2017> ;
    ns2:oboe <http://data.carnegiehall.org/names/58245> ;
    ns2:viola <http://data.carnegiehall.org/names/27421> ;
    ns2:violin <http://data.carnegiehall.org/names/55238>,
        <http://data.carnegiehall.org/names/61170> ;
    ns3:performer <http://data.carnegiehall.org/names/2017>,
        <http://data.carnegiehall.org/names/27421>,
        <http://data.carnegiehall.org/names/31979>,
        <http://data.carnegiehall.org/names/38805>,
        <http://data.carnegiehall.org/names/55238>,
        <http://data.carnegiehall.org/names/58245>,
        <http://data.carnegiehall.org/names/61170>,
        <http://data.carnegiehall.org/names/8952> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

