@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/58541/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Adowa" ;
    ns2:double_bass <http://data.carnegiehall.org/names/104135> ;
    ns2:drums <http://data.carnegiehall.org/names/65331> ;
    ns2:jazz_quartet <http://data.carnegiehall.org/names/109094> ;
    ns2:trombone <http://data.carnegiehall.org/names/104132> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/109091> ;
    ns1:performer <http://data.carnegiehall.org/names/104132>,
        <http://data.carnegiehall.org/names/104135>,
        <http://data.carnegiehall.org/names/109091>,
        <http://data.carnegiehall.org/names/109094>,
        <http://data.carnegiehall.org/names/65331> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/99446> .

