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

<http://data.carnegiehall.org/events/49178/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem" ;
    ns2:choir <http://data.carnegiehall.org/names/20772>,
        <http://data.carnegiehall.org/names/80478>,
        <http://data.carnegiehall.org/names/89504> ;
    ns2:conductor <http://data.carnegiehall.org/names/49219> ;
    ns2:soprano <http://data.carnegiehall.org/names/89507> ;
    ns3:performer <http://data.carnegiehall.org/names/20772>,
        <http://data.carnegiehall.org/names/49219>,
        <http://data.carnegiehall.org/names/80478>,
        <http://data.carnegiehall.org/names/89504>,
        <http://data.carnegiehall.org/names/89507> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/13564> .

