@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/11192/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem in D Minor, K. 626 (Süssmayr Version)" ;
    ns2:baritone <http://data.carnegiehall.org/names/8222> ;
    ns2:choir <http://data.carnegiehall.org/names/12117>,
        <http://data.carnegiehall.org/names/134389>,
        <http://data.carnegiehall.org/names/134390>,
        <http://data.carnegiehall.org/names/134391>,
        <http://data.carnegiehall.org/names/134392>,
        <http://data.carnegiehall.org/names/134393>,
        <http://data.carnegiehall.org/names/134394>,
        <http://data.carnegiehall.org/names/27173>,
        <http://data.carnegiehall.org/names/74649> ;
    ns2:conductor <http://data.carnegiehall.org/names/50331> ;
    ns2:contralto <http://data.carnegiehall.org/names/9494> ;
    ns2:orchestra <http://data.carnegiehall.org/names/32530> ;
    ns2:soprano <http://data.carnegiehall.org/names/33653> ;
    ns2:tenor <http://data.carnegiehall.org/names/39894> ;
    ns1:performer <http://data.carnegiehall.org/names/12117>,
        <http://data.carnegiehall.org/names/134389>,
        <http://data.carnegiehall.org/names/134390>,
        <http://data.carnegiehall.org/names/134391>,
        <http://data.carnegiehall.org/names/134392>,
        <http://data.carnegiehall.org/names/134393>,
        <http://data.carnegiehall.org/names/134394>,
        <http://data.carnegiehall.org/names/27173>,
        <http://data.carnegiehall.org/names/32530>,
        <http://data.carnegiehall.org/names/33653>,
        <http://data.carnegiehall.org/names/39894>,
        <http://data.carnegiehall.org/names/50331>,
        <http://data.carnegiehall.org/names/74649>,
        <http://data.carnegiehall.org/names/8222>,
        <http://data.carnegiehall.org/names/9494> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/3032> .

