@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/71753/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Te Deum" ;
    ns1:choir <http://data.carnegiehall.org/names/100913>,
        <http://data.carnegiehall.org/names/111735>,
        <http://data.carnegiehall.org/names/131129>,
        <http://data.carnegiehall.org/names/131130>,
        <http://data.carnegiehall.org/names/131131>,
        <http://data.carnegiehall.org/names/59757>,
        <http://data.carnegiehall.org/names/62043>,
        <http://data.carnegiehall.org/names/71272>,
        <http://data.carnegiehall.org/names/87457> ;
    ns1:conductor <http://data.carnegiehall.org/names/3000> ;
    ns1:womens_chorus <http://data.carnegiehall.org/names/131132> ;
    ns2:performer <http://data.carnegiehall.org/names/100913>,
        <http://data.carnegiehall.org/names/111735>,
        <http://data.carnegiehall.org/names/131129>,
        <http://data.carnegiehall.org/names/131130>,
        <http://data.carnegiehall.org/names/131131>,
        <http://data.carnegiehall.org/names/131132>,
        <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/59757>,
        <http://data.carnegiehall.org/names/62043>,
        <http://data.carnegiehall.org/names/71272>,
        <http://data.carnegiehall.org/names/87457> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5518> .

