@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/4362/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Christus, Op. 97: Say where is He born, the King of Judea?" ;
    ns2:bass <http://data.carnegiehall.org/names/3645> ;
    ns2:choir <http://data.carnegiehall.org/names/57617> ;
    ns2:tenor <http://data.carnegiehall.org/names/22534> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/20921> ;
    ns1:performer <http://data.carnegiehall.org/names/20921>,
        <http://data.carnegiehall.org/names/22534>,
        <http://data.carnegiehall.org/names/3645>,
        <http://data.carnegiehall.org/names/57617> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33966> .

