@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/15255/work_03> 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/30902>,
        <http://data.carnegiehall.org/names/62049>,
        <http://data.carnegiehall.org/names/72486>,
        <http://data.carnegiehall.org/names/72487>,
        <http://data.carnegiehall.org/names/72488>,
        <http://data.carnegiehall.org/names/72489>,
        <http://data.carnegiehall.org/names/72490>,
        <http://data.carnegiehall.org/names/8990> ;
    ns2:conductor <http://data.carnegiehall.org/names/19955> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/17417> ;
    ns2:soprano <http://data.carnegiehall.org/names/45542> ;
    ns2:tenor <http://data.carnegiehall.org/names/4916> ;
    ns1:performer <http://data.carnegiehall.org/names/17417>,
        <http://data.carnegiehall.org/names/19955>,
        <http://data.carnegiehall.org/names/30902>,
        <http://data.carnegiehall.org/names/45542>,
        <http://data.carnegiehall.org/names/4916>,
        <http://data.carnegiehall.org/names/62049>,
        <http://data.carnegiehall.org/names/6367>,
        <http://data.carnegiehall.org/names/72486>,
        <http://data.carnegiehall.org/names/72487>,
        <http://data.carnegiehall.org/names/72488>,
        <http://data.carnegiehall.org/names/72489>,
        <http://data.carnegiehall.org/names/72490>,
        <http://data.carnegiehall.org/names/8990> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/3032> .

