@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/77372/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem for the Living" ;
    ns1:choir <http://data.carnegiehall.org/names/127013>,
        <http://data.carnegiehall.org/names/137676>,
        <http://data.carnegiehall.org/names/137677>,
        <http://data.carnegiehall.org/names/137678>,
        <http://data.carnegiehall.org/names/137679>,
        <http://data.carnegiehall.org/names/137680>,
        <http://data.carnegiehall.org/names/97926>,
        <http://data.carnegiehall.org/names/98214> ;
    ns1:conductor <http://data.carnegiehall.org/names/98204> ;
    ns1:orchestra <http://data.carnegiehall.org/names/127013> ;
    ns1:organ <http://data.carnegiehall.org/names/137672> ;
    ns1:piano <http://data.carnegiehall.org/names/137672> ;
    ns2:performer <http://data.carnegiehall.org/names/127013>,
        <http://data.carnegiehall.org/names/137672>,
        <http://data.carnegiehall.org/names/137676>,
        <http://data.carnegiehall.org/names/137677>,
        <http://data.carnegiehall.org/names/137678>,
        <http://data.carnegiehall.org/names/137679>,
        <http://data.carnegiehall.org/names/137680>,
        <http://data.carnegiehall.org/names/97926>,
        <http://data.carnegiehall.org/names/98204>,
        <http://data.carnegiehall.org/names/98214> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/90753> .

