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

<http://data.carnegiehall.org/events/11934/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Harambee (A Celebration of Kwanza)" ;
    ns1:bass <http://data.carnegiehall.org/names/11835> ;
    ns1:percussion <http://data.carnegiehall.org/names/16392>,
        <http://data.carnegiehall.org/names/21488>,
        <http://data.carnegiehall.org/names/21872>,
        <http://data.carnegiehall.org/names/31402>,
        <http://data.carnegiehall.org/names/43215>,
        <http://data.carnegiehall.org/names/47758>,
        <http://data.carnegiehall.org/names/57928> ;
    ns1:tenor <http://data.carnegiehall.org/names/21589>,
        <http://data.carnegiehall.org/names/59806> ;
    ns3:performer <http://data.carnegiehall.org/names/11835>,
        <http://data.carnegiehall.org/names/16392>,
        <http://data.carnegiehall.org/names/21488>,
        <http://data.carnegiehall.org/names/21589>,
        <http://data.carnegiehall.org/names/21872>,
        <http://data.carnegiehall.org/names/31402>,
        <http://data.carnegiehall.org/names/43215>,
        <http://data.carnegiehall.org/names/47758>,
        <http://data.carnegiehall.org/names/57928>,
        <http://data.carnegiehall.org/names/59806> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/14640> .

