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

<http://data.carnegiehall.org/events/16790/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Te Deum in D Major H. 146" ;
    ns2:baritone <http://data.carnegiehall.org/names/13442> ;
    ns2:choir <http://data.carnegiehall.org/names/1001> ;
    ns2:countertenor <http://data.carnegiehall.org/names/55784> ;
    ns2:soprano <http://data.carnegiehall.org/names/12982>,
        <http://data.carnegiehall.org/names/35017> ;
    ns2:tenor <http://data.carnegiehall.org/names/31415> ;
    ns2:trumpet <http://data.carnegiehall.org/names/53779> ;
    ns3:performer <http://data.carnegiehall.org/names/1001>,
        <http://data.carnegiehall.org/names/12982>,
        <http://data.carnegiehall.org/names/13442>,
        <http://data.carnegiehall.org/names/31415>,
        <http://data.carnegiehall.org/names/35017>,
        <http://data.carnegiehall.org/names/53779>,
        <http://data.carnegiehall.org/names/55784> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/62552> .

