@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/3649/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem in D Minor, K. 626" ;
    ns3:bass <http://data.carnegiehall.org/names/47909> ;
    ns3:choir <http://data.carnegiehall.org/names/13003>,
        <http://data.carnegiehall.org/names/5439> ;
    ns3:conductor <http://data.carnegiehall.org/names/54125>,
        <http://data.carnegiehall.org/names/59452> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/19761> ;
    ns3:soprano <http://data.carnegiehall.org/names/27363> ;
    ns1:performer <http://data.carnegiehall.org/names/13003>,
        <http://data.carnegiehall.org/names/19761>,
        <http://data.carnegiehall.org/names/27363>,
        <http://data.carnegiehall.org/names/47909>,
        <http://data.carnegiehall.org/names/54125>,
        <http://data.carnegiehall.org/names/5439>,
        <http://data.carnegiehall.org/names/59452> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/39804> .

