@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/53761/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem for the Living" ;
    ns1:choir <http://data.carnegiehall.org/names/69334>,
        <http://data.carnegiehall.org/names/72430>,
        <http://data.carnegiehall.org/names/85224>,
        <http://data.carnegiehall.org/names/97887>,
        <http://data.carnegiehall.org/names/97888> ;
    ns1:conductor <http://data.carnegiehall.org/names/23939> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/90247> ;
    ns1:soprano <http://data.carnegiehall.org/names/97881> ;
    ns1:tenor <http://data.carnegiehall.org/names/97882> ;
    ns2:performer <http://data.carnegiehall.org/names/23939>,
        <http://data.carnegiehall.org/names/69334>,
        <http://data.carnegiehall.org/names/72430>,
        <http://data.carnegiehall.org/names/85224>,
        <http://data.carnegiehall.org/names/90247>,
        <http://data.carnegiehall.org/names/97881>,
        <http://data.carnegiehall.org/names/97882>,
        <http://data.carnegiehall.org/names/97887>,
        <http://data.carnegiehall.org/names/97888> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/90753> .

