@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/44400/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Te Deum, Op. 103" ;
    ns2:bass <http://data.carnegiehall.org/names/77095> ;
    ns2:choir <http://data.carnegiehall.org/names/14738>,
        <http://data.carnegiehall.org/names/24553>,
        <http://data.carnegiehall.org/names/39785>,
        <http://data.carnegiehall.org/names/63556>,
        <http://data.carnegiehall.org/names/64842>,
        <http://data.carnegiehall.org/names/77099>,
        <http://data.carnegiehall.org/names/77100> ;
    ns2:conductor <http://data.carnegiehall.org/names/51425> ;
    ns2:soprano <http://data.carnegiehall.org/names/77094> ;
    ns3:performer <http://data.carnegiehall.org/names/14738>,
        <http://data.carnegiehall.org/names/24553>,
        <http://data.carnegiehall.org/names/39785>,
        <http://data.carnegiehall.org/names/51425>,
        <http://data.carnegiehall.org/names/63556>,
        <http://data.carnegiehall.org/names/64842>,
        <http://data.carnegiehall.org/names/77094>,
        <http://data.carnegiehall.org/names/77095>,
        <http://data.carnegiehall.org/names/77099>,
        <http://data.carnegiehall.org/names/77100> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/39763> .

