@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/69143/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Miserere in C Minor, ZWV 57" ;
    ns2:choir <http://data.carnegiehall.org/names/113444>,
        <http://data.carnegiehall.org/names/33453>,
        <http://data.carnegiehall.org/names/79391> ;
    ns2:conductor <http://data.carnegiehall.org/names/127763> ;
    ns2:keyboard <http://data.carnegiehall.org/names/108630> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/127767> ;
    ns2:soprano <http://data.carnegiehall.org/names/74822> ;
    ns1:performer <http://data.carnegiehall.org/names/108630>,
        <http://data.carnegiehall.org/names/113444>,
        <http://data.carnegiehall.org/names/127763>,
        <http://data.carnegiehall.org/names/127767>,
        <http://data.carnegiehall.org/names/33453>,
        <http://data.carnegiehall.org/names/74822>,
        <http://data.carnegiehall.org/names/79391> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/112855> .

