@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/80251/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem, Op. 48" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/130373> ;
    ns1:choir <http://data.carnegiehall.org/names/138715>,
        <http://data.carnegiehall.org/names/142680>,
        <http://data.carnegiehall.org/names/142681>,
        <http://data.carnegiehall.org/names/72722>,
        <http://data.carnegiehall.org/names/89644> ;
    ns1:conductor <http://data.carnegiehall.org/names/142677> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/142676> ;
    ns1:organ <http://data.carnegiehall.org/names/105141> ;
    ns2:performer <http://data.carnegiehall.org/names/105141>,
        <http://data.carnegiehall.org/names/130373>,
        <http://data.carnegiehall.org/names/138715>,
        <http://data.carnegiehall.org/names/142676>,
        <http://data.carnegiehall.org/names/142677>,
        <http://data.carnegiehall.org/names/142680>,
        <http://data.carnegiehall.org/names/142681>,
        <http://data.carnegiehall.org/names/72722>,
        <http://data.carnegiehall.org/names/89644> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33459> .

