@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/3866/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Jungle Blues" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/47352> ;
    ns2:clarinet <http://data.carnegiehall.org/names/19147> ;
    ns2:double_bass <http://data.carnegiehall.org/names/10464> ;
    ns2:drums <http://data.carnegiehall.org/names/48596> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/124203> ;
    ns2:piano <http://data.carnegiehall.org/names/5984> ;
    ns2:trombone <http://data.carnegiehall.org/names/31923> ;
    ns2:trumpet <http://data.carnegiehall.org/names/2022> ;
    ns1:performer <http://data.carnegiehall.org/names/10464>,
        <http://data.carnegiehall.org/names/124203>,
        <http://data.carnegiehall.org/names/19147>,
        <http://data.carnegiehall.org/names/2022>,
        <http://data.carnegiehall.org/names/31923>,
        <http://data.carnegiehall.org/names/47352>,
        <http://data.carnegiehall.org/names/48596>,
        <http://data.carnegiehall.org/names/5984> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/122926> .

