@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/69090/work_09> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The 29ers" ;
    ns2:drums <http://data.carnegiehall.org/names/131698> ;
    ns2:guitar <http://data.carnegiehall.org/names/131693> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/131689> ;
    ns2:trombone <http://data.carnegiehall.org/names/131681> ;
    ns2:trumpet <http://data.carnegiehall.org/names/63381> ;
    ns1:performer <http://data.carnegiehall.org/names/131681>,
        <http://data.carnegiehall.org/names/131689>,
        <http://data.carnegiehall.org/names/131693>,
        <http://data.carnegiehall.org/names/131698>,
        <http://data.carnegiehall.org/names/63381> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/115971> ;
    rdfs:comment "world premiere" .

