@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/71849/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Missa de requiem, CPM 185" ;
    ns2:bass <http://data.carnegiehall.org/names/112881> ;
    ns2:choir <http://data.carnegiehall.org/names/131367>,
        <http://data.carnegiehall.org/names/131368>,
        <http://data.carnegiehall.org/names/131369>,
        <http://data.carnegiehall.org/names/131370>,
        <http://data.carnegiehall.org/names/131371>,
        <http://data.carnegiehall.org/names/131372> ;
    ns2:conductor <http://data.carnegiehall.org/names/131357> ;
    ns2:continuo <http://data.carnegiehall.org/names/131360> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/110996> ;
    ns2:soprano <http://data.carnegiehall.org/names/131358> ;
    ns2:tenor <http://data.carnegiehall.org/names/131359> ;
    ns1:performer <http://data.carnegiehall.org/names/110996>,
        <http://data.carnegiehall.org/names/112881>,
        <http://data.carnegiehall.org/names/131357>,
        <http://data.carnegiehall.org/names/131358>,
        <http://data.carnegiehall.org/names/131359>,
        <http://data.carnegiehall.org/names/131360>,
        <http://data.carnegiehall.org/names/131367>,
        <http://data.carnegiehall.org/names/131368>,
        <http://data.carnegiehall.org/names/131369>,
        <http://data.carnegiehall.org/names/131370>,
        <http://data.carnegiehall.org/names/131371>,
        <http://data.carnegiehall.org/names/131372> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27159> .

