@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/33557/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:flute <http://data.carnegiehall.org/names/43026> ;
    ns1:guitar <http://data.carnegiehall.org/names/45145> ;
    ns1:percussion <http://data.carnegiehall.org/names/45144> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/20387> ;
    ns1:viola <http://data.carnegiehall.org/names/34173> ;
    ns1:xylorimba <http://data.carnegiehall.org/names/45835> ;
    ns2:performer <http://data.carnegiehall.org/names/20387>,
        <http://data.carnegiehall.org/names/34173>,
        <http://data.carnegiehall.org/names/43026>,
        <http://data.carnegiehall.org/names/45144>,
        <http://data.carnegiehall.org/names/45145>,
        <http://data.carnegiehall.org/names/45835> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

