@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/47028/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Burning Spear (Half Note Triplets)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/63526> ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/63526> ;
    ns1:double_bass <http://data.carnegiehall.org/names/9352> ;
    ns1:drums <http://data.carnegiehall.org/names/83390> ;
    ns1:flute <http://data.carnegiehall.org/names/63526> ;
    ns1:jazz_quartet <http://data.carnegiehall.org/names/83388> ;
    ns1:trumpet <http://data.carnegiehall.org/names/83389> ;
    ns2:performer <http://data.carnegiehall.org/names/63526>,
        <http://data.carnegiehall.org/names/83388>,
        <http://data.carnegiehall.org/names/83389>,
        <http://data.carnegiehall.org/names/83390>,
        <http://data.carnegiehall.org/names/9352> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/78643> .

