@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/16078/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem, Op. 48" ;
    ns1:baritone <http://data.carnegiehall.org/names/23393> ;
    ns1:choir <http://data.carnegiehall.org/names/30838>,
        <http://data.carnegiehall.org/names/30842>,
        <http://data.carnegiehall.org/names/50590>,
        <http://data.carnegiehall.org/names/57957>,
        <http://data.carnegiehall.org/names/58722> ;
    ns1:conductor <http://data.carnegiehall.org/names/5033> ;
    ns1:organ <http://data.carnegiehall.org/names/8795> ;
    ns1:soprano <http://data.carnegiehall.org/names/25386> ;
    ns2:performer <http://data.carnegiehall.org/names/23393>,
        <http://data.carnegiehall.org/names/25386>,
        <http://data.carnegiehall.org/names/30838>,
        <http://data.carnegiehall.org/names/30842>,
        <http://data.carnegiehall.org/names/5033>,
        <http://data.carnegiehall.org/names/50590>,
        <http://data.carnegiehall.org/names/57957>,
        <http://data.carnegiehall.org/names/58722>,
        <http://data.carnegiehall.org/names/8795> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33459> .

