@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/77921/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem in D Minor, K. 626 (Süssmayr Version)" ;
    ns1:baritone <http://data.carnegiehall.org/names/130208> ;
    ns1:choir <http://data.carnegiehall.org/names/108980>,
        <http://data.carnegiehall.org/names/138643>,
        <http://data.carnegiehall.org/names/138644>,
        <http://data.carnegiehall.org/names/138645>,
        <http://data.carnegiehall.org/names/138646>,
        <http://data.carnegiehall.org/names/82042> ;
    ns1:conductor <http://data.carnegiehall.org/names/85313> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/138635> ;
    ns1:organ <http://data.carnegiehall.org/names/138637> ;
    ns1:soprano <http://data.carnegiehall.org/names/128120> ;
    ns1:tenor <http://data.carnegiehall.org/names/138636> ;
    ns2:performer <http://data.carnegiehall.org/names/108980>,
        <http://data.carnegiehall.org/names/128120>,
        <http://data.carnegiehall.org/names/130208>,
        <http://data.carnegiehall.org/names/138635>,
        <http://data.carnegiehall.org/names/138636>,
        <http://data.carnegiehall.org/names/138637>,
        <http://data.carnegiehall.org/names/138643>,
        <http://data.carnegiehall.org/names/138644>,
        <http://data.carnegiehall.org/names/138645>,
        <http://data.carnegiehall.org/names/138646>,
        <http://data.carnegiehall.org/names/82042>,
        <http://data.carnegiehall.org/names/85313> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/3032> .

