@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/77138/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The New Death March" ;
    ns3:baroque_guitar <http://data.carnegiehall.org/names/137791> ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/97571> ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/92176> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/136139> ;
    ns3:percussion <http://data.carnegiehall.org/names/137792> ;
    ns3:piano <http://data.carnegiehall.org/names/137789> ;
    ns3:viola <http://data.carnegiehall.org/names/82353> ;
    ns3:violin <http://data.carnegiehall.org/names/137790>,
        <http://data.carnegiehall.org/names/77501> ;
    ns3:woodwinds <http://data.carnegiehall.org/names/137792> ;
    ns1:performer <http://data.carnegiehall.org/names/136139>,
        <http://data.carnegiehall.org/names/137789>,
        <http://data.carnegiehall.org/names/137790>,
        <http://data.carnegiehall.org/names/137791>,
        <http://data.carnegiehall.org/names/137792>,
        <http://data.carnegiehall.org/names/77501>,
        <http://data.carnegiehall.org/names/82353>,
        <http://data.carnegiehall.org/names/92176>,
        <http://data.carnegiehall.org/names/97571> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/123901> .

