@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/26009/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Te Deum" ;
    ns2:choir <http://data.carnegiehall.org/names/3659>,
        <http://data.carnegiehall.org/names/3889>,
        <http://data.carnegiehall.org/names/40312>,
        <http://data.carnegiehall.org/names/49782>,
        <http://data.carnegiehall.org/names/5140>,
        <http://data.carnegiehall.org/names/55412>,
        <http://data.carnegiehall.org/names/6415>,
        <http://data.carnegiehall.org/names/7049> ;
    ns2:conductor <http://data.carnegiehall.org/names/3000> ;
    ns1:performer <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/3659>,
        <http://data.carnegiehall.org/names/3889>,
        <http://data.carnegiehall.org/names/40312>,
        <http://data.carnegiehall.org/names/49782>,
        <http://data.carnegiehall.org/names/5140>,
        <http://data.carnegiehall.org/names/55412>,
        <http://data.carnegiehall.org/names/6415>,
        <http://data.carnegiehall.org/names/7049> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5518> .

