@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/42126/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ein deutsches Requiem, Op. 45" ;
    ns2:bass <http://data.carnegiehall.org/names/62587> ;
    ns2:choir <http://data.carnegiehall.org/names/14186>,
        <http://data.carnegiehall.org/names/2347>,
        <http://data.carnegiehall.org/names/37825>,
        <http://data.carnegiehall.org/names/5290>,
        <http://data.carnegiehall.org/names/65072>,
        <http://data.carnegiehall.org/names/71256>,
        <http://data.carnegiehall.org/names/71257>,
        <http://data.carnegiehall.org/names/71258>,
        <http://data.carnegiehall.org/names/71259>,
        <http://data.carnegiehall.org/names/71260>,
        <http://data.carnegiehall.org/names/71261>,
        <http://data.carnegiehall.org/names/71262> ;
    ns2:soprano <http://data.carnegiehall.org/names/62034> ;
    ns1:performer <http://data.carnegiehall.org/names/14186>,
        <http://data.carnegiehall.org/names/2347>,
        <http://data.carnegiehall.org/names/37825>,
        <http://data.carnegiehall.org/names/5290>,
        <http://data.carnegiehall.org/names/62034>,
        <http://data.carnegiehall.org/names/62587>,
        <http://data.carnegiehall.org/names/65072>,
        <http://data.carnegiehall.org/names/71256>,
        <http://data.carnegiehall.org/names/71257>,
        <http://data.carnegiehall.org/names/71258>,
        <http://data.carnegiehall.org/names/71259>,
        <http://data.carnegiehall.org/names/71260>,
        <http://data.carnegiehall.org/names/71261>,
        <http://data.carnegiehall.org/names/71262> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/59228> .

