@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/62995/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Te Deum" ;
    ns1:baritone <http://data.carnegiehall.org/names/54451> ;
    ns1:choir <http://data.carnegiehall.org/names/117701>,
        <http://data.carnegiehall.org/names/118436>,
        <http://data.carnegiehall.org/names/118438>,
        <http://data.carnegiehall.org/names/118439>,
        <http://data.carnegiehall.org/names/98495> ;
    ns1:conductor <http://data.carnegiehall.org/names/95128> ;
    ns1:contralto <http://data.carnegiehall.org/names/73867> ;
    ns2:performer <http://data.carnegiehall.org/names/117701>,
        <http://data.carnegiehall.org/names/118436>,
        <http://data.carnegiehall.org/names/118438>,
        <http://data.carnegiehall.org/names/118439>,
        <http://data.carnegiehall.org/names/54451>,
        <http://data.carnegiehall.org/names/73867>,
        <http://data.carnegiehall.org/names/95128>,
        <http://data.carnegiehall.org/names/98495> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/73809> .

