@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/30226/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56: Halleluia Chorus" ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/41514> ;
    ns2:brass_quintet <http://data.carnegiehall.org/names/9612> ;
    ns2:conductor <http://data.carnegiehall.org/names/29180> ;
    ns2:french_horn <http://data.carnegiehall.org/names/48954> ;
    ns2:trombone <http://data.carnegiehall.org/names/958> ;
    ns2:trumpet <http://data.carnegiehall.org/names/33213>,
        <http://data.carnegiehall.org/names/50275> ;
    ns2:tuba <http://data.carnegiehall.org/names/38904> ;
    ns1:performer <http://data.carnegiehall.org/names/29180>,
        <http://data.carnegiehall.org/names/33213>,
        <http://data.carnegiehall.org/names/38904>,
        <http://data.carnegiehall.org/names/41514>,
        <http://data.carnegiehall.org/names/48954>,
        <http://data.carnegiehall.org/names/50275>,
        <http://data.carnegiehall.org/names/958>,
        <http://data.carnegiehall.org/names/9612> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/40430> .

