@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/64241/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Requiem" ;
    ns2:choir <http://data.carnegiehall.org/names/107347>,
        <http://data.carnegiehall.org/names/122003>,
        <http://data.carnegiehall.org/names/122004>,
        <http://data.carnegiehall.org/names/122005>,
        <http://data.carnegiehall.org/names/122006>,
        <http://data.carnegiehall.org/names/122007>,
        <http://data.carnegiehall.org/names/122008>,
        <http://data.carnegiehall.org/names/122009>,
        <http://data.carnegiehall.org/names/122010>,
        <http://data.carnegiehall.org/names/122011>,
        <http://data.carnegiehall.org/names/122012>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/84950> ;
    ns2:conductor <http://data.carnegiehall.org/names/5369> ;
    ns2:soprano <http://data.carnegiehall.org/names/122002> ;
    ns1:performer <http://data.carnegiehall.org/names/107347>,
        <http://data.carnegiehall.org/names/122002>,
        <http://data.carnegiehall.org/names/122003>,
        <http://data.carnegiehall.org/names/122004>,
        <http://data.carnegiehall.org/names/122005>,
        <http://data.carnegiehall.org/names/122006>,
        <http://data.carnegiehall.org/names/122007>,
        <http://data.carnegiehall.org/names/122008>,
        <http://data.carnegiehall.org/names/122009>,
        <http://data.carnegiehall.org/names/122010>,
        <http://data.carnegiehall.org/names/122011>,
        <http://data.carnegiehall.org/names/122012>,
        <http://data.carnegiehall.org/names/5369>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/84950> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13564> .

