@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/35778/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto <http://data.carnegiehall.org/names/30627>,
        <http://data.carnegiehall.org/names/54671> ;
    ns2:clarinet <http://data.carnegiehall.org/names/1843> ;
    ns2:flute <http://data.carnegiehall.org/names/55779> ;
    ns2:oboe <http://data.carnegiehall.org/names/14170> ;
    ns2:piano <http://data.carnegiehall.org/names/60745> ;
    ns2:soprano <http://data.carnegiehall.org/names/22778> ;
    ns2:viola <http://data.carnegiehall.org/names/14169> ;
    ns1:performer <http://data.carnegiehall.org/names/14169>,
        <http://data.carnegiehall.org/names/14170>,
        <http://data.carnegiehall.org/names/1843>,
        <http://data.carnegiehall.org/names/22778>,
        <http://data.carnegiehall.org/names/30627>,
        <http://data.carnegiehall.org/names/54671>,
        <http://data.carnegiehall.org/names/55779>,
        <http://data.carnegiehall.org/names/60745> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

