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

<http://data.carnegiehall.org/events/71817/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem for the Living" ;
    ns1:chamber_orchestra <http://data.carnegiehall.org/names/61706> ;
    ns1:choir <http://data.carnegiehall.org/names/111778>,
        <http://data.carnegiehall.org/names/113222>,
        <http://data.carnegiehall.org/names/131306>,
        <http://data.carnegiehall.org/names/131307>,
        <http://data.carnegiehall.org/names/47853>,
        <http://data.carnegiehall.org/names/51144>,
        <http://data.carnegiehall.org/names/66757>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/80867>,
        <http://data.carnegiehall.org/names/90027> ;
    ns1:conductor <http://data.carnegiehall.org/names/131300> ;
    ns1:soprano <http://data.carnegiehall.org/names/72737> ;
    ns1:tenor <http://data.carnegiehall.org/names/131302> ;
    ns3:performer <http://data.carnegiehall.org/names/111778>,
        <http://data.carnegiehall.org/names/113222>,
        <http://data.carnegiehall.org/names/131300>,
        <http://data.carnegiehall.org/names/131302>,
        <http://data.carnegiehall.org/names/131306>,
        <http://data.carnegiehall.org/names/131307>,
        <http://data.carnegiehall.org/names/47853>,
        <http://data.carnegiehall.org/names/51144>,
        <http://data.carnegiehall.org/names/61706>,
        <http://data.carnegiehall.org/names/66757>,
        <http://data.carnegiehall.org/names/72737>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/80867>,
        <http://data.carnegiehall.org/names/90027> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/90753> .

