@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/12478/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:cello <http://data.carnegiehall.org/names/20480> ;
    ns2:english_horn <http://data.carnegiehall.org/names/29783> ;
    ns2:flute <http://data.carnegiehall.org/names/36053>,
        <http://data.carnegiehall.org/names/46182> ;
    ns2:oboe <http://data.carnegiehall.org/names/74915> ;
    ns2:organ <http://data.carnegiehall.org/names/27272> ;
    ns2:violin <http://data.carnegiehall.org/names/59028> ;
    ns1:performer <http://data.carnegiehall.org/names/20480>,
        <http://data.carnegiehall.org/names/27272>,
        <http://data.carnegiehall.org/names/29783>,
        <http://data.carnegiehall.org/names/36053>,
        <http://data.carnegiehall.org/names/46182>,
        <http://data.carnegiehall.org/names/59028>,
        <http://data.carnegiehall.org/names/74915> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

