@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/56194/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Alleluia" ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/104282> ;
    ns1:choir <http://data.carnegiehall.org/names/104283>,
        <http://data.carnegiehall.org/names/104284>,
        <http://data.carnegiehall.org/names/104285>,
        <http://data.carnegiehall.org/names/104286>,
        <http://data.carnegiehall.org/names/104287>,
        <http://data.carnegiehall.org/names/104288>,
        <http://data.carnegiehall.org/names/87196>,
        <http://data.carnegiehall.org/names/87200> ;
    ns1:conductor <http://data.carnegiehall.org/names/44139> ;
    ns3:performer <http://data.carnegiehall.org/names/104282>,
        <http://data.carnegiehall.org/names/104283>,
        <http://data.carnegiehall.org/names/104284>,
        <http://data.carnegiehall.org/names/104285>,
        <http://data.carnegiehall.org/names/104286>,
        <http://data.carnegiehall.org/names/104287>,
        <http://data.carnegiehall.org/names/104288>,
        <http://data.carnegiehall.org/names/44139>,
        <http://data.carnegiehall.org/names/87196>,
        <http://data.carnegiehall.org/names/87200> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/96255> .

