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

<http://data.carnegiehall.org/events/322/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ein deutsches Requiem, Op. 45: Wie lieblich sind deine Wohnungen" ;
    ns3:choir <http://data.carnegiehall.org/names/20776>,
        <http://data.carnegiehall.org/names/36013>,
        <http://data.carnegiehall.org/names/47525>,
        <http://data.carnegiehall.org/names/8207> ;
    ns3:mens_chorus <http://data.carnegiehall.org/names/60149> ;
    ns3:organ <http://data.carnegiehall.org/names/17075> ;
    ns2:performer <http://data.carnegiehall.org/names/17075>,
        <http://data.carnegiehall.org/names/20776>,
        <http://data.carnegiehall.org/names/36013>,
        <http://data.carnegiehall.org/names/47525>,
        <http://data.carnegiehall.org/names/60149>,
        <http://data.carnegiehall.org/names/8207> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/57893> .

