@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/43050/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem in D Minor, K. 626 (Levin edition)" ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/71517> ;
    ns3:choir <http://data.carnegiehall.org/names/25260>,
        <http://data.carnegiehall.org/names/73717>,
        <http://data.carnegiehall.org/names/73718>,
        <http://data.carnegiehall.org/names/73719>,
        <http://data.carnegiehall.org/names/73720>,
        <http://data.carnegiehall.org/names/9557> ;
    ns3:conductor <http://data.carnegiehall.org/names/73355> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/73710> ;
    ns3:soprano <http://data.carnegiehall.org/names/73709> ;
    ns3:tenor <http://data.carnegiehall.org/names/67938> ;
    ns1:performer <http://data.carnegiehall.org/names/25260>,
        <http://data.carnegiehall.org/names/67938>,
        <http://data.carnegiehall.org/names/71517>,
        <http://data.carnegiehall.org/names/73355>,
        <http://data.carnegiehall.org/names/73709>,
        <http://data.carnegiehall.org/names/73710>,
        <http://data.carnegiehall.org/names/73717>,
        <http://data.carnegiehall.org/names/73718>,
        <http://data.carnegiehall.org/names/73719>,
        <http://data.carnegiehall.org/names/73720>,
        <http://data.carnegiehall.org/names/9557> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/47618> .

