@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/64086/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Miserere: Songs of Mercy and Redemption" ;
    ns1:cello <http://data.carnegiehall.org/names/107905> ;
    ns1:choir <http://data.carnegiehall.org/names/80008> ;
    ns1:countertenor <http://data.carnegiehall.org/names/91409> ;
    ns1:vocalist <http://data.carnegiehall.org/names/116269> ;
    ns2:performer <http://data.carnegiehall.org/names/107905>,
        <http://data.carnegiehall.org/names/116269>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/91409> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/108047> ;
    rdfs:comment "United States premiere" .

