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

<http://data.carnegiehall.org/events/7883/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Te Deum" ;
    ns2:bass <http://data.carnegiehall.org/names/48446> ;
    ns2:choir <http://data.carnegiehall.org/names/14526>,
        <http://data.carnegiehall.org/names/17509>,
        <http://data.carnegiehall.org/names/41464>,
        <http://data.carnegiehall.org/names/4912>,
        <http://data.carnegiehall.org/names/49391>,
        <http://data.carnegiehall.org/names/52955>,
        <http://data.carnegiehall.org/names/7073> ;
    ns2:conductor <http://data.carnegiehall.org/names/3000> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/60765> ;
    ns2:soprano <http://data.carnegiehall.org/names/22476> ;
    ns2:tenor <http://data.carnegiehall.org/names/59992> ;
    ns1:performer <http://data.carnegiehall.org/names/14526>,
        <http://data.carnegiehall.org/names/17509>,
        <http://data.carnegiehall.org/names/22476>,
        <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/41464>,
        <http://data.carnegiehall.org/names/48446>,
        <http://data.carnegiehall.org/names/4912>,
        <http://data.carnegiehall.org/names/49391>,
        <http://data.carnegiehall.org/names/52955>,
        <http://data.carnegiehall.org/names/59992>,
        <http://data.carnegiehall.org/names/60765>,
        <http://data.carnegiehall.org/names/7073> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5518> .

