@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/7920/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Eya Ache: A Song Of Kwanza" ;
    ns2:bass <http://data.carnegiehall.org/names/26201> ;
    ns2:percussion <http://data.carnegiehall.org/names/16392>,
        <http://data.carnegiehall.org/names/21872>,
        <http://data.carnegiehall.org/names/43215>,
        <http://data.carnegiehall.org/names/45565>,
        <http://data.carnegiehall.org/names/47758> ;
    ns2:tenor <http://data.carnegiehall.org/names/10576>,
        <http://data.carnegiehall.org/names/13953>,
        <http://data.carnegiehall.org/names/21589> ;
    ns1:performer <http://data.carnegiehall.org/names/10576>,
        <http://data.carnegiehall.org/names/13953>,
        <http://data.carnegiehall.org/names/16392>,
        <http://data.carnegiehall.org/names/21589>,
        <http://data.carnegiehall.org/names/21872>,
        <http://data.carnegiehall.org/names/26201>,
        <http://data.carnegiehall.org/names/43215>,
        <http://data.carnegiehall.org/names/45565>,
        <http://data.carnegiehall.org/names/47758> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/59122> .

