@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/7559/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem in D Minor, K. 626 (Beyer Version): Selections" ;
    ns2:baritone <http://data.carnegiehall.org/names/24778> ;
    ns2:choir <http://data.carnegiehall.org/names/19604>,
        <http://data.carnegiehall.org/names/8103> ;
    ns2:conductor <http://data.carnegiehall.org/names/6382> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/30831> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/2600> ;
    ns2:organ <http://data.carnegiehall.org/names/6381> ;
    ns2:soprano <http://data.carnegiehall.org/names/2919> ;
    ns2:tenor <http://data.carnegiehall.org/names/37444> ;
    ns2:timpani <http://data.carnegiehall.org/names/41876> ;
    ns2:trumpet <http://data.carnegiehall.org/names/49611>,
        <http://data.carnegiehall.org/names/58699> ;
    ns1:performer <http://data.carnegiehall.org/names/19604>,
        <http://data.carnegiehall.org/names/24778>,
        <http://data.carnegiehall.org/names/2600>,
        <http://data.carnegiehall.org/names/2919>,
        <http://data.carnegiehall.org/names/30831>,
        <http://data.carnegiehall.org/names/37444>,
        <http://data.carnegiehall.org/names/41876>,
        <http://data.carnegiehall.org/names/49611>,
        <http://data.carnegiehall.org/names/58699>,
        <http://data.carnegiehall.org/names/6381>,
        <http://data.carnegiehall.org/names/6382>,
        <http://data.carnegiehall.org/names/8103> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/29907> .

