@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/39593/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bayethe Mandela" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/64600> ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/66089> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/4990> ;
    ns2:conductor <http://data.carnegiehall.org/names/6106> ;
    ns2:drums <http://data.carnegiehall.org/names/64605> ;
    ns2:girls_chorus <http://data.carnegiehall.org/names/57386> ;
    ns2:piano <http://data.carnegiehall.org/names/66097> ;
    ns2:tin_whistle <http://data.carnegiehall.org/names/64600> ;
    ns3:performer <http://data.carnegiehall.org/names/4990>,
        <http://data.carnegiehall.org/names/57386>,
        <http://data.carnegiehall.org/names/6106>,
        <http://data.carnegiehall.org/names/64600>,
        <http://data.carnegiehall.org/names/64605>,
        <http://data.carnegiehall.org/names/66089>,
        <http://data.carnegiehall.org/names/66097> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/63141> .

