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

