@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/32782/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/17365> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/17214> ;
    ns2:cornet <http://data.carnegiehall.org/names/41140> ;
    ns2:drums <http://data.carnegiehall.org/names/70450> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/52747> ;
    ns1:performer <http://data.carnegiehall.org/names/17214>,
        <http://data.carnegiehall.org/names/17365>,
        <http://data.carnegiehall.org/names/41140>,
        <http://data.carnegiehall.org/names/52747>,
        <http://data.carnegiehall.org/names/70450> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15727> .

