@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/40787/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Juba" ;
    ns2:congas <http://data.carnegiehall.org/names/68340> ;
    ns2:temple_block <http://data.carnegiehall.org/names/20387> ;
    ns2:timbales <http://data.carnegiehall.org/names/68338> ;
    ns2:tom_tom <http://data.carnegiehall.org/names/68338> ;
    ns1:performer <http://data.carnegiehall.org/names/20387>,
        <http://data.carnegiehall.org/names/68338>,
        <http://data.carnegiehall.org/names/68340> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/65099> .

