@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/53609/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem for the Living" ;
    ns1:choir <http://data.carnegiehall.org/names/102740>,
        <http://data.carnegiehall.org/names/103267>,
        <http://data.carnegiehall.org/names/108928>,
        <http://data.carnegiehall.org/names/137851>,
        <http://data.carnegiehall.org/names/137852>,
        <http://data.carnegiehall.org/names/137853>,
        <http://data.carnegiehall.org/names/137854>,
        <http://data.carnegiehall.org/names/137855>,
        <http://data.carnegiehall.org/names/137856>,
        <http://data.carnegiehall.org/names/73920>,
        <http://data.carnegiehall.org/names/80008> ;
    ns1:conductor <http://data.carnegiehall.org/names/73918> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/71367> ;
    ns2:performer <http://data.carnegiehall.org/names/102740>,
        <http://data.carnegiehall.org/names/103267>,
        <http://data.carnegiehall.org/names/108928>,
        <http://data.carnegiehall.org/names/137851>,
        <http://data.carnegiehall.org/names/137852>,
        <http://data.carnegiehall.org/names/137853>,
        <http://data.carnegiehall.org/names/137854>,
        <http://data.carnegiehall.org/names/137855>,
        <http://data.carnegiehall.org/names/137856>,
        <http://data.carnegiehall.org/names/71367>,
        <http://data.carnegiehall.org/names/73918>,
        <http://data.carnegiehall.org/names/73920>,
        <http://data.carnegiehall.org/names/80008> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/90753> .

