@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/39593/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bring Him Back Home (Nelson Mandela)" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/64600> ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/66089>,
        <http://data.carnegiehall.org/names/66094> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/4990> ;
    ns2:choir <http://data.carnegiehall.org/names/66095> ;
    ns2:conductor <http://data.carnegiehall.org/names/6106> ;
    ns2:drums <http://data.carnegiehall.org/names/64605>,
        <http://data.carnegiehall.org/names/66090> ;
    ns2:flugelhorn <http://data.carnegiehall.org/names/12813> ;
    ns2:girls_chorus <http://data.carnegiehall.org/names/57386> ;
    ns2:guitar <http://data.carnegiehall.org/names/66092> ;
    ns2:keyboard <http://data.carnegiehall.org/names/66091>,
        <http://data.carnegiehall.org/names/66093> ;
    ns2:piano <http://data.carnegiehall.org/names/64603>,
        <http://data.carnegiehall.org/names/66097> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/64607> ;
    ns2:vocalist <http://data.carnegiehall.org/names/12813> ;
    ns1:performer <http://data.carnegiehall.org/names/12813>,
        <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/64603>,
        <http://data.carnegiehall.org/names/64605>,
        <http://data.carnegiehall.org/names/64607>,
        <http://data.carnegiehall.org/names/66089>,
        <http://data.carnegiehall.org/names/66090>,
        <http://data.carnegiehall.org/names/66091>,
        <http://data.carnegiehall.org/names/66092>,
        <http://data.carnegiehall.org/names/66093>,
        <http://data.carnegiehall.org/names/66094>,
        <http://data.carnegiehall.org/names/66095>,
        <http://data.carnegiehall.org/names/66097> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/63142> .

