@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/60391/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem in D Minor, K. 626 (Levin edition)" ;
    ns1:bass <http://data.carnegiehall.org/names/86411> ;
    ns1:chamber_orchestra <http://data.carnegiehall.org/names/61706> ;
    ns1:choir <http://data.carnegiehall.org/names/104040>,
        <http://data.carnegiehall.org/names/112772>,
        <http://data.carnegiehall.org/names/112773>,
        <http://data.carnegiehall.org/names/112774>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/77768> ;
    ns1:conductor <http://data.carnegiehall.org/names/89713> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/73180> ;
    ns1:soprano <http://data.carnegiehall.org/names/84963> ;
    ns1:tenor <http://data.carnegiehall.org/names/86571> ;
    ns2:performer <http://data.carnegiehall.org/names/104040>,
        <http://data.carnegiehall.org/names/112772>,
        <http://data.carnegiehall.org/names/112773>,
        <http://data.carnegiehall.org/names/112774>,
        <http://data.carnegiehall.org/names/61706>,
        <http://data.carnegiehall.org/names/73180>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/77768>,
        <http://data.carnegiehall.org/names/84963>,
        <http://data.carnegiehall.org/names/86411>,
        <http://data.carnegiehall.org/names/86571>,
        <http://data.carnegiehall.org/names/89713> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47618> .

