@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/64321/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dona nobis pacem" ;
    ns1:baritone <http://data.carnegiehall.org/names/122238> ;
    ns1:choir <http://data.carnegiehall.org/names/122244>,
        <http://data.carnegiehall.org/names/122245>,
        <http://data.carnegiehall.org/names/122246>,
        <http://data.carnegiehall.org/names/122247>,
        <http://data.carnegiehall.org/names/122248>,
        <http://data.carnegiehall.org/names/28324>,
        <http://data.carnegiehall.org/names/74802> ;
    ns1:conductor <http://data.carnegiehall.org/names/103137> ;
    ns1:soprano <http://data.carnegiehall.org/names/122237> ;
    ns2:performer <http://data.carnegiehall.org/names/103137>,
        <http://data.carnegiehall.org/names/122237>,
        <http://data.carnegiehall.org/names/122238>,
        <http://data.carnegiehall.org/names/122244>,
        <http://data.carnegiehall.org/names/122245>,
        <http://data.carnegiehall.org/names/122246>,
        <http://data.carnegiehall.org/names/122247>,
        <http://data.carnegiehall.org/names/122248>,
        <http://data.carnegiehall.org/names/28324>,
        <http://data.carnegiehall.org/names/74802> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58066> .

