@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/41747/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dona nobis pacem" ;
    ns2:bass <http://data.carnegiehall.org/names/67218> ;
    ns2:choir <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/690>,
        <http://data.carnegiehall.org/names/70430>,
        <http://data.carnegiehall.org/names/70431>,
        <http://data.carnegiehall.org/names/70432>,
        <http://data.carnegiehall.org/names/70433> ;
    ns2:conductor <http://data.carnegiehall.org/names/70429> ;
    ns2:soprano <http://data.carnegiehall.org/names/70428> ;
    ns1:performer <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/67218>,
        <http://data.carnegiehall.org/names/690>,
        <http://data.carnegiehall.org/names/70428>,
        <http://data.carnegiehall.org/names/70429>,
        <http://data.carnegiehall.org/names/70430>,
        <http://data.carnegiehall.org/names/70431>,
        <http://data.carnegiehall.org/names/70432>,
        <http://data.carnegiehall.org/names/70433> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58066> .

