@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/32403/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem in D Minor, K. 626 (Süssmayr Version)" ;
    ns1:bass <http://data.carnegiehall.org/names/53336> ;
    ns1:choir <http://data.carnegiehall.org/names/28873>,
        <http://data.carnegiehall.org/names/31141>,
        <http://data.carnegiehall.org/names/39568> ;
    ns1:conductor <http://data.carnegiehall.org/names/39256> ;
    ns1:contralto <http://data.carnegiehall.org/names/25286> ;
    ns1:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns1:soprano <http://data.carnegiehall.org/names/54847> ;
    ns1:tenor <http://data.carnegiehall.org/names/33271> ;
    ns2:performer <http://data.carnegiehall.org/names/2369>,
        <http://data.carnegiehall.org/names/25286>,
        <http://data.carnegiehall.org/names/28873>,
        <http://data.carnegiehall.org/names/31141>,
        <http://data.carnegiehall.org/names/33271>,
        <http://data.carnegiehall.org/names/39256>,
        <http://data.carnegiehall.org/names/39568>,
        <http://data.carnegiehall.org/names/53336>,
        <http://data.carnegiehall.org/names/54847> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/3032> .

