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

<http://data.carnegiehall.org/events/30237/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem in D Minor, K. 626 (Süssmayr Version)" ;
    ns2:bass <http://data.carnegiehall.org/names/6367> ;
    ns2:choir <http://data.carnegiehall.org/names/111676>,
        <http://data.carnegiehall.org/names/28869> ;
    ns2:conductor <http://data.carnegiehall.org/names/10199> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/42895> ;
    ns2:soprano <http://data.carnegiehall.org/names/43502> ;
    ns2:tenor <http://data.carnegiehall.org/names/11672> ;
    ns3:performer <http://data.carnegiehall.org/names/10199>,
        <http://data.carnegiehall.org/names/111676>,
        <http://data.carnegiehall.org/names/11672>,
        <http://data.carnegiehall.org/names/28869>,
        <http://data.carnegiehall.org/names/42895>,
        <http://data.carnegiehall.org/names/43502>,
        <http://data.carnegiehall.org/names/6367> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/3032> .

