@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/61539/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Kelefaba (Malian)" ;
    ns1:djembe <http://data.carnegiehall.org/names/116271> ;
    ns1:kabosy <http://data.carnegiehall.org/names/113556> ;
    ns1:kora <http://data.carnegiehall.org/names/67376> ;
    ns1:talking_drum <http://data.carnegiehall.org/names/116271> ;
    ns1:violin <http://data.carnegiehall.org/names/114644> ;
    ns1:vocalist <http://data.carnegiehall.org/names/67376> ;
    ns2:performer <http://data.carnegiehall.org/names/113556>,
        <http://data.carnegiehall.org/names/114644>,
        <http://data.carnegiehall.org/names/116271>,
        <http://data.carnegiehall.org/names/67376> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104724> .

