@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/53761/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Beneath the African Sky" ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/75098> ;
    ns2:choir <http://data.carnegiehall.org/names/72718>,
        <http://data.carnegiehall.org/names/97883>,
        <http://data.carnegiehall.org/names/97884>,
        <http://data.carnegiehall.org/names/97885>,
        <http://data.carnegiehall.org/names/97886> ;
    ns2:conductor <http://data.carnegiehall.org/names/97879>,
        <http://data.carnegiehall.org/names/97880> ;
    ns3:performer <http://data.carnegiehall.org/names/72718>,
        <http://data.carnegiehall.org/names/75098>,
        <http://data.carnegiehall.org/names/97879>,
        <http://data.carnegiehall.org/names/97880>,
        <http://data.carnegiehall.org/names/97883>,
        <http://data.carnegiehall.org/names/97884>,
        <http://data.carnegiehall.org/names/97885>,
        <http://data.carnegiehall.org/names/97886> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/91050> .

