@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/5883/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem" ;
    ns2:choir <http://data.carnegiehall.org/names/22963>,
        <http://data.carnegiehall.org/names/83677>,
        <http://data.carnegiehall.org/names/83678>,
        <http://data.carnegiehall.org/names/83679>,
        <http://data.carnegiehall.org/names/83680>,
        <http://data.carnegiehall.org/names/83681>,
        <http://data.carnegiehall.org/names/83682>,
        <http://data.carnegiehall.org/names/83683> ;
    ns2:soprano <http://data.carnegiehall.org/names/39788> ;
    ns1:performer <http://data.carnegiehall.org/names/22963>,
        <http://data.carnegiehall.org/names/39788>,
        <http://data.carnegiehall.org/names/83677>,
        <http://data.carnegiehall.org/names/83678>,
        <http://data.carnegiehall.org/names/83679>,
        <http://data.carnegiehall.org/names/83680>,
        <http://data.carnegiehall.org/names/83681>,
        <http://data.carnegiehall.org/names/83682>,
        <http://data.carnegiehall.org/names/83683> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13564> .

