@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/17992/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bassoon <http://data.carnegiehall.org/names/33181> ;
    ns1:double_bass <http://data.carnegiehall.org/names/54203> ;
    ns1:percussion <http://data.carnegiehall.org/names/32278> ;
    ns1:trombone <http://data.carnegiehall.org/names/26802> ;
    ns1:trumpet <http://data.carnegiehall.org/names/12886> ;
    ns2:performer <http://data.carnegiehall.org/names/12886>,
        <http://data.carnegiehall.org/names/26802>,
        <http://data.carnegiehall.org/names/32278>,
        <http://data.carnegiehall.org/names/33181>,
        <http://data.carnegiehall.org/names/54203> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

