@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/22015/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Der glorreiche Augenblick, Op. 136" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/17281> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/16655> ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/27419> ;
    ns2:choir <http://data.carnegiehall.org/names/5052>,
        <http://data.carnegiehall.org/names/52885>,
        <http://data.carnegiehall.org/names/89236> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/25192> ;
    ns2:soprano <http://data.carnegiehall.org/names/31680> ;
    ns2:tenor <http://data.carnegiehall.org/names/7160> ;
    ns1:performer <http://data.carnegiehall.org/names/16655>,
        <http://data.carnegiehall.org/names/17281>,
        <http://data.carnegiehall.org/names/25192>,
        <http://data.carnegiehall.org/names/27419>,
        <http://data.carnegiehall.org/names/31680>,
        <http://data.carnegiehall.org/names/5052>,
        <http://data.carnegiehall.org/names/52885>,
        <http://data.carnegiehall.org/names/7160>,
        <http://data.carnegiehall.org/names/89236> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/19524> .

