@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/30437/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "All Set" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/57460> ;
    ns2:conductor <http://data.carnegiehall.org/names/26755> ;
    ns2:double_bass <http://data.carnegiehall.org/names/27106> ;
    ns2:drums <http://data.carnegiehall.org/names/42211> ;
    ns2:piano <http://data.carnegiehall.org/names/9344> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/16049> ;
    ns2:trombone <http://data.carnegiehall.org/names/16319> ;
    ns2:trumpet <http://data.carnegiehall.org/names/16318> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/52310> ;
    ns1:performer <http://data.carnegiehall.org/names/16049>,
        <http://data.carnegiehall.org/names/16318>,
        <http://data.carnegiehall.org/names/16319>,
        <http://data.carnegiehall.org/names/26755>,
        <http://data.carnegiehall.org/names/27106>,
        <http://data.carnegiehall.org/names/42211>,
        <http://data.carnegiehall.org/names/52310>,
        <http://data.carnegiehall.org/names/57460>,
        <http://data.carnegiehall.org/names/9344> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/43171> .

