@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/17173/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/49556> ;
    ns2:choir <http://data.carnegiehall.org/names/105918>,
        <http://data.carnegiehall.org/names/105919>,
        <http://data.carnegiehall.org/names/105920>,
        <http://data.carnegiehall.org/names/105921>,
        <http://data.carnegiehall.org/names/105922>,
        <http://data.carnegiehall.org/names/105923>,
        <http://data.carnegiehall.org/names/19109>,
        <http://data.carnegiehall.org/names/24594> ;
    ns2:conductor <http://data.carnegiehall.org/names/36741> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/16631> ;
    ns2:soprano <http://data.carnegiehall.org/names/48357> ;
    ns2:tenor <http://data.carnegiehall.org/names/5956> ;
    ns1:performer <http://data.carnegiehall.org/names/105918>,
        <http://data.carnegiehall.org/names/105919>,
        <http://data.carnegiehall.org/names/105920>,
        <http://data.carnegiehall.org/names/105921>,
        <http://data.carnegiehall.org/names/105922>,
        <http://data.carnegiehall.org/names/105923>,
        <http://data.carnegiehall.org/names/16631>,
        <http://data.carnegiehall.org/names/19109>,
        <http://data.carnegiehall.org/names/24594>,
        <http://data.carnegiehall.org/names/36741>,
        <http://data.carnegiehall.org/names/48357>,
        <http://data.carnegiehall.org/names/49556>,
        <http://data.carnegiehall.org/names/5956> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/3032> .

