@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/1826/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "All Set" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/73677> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/22620> ;
    ns1:conductor <http://data.carnegiehall.org/names/8676> ;
    ns1:double_bass <http://data.carnegiehall.org/names/73679> ;
    ns1:percussion <http://data.carnegiehall.org/names/48968> ;
    ns1:piano <http://data.carnegiehall.org/names/6600> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/51246> ;
    ns1:trombone <http://data.carnegiehall.org/names/8253> ;
    ns1:trumpet <http://data.carnegiehall.org/names/73678> ;
    ns2:performer <http://data.carnegiehall.org/names/22620>,
        <http://data.carnegiehall.org/names/48968>,
        <http://data.carnegiehall.org/names/51246>,
        <http://data.carnegiehall.org/names/6600>,
        <http://data.carnegiehall.org/names/73677>,
        <http://data.carnegiehall.org/names/73678>,
        <http://data.carnegiehall.org/names/73679>,
        <http://data.carnegiehall.org/names/8253>,
        <http://data.carnegiehall.org/names/8676> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/43171> .

