@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/19594/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dona nobis pacem" ;
    ns2:baritone <http://data.carnegiehall.org/names/52534> ;
    ns2:choir <http://data.carnegiehall.org/names/30550>,
        <http://data.carnegiehall.org/names/44171>,
        <http://data.carnegiehall.org/names/50200>,
        <http://data.carnegiehall.org/names/58685>,
        <http://data.carnegiehall.org/names/59234>,
        <http://data.carnegiehall.org/names/8432> ;
    ns2:conductor <http://data.carnegiehall.org/names/11329> ;
    ns2:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns2:soprano <http://data.carnegiehall.org/names/4548> ;
    ns1:performer <http://data.carnegiehall.org/names/11329>,
        <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/30550>,
        <http://data.carnegiehall.org/names/44171>,
        <http://data.carnegiehall.org/names/4548>,
        <http://data.carnegiehall.org/names/50200>,
        <http://data.carnegiehall.org/names/52534>,
        <http://data.carnegiehall.org/names/58685>,
        <http://data.carnegiehall.org/names/59234>,
        <http://data.carnegiehall.org/names/8432> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58066> .

