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

<http://data.carnegiehall.org/events/11802/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:congas <http://data.carnegiehall.org/names/56017> ;
    ns1:flute <http://data.carnegiehall.org/names/38745> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/3417> ;
    ns1:jazz_quartet <http://data.carnegiehall.org/names/11839> ;
    ns1:trumpet <http://data.carnegiehall.org/names/40509> ;
    ns1:vocalist <http://data.carnegiehall.org/names/4826> ;
    ns3:performer <http://data.carnegiehall.org/names/11839>,
        <http://data.carnegiehall.org/names/3417>,
        <http://data.carnegiehall.org/names/38745>,
        <http://data.carnegiehall.org/names/40509>,
        <http://data.carnegiehall.org/names/4826>,
        <http://data.carnegiehall.org/names/56017> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

