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

<http://data.carnegiehall.org/events/6542/work_13> 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/13311> ;
    ns1:conductor <http://data.carnegiehall.org/names/50901> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/7874> ;
    ns1:soprano <http://data.carnegiehall.org/names/12424> ;
    ns1:tenor <http://data.carnegiehall.org/names/59892> ;
    ns3:performer <http://data.carnegiehall.org/names/12424>,
        <http://data.carnegiehall.org/names/13311>,
        <http://data.carnegiehall.org/names/50901>,
        <http://data.carnegiehall.org/names/59892>,
        <http://data.carnegiehall.org/names/7874> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/3032> .

