@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/79821/work_08> 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/70493> ;
    ns2:choir <http://data.carnegiehall.org/names/141757>,
        <http://data.carnegiehall.org/names/141758>,
        <http://data.carnegiehall.org/names/65212> ;
    ns2:conductor <http://data.carnegiehall.org/names/141751> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/141750> ;
    ns2:soprano <http://data.carnegiehall.org/names/84814> ;
    ns2:tenor <http://data.carnegiehall.org/names/67925> ;
    ns1:performer <http://data.carnegiehall.org/names/141750>,
        <http://data.carnegiehall.org/names/141751>,
        <http://data.carnegiehall.org/names/141757>,
        <http://data.carnegiehall.org/names/141758>,
        <http://data.carnegiehall.org/names/65212>,
        <http://data.carnegiehall.org/names/67925>,
        <http://data.carnegiehall.org/names/70493>,
        <http://data.carnegiehall.org/names/84814> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/3032> .

