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

<http://data.carnegiehall.org/events/34965/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ein deutsches Requiem, Op. 45" ;
    ns1:baritone <http://data.carnegiehall.org/names/2562> ;
    ns1:choir <http://data.carnegiehall.org/names/47227>,
        <http://data.carnegiehall.org/names/62046>,
        <http://data.carnegiehall.org/names/77765>,
        <http://data.carnegiehall.org/names/88357>,
        <http://data.carnegiehall.org/names/88358>,
        <http://data.carnegiehall.org/names/88359> ;
    ns1:soprano <http://data.carnegiehall.org/names/2561> ;
    ns2:performer <http://data.carnegiehall.org/names/2561>,
        <http://data.carnegiehall.org/names/2562>,
        <http://data.carnegiehall.org/names/47227>,
        <http://data.carnegiehall.org/names/62046>,
        <http://data.carnegiehall.org/names/77765>,
        <http://data.carnegiehall.org/names/88357>,
        <http://data.carnegiehall.org/names/88358>,
        <http://data.carnegiehall.org/names/88359> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/59228> .

