@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/52340/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem" ;
    ns2:choir <http://data.carnegiehall.org/names/3276>,
        <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/39785>,
        <http://data.carnegiehall.org/names/61386>,
        <http://data.carnegiehall.org/names/7646>,
        <http://data.carnegiehall.org/names/95135>,
        <http://data.carnegiehall.org/names/95136> ;
    ns2:conductor <http://data.carnegiehall.org/names/95128> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/72871> ;
    ns3:performer <http://data.carnegiehall.org/names/3276>,
        <http://data.carnegiehall.org/names/3909>,
        <http://data.carnegiehall.org/names/39785>,
        <http://data.carnegiehall.org/names/61386>,
        <http://data.carnegiehall.org/names/72871>,
        <http://data.carnegiehall.org/names/7646>,
        <http://data.carnegiehall.org/names/95128>,
        <http://data.carnegiehall.org/names/95135>,
        <http://data.carnegiehall.org/names/95136> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/82014> .

