@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/44766/work_02> 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/78017> ;
    ns2:choir <http://data.carnegiehall.org/names/29952>,
        <http://data.carnegiehall.org/names/62001>,
        <http://data.carnegiehall.org/names/78026>,
        <http://data.carnegiehall.org/names/78027>,
        <http://data.carnegiehall.org/names/78030>,
        <http://data.carnegiehall.org/names/78031>,
        <http://data.carnegiehall.org/names/78032>,
        <http://data.carnegiehall.org/names/78033> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/78028> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/32963> ;
    ns2:soprano <http://data.carnegiehall.org/names/72616> ;
    ns2:tenor <http://data.carnegiehall.org/names/28891> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/78029> ;
    ns1:performer <http://data.carnegiehall.org/names/28891>,
        <http://data.carnegiehall.org/names/29952>,
        <http://data.carnegiehall.org/names/32963>,
        <http://data.carnegiehall.org/names/62001>,
        <http://data.carnegiehall.org/names/72616>,
        <http://data.carnegiehall.org/names/78017>,
        <http://data.carnegiehall.org/names/78026>,
        <http://data.carnegiehall.org/names/78027>,
        <http://data.carnegiehall.org/names/78028>,
        <http://data.carnegiehall.org/names/78029>,
        <http://data.carnegiehall.org/names/78030>,
        <http://data.carnegiehall.org/names/78031>,
        <http://data.carnegiehall.org/names/78032>,
        <http://data.carnegiehall.org/names/78033> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/3032> .

