@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/29787/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "African Portraits" ;
    ns1:baritone <http://data.carnegiehall.org/names/46173> ;
    ns1:conductor <http://data.carnegiehall.org/names/11372> ;
    ns1:countertenor <http://data.carnegiehall.org/names/56722> ;
    ns1:griot <http://data.carnegiehall.org/names/45522> ;
    ns1:percussion <http://data.carnegiehall.org/names/46803> ;
    ns1:tenor <http://data.carnegiehall.org/names/15831> ;
    ns1:vocalist <http://data.carnegiehall.org/names/34812> ;
    ns2:performer <http://data.carnegiehall.org/names/11372>,
        <http://data.carnegiehall.org/names/15831>,
        <http://data.carnegiehall.org/names/34812>,
        <http://data.carnegiehall.org/names/45522>,
        <http://data.carnegiehall.org/names/46173>,
        <http://data.carnegiehall.org/names/46803>,
        <http://data.carnegiehall.org/names/56722> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/52064> .

