@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/61428/work_23> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56: Halleluia Chorus" ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/114473> ;
    ns2:choir <http://data.carnegiehall.org/names/106109>,
        <http://data.carnegiehall.org/names/114467>,
        <http://data.carnegiehall.org/names/114472>,
        <http://data.carnegiehall.org/names/114479>,
        <http://data.carnegiehall.org/names/114481> ;
    ns2:conductor <http://data.carnegiehall.org/names/114482> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/114474> ;
    ns2:orchestra <http://data.carnegiehall.org/names/114486> ;
    ns2:organ <http://data.carnegiehall.org/names/40981> ;
    ns2:piano <http://data.carnegiehall.org/names/114483> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/114464>,
        <http://data.carnegiehall.org/names/114476> ;
    ns1:performer <http://data.carnegiehall.org/names/106109>,
        <http://data.carnegiehall.org/names/114464>,
        <http://data.carnegiehall.org/names/114467>,
        <http://data.carnegiehall.org/names/114472>,
        <http://data.carnegiehall.org/names/114473>,
        <http://data.carnegiehall.org/names/114474>,
        <http://data.carnegiehall.org/names/114476>,
        <http://data.carnegiehall.org/names/114479>,
        <http://data.carnegiehall.org/names/114481>,
        <http://data.carnegiehall.org/names/114482>,
        <http://data.carnegiehall.org/names/114483>,
        <http://data.carnegiehall.org/names/114486>,
        <http://data.carnegiehall.org/names/40981> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/40430> .

