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

<http://data.carnegiehall.org/events/74573/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Te Deum, Op. 103" ;
    ns3:bass <http://data.carnegiehall.org/names/133648> ;
    ns3:choir <http://data.carnegiehall.org/names/105186>,
        <http://data.carnegiehall.org/names/129222>,
        <http://data.carnegiehall.org/names/133659>,
        <http://data.carnegiehall.org/names/133660>,
        <http://data.carnegiehall.org/names/133661>,
        <http://data.carnegiehall.org/names/133662> ;
    ns3:conductor <http://data.carnegiehall.org/names/133650> ;
    ns3:organ <http://data.carnegiehall.org/names/133649> ;
    ns3:soprano <http://data.carnegiehall.org/names/71544> ;
    ns2:performer <http://data.carnegiehall.org/names/105186>,
        <http://data.carnegiehall.org/names/129222>,
        <http://data.carnegiehall.org/names/133648>,
        <http://data.carnegiehall.org/names/133649>,
        <http://data.carnegiehall.org/names/133650>,
        <http://data.carnegiehall.org/names/133659>,
        <http://data.carnegiehall.org/names/133660>,
        <http://data.carnegiehall.org/names/133661>,
        <http://data.carnegiehall.org/names/133662>,
        <http://data.carnegiehall.org/names/71544> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/39763> .

