@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/39012/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem in D Minor, K. 626" ;
    ns2:baritone <http://data.carnegiehall.org/names/63085> ;
    ns2:choir <http://data.carnegiehall.org/names/64848>,
        <http://data.carnegiehall.org/names/64849>,
        <http://data.carnegiehall.org/names/64850>,
        <http://data.carnegiehall.org/names/64851>,
        <http://data.carnegiehall.org/names/64852>,
        <http://data.carnegiehall.org/names/64853>,
        <http://data.carnegiehall.org/names/64854> ;
    ns2:conductor <http://data.carnegiehall.org/names/47036> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/64839> ;
    ns2:soprano <http://data.carnegiehall.org/names/64838> ;
    ns2:tenor <http://data.carnegiehall.org/names/20876> ;
    ns1:performer <http://data.carnegiehall.org/names/20876>,
        <http://data.carnegiehall.org/names/47036>,
        <http://data.carnegiehall.org/names/63085>,
        <http://data.carnegiehall.org/names/64838>,
        <http://data.carnegiehall.org/names/64839>,
        <http://data.carnegiehall.org/names/64848>,
        <http://data.carnegiehall.org/names/64849>,
        <http://data.carnegiehall.org/names/64850>,
        <http://data.carnegiehall.org/names/64851>,
        <http://data.carnegiehall.org/names/64852>,
        <http://data.carnegiehall.org/names/64853>,
        <http://data.carnegiehall.org/names/64854> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39804> .

