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

<http://data.carnegiehall.org/events/53679/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:bass_clarinet <http://data.carnegiehall.org/names/97637> ;
    ns3:cello <http://data.carnegiehall.org/names/97639> ;
    ns3:clarinet <http://data.carnegiehall.org/names/97637> ;
    ns3:conductor <http://data.carnegiehall.org/names/97642> ;
    ns3:flute <http://data.carnegiehall.org/names/97636> ;
    ns3:percussion <http://data.carnegiehall.org/names/97641>,
        <http://data.carnegiehall.org/names/97642> ;
    ns3:piano <http://data.carnegiehall.org/names/97640> ;
    ns3:violin <http://data.carnegiehall.org/names/97638> ;
    ns1:performer <http://data.carnegiehall.org/names/97636>,
        <http://data.carnegiehall.org/names/97637>,
        <http://data.carnegiehall.org/names/97638>,
        <http://data.carnegiehall.org/names/97639>,
        <http://data.carnegiehall.org/names/97640>,
        <http://data.carnegiehall.org/names/97641>,
        <http://data.carnegiehall.org/names/97642> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

