@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/4907/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56: Halleluia Chorus" ;
    ns2:baritone <http://data.carnegiehall.org/names/26992> ;
    ns2:choir <http://data.carnegiehall.org/names/36013> ;
    ns2:conductor <http://data.carnegiehall.org/names/37765> ;
    ns2:vocalist <http://data.carnegiehall.org/names/26509>,
        <http://data.carnegiehall.org/names/37852>,
        <http://data.carnegiehall.org/names/37853>,
        <http://data.carnegiehall.org/names/44715>,
        <http://data.carnegiehall.org/names/57697>,
        <http://data.carnegiehall.org/names/63510> ;
    ns1:performer <http://data.carnegiehall.org/names/26509>,
        <http://data.carnegiehall.org/names/26992>,
        <http://data.carnegiehall.org/names/36013>,
        <http://data.carnegiehall.org/names/37765>,
        <http://data.carnegiehall.org/names/37852>,
        <http://data.carnegiehall.org/names/37853>,
        <http://data.carnegiehall.org/names/44715>,
        <http://data.carnegiehall.org/names/57697>,
        <http://data.carnegiehall.org/names/63510> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/40430> .

