@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/48637/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem" ;
    ns2:choir <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/87995>,
        <http://data.carnegiehall.org/names/87996>,
        <http://data.carnegiehall.org/names/87997>,
        <http://data.carnegiehall.org/names/87998>,
        <http://data.carnegiehall.org/names/87999>,
        <http://data.carnegiehall.org/names/88000>,
        <http://data.carnegiehall.org/names/88001>,
        <http://data.carnegiehall.org/names/88002>,
        <http://data.carnegiehall.org/names/88003>,
        <http://data.carnegiehall.org/names/88004>,
        <http://data.carnegiehall.org/names/88005>,
        <http://data.carnegiehall.org/names/88006> ;
    ns2:conductor <http://data.carnegiehall.org/names/81570> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/74803> ;
    ns1:performer <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/74803>,
        <http://data.carnegiehall.org/names/81570>,
        <http://data.carnegiehall.org/names/87995>,
        <http://data.carnegiehall.org/names/87996>,
        <http://data.carnegiehall.org/names/87997>,
        <http://data.carnegiehall.org/names/87998>,
        <http://data.carnegiehall.org/names/87999>,
        <http://data.carnegiehall.org/names/88000>,
        <http://data.carnegiehall.org/names/88001>,
        <http://data.carnegiehall.org/names/88002>,
        <http://data.carnegiehall.org/names/88003>,
        <http://data.carnegiehall.org/names/88004>,
        <http://data.carnegiehall.org/names/88005>,
        <http://data.carnegiehall.org/names/88006> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/82014> .

