@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/30640/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Kuntu" ;
    ns1:double_bass <http://data.carnegiehall.org/names/119893> ;
    ns1:drums <http://data.carnegiehall.org/names/119894> ;
    ns1:keyboard <http://data.carnegiehall.org/names/62593> ;
    ns1:percussion <http://data.carnegiehall.org/names/119895> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/119890> ;
    ns1:trumpet <http://data.carnegiehall.org/names/14654> ;
    ns2:performer <http://data.carnegiehall.org/names/119890>,
        <http://data.carnegiehall.org/names/119893>,
        <http://data.carnegiehall.org/names/119894>,
        <http://data.carnegiehall.org/names/119895>,
        <http://data.carnegiehall.org/names/14654>,
        <http://data.carnegiehall.org/names/62593> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/107052> .

