@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/74543/work_09> 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/100326>,
        <http://data.carnegiehall.org/names/103767>,
        <http://data.carnegiehall.org/names/133602>,
        <http://data.carnegiehall.org/names/72731>,
        <http://data.carnegiehall.org/names/74802> ;
    ns1:conductor <http://data.carnegiehall.org/names/71137> ;
    ns1:dance_group <http://data.carnegiehall.org/names/133601> ;
    ns1:soprano <http://data.carnegiehall.org/names/131300> ;
    ns1:tenor <http://data.carnegiehall.org/names/133600> ;
    ns2:performer <http://data.carnegiehall.org/names/100326>,
        <http://data.carnegiehall.org/names/103767>,
        <http://data.carnegiehall.org/names/131300>,
        <http://data.carnegiehall.org/names/133600>,
        <http://data.carnegiehall.org/names/133601>,
        <http://data.carnegiehall.org/names/133602>,
        <http://data.carnegiehall.org/names/61706>,
        <http://data.carnegiehall.org/names/71137>,
        <http://data.carnegiehall.org/names/72731>,
        <http://data.carnegiehall.org/names/74802> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/90753> .

