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

<http://data.carnegiehall.org/events/57036/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem for the Living" ;
    ns2:choir <http://data.carnegiehall.org/names/104814>,
        <http://data.carnegiehall.org/names/104815>,
        <http://data.carnegiehall.org/names/27161>,
        <http://data.carnegiehall.org/names/54278>,
        <http://data.carnegiehall.org/names/64840>,
        <http://data.carnegiehall.org/names/98495> ;
    ns2:conductor <http://data.carnegiehall.org/names/70547> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/104817> ;
    ns2:soprano <http://data.carnegiehall.org/names/99282> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/104816> ;
    ns1:performer <http://data.carnegiehall.org/names/104814>,
        <http://data.carnegiehall.org/names/104815>,
        <http://data.carnegiehall.org/names/104816>,
        <http://data.carnegiehall.org/names/104817>,
        <http://data.carnegiehall.org/names/27161>,
        <http://data.carnegiehall.org/names/54278>,
        <http://data.carnegiehall.org/names/64840>,
        <http://data.carnegiehall.org/names/70547>,
        <http://data.carnegiehall.org/names/98495>,
        <http://data.carnegiehall.org/names/99282> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/90753> .

