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

<http://data.carnegiehall.org/events/20185/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dona nobis pacem" ;
    ns1:baritone <http://data.carnegiehall.org/names/15855> ;
    ns1:choir <http://data.carnegiehall.org/names/18944>,
        <http://data.carnegiehall.org/names/33525>,
        <http://data.carnegiehall.org/names/35508>,
        <http://data.carnegiehall.org/names/44103> ;
    ns1:conductor <http://data.carnegiehall.org/names/34375> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns1:organ <http://data.carnegiehall.org/names/8795> ;
    ns1:soprano <http://data.carnegiehall.org/names/54527> ;
    ns3:performer <http://data.carnegiehall.org/names/15855>,
        <http://data.carnegiehall.org/names/18944>,
        <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/33525>,
        <http://data.carnegiehall.org/names/34375>,
        <http://data.carnegiehall.org/names/35508>,
        <http://data.carnegiehall.org/names/44103>,
        <http://data.carnegiehall.org/names/54527>,
        <http://data.carnegiehall.org/names/8795> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/58066> .

