@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/53245/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mandingo Street" ;
    ns2:accordion <http://data.carnegiehall.org/names/67370> ;
    ns2:double_bass <http://data.carnegiehall.org/names/88579> ;
    ns2:drums <http://data.carnegiehall.org/names/90819> ;
    ns2:kora <http://data.carnegiehall.org/names/67376> ;
    ns2:violin <http://data.carnegiehall.org/names/3248> ;
    ns3:performer <http://data.carnegiehall.org/names/3248>,
        <http://data.carnegiehall.org/names/67370>,
        <http://data.carnegiehall.org/names/67376>,
        <http://data.carnegiehall.org/names/88579>,
        <http://data.carnegiehall.org/names/90819> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/90061> .

