@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/18658/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria Alleluia" ;
    ns2:conductor <http://data.carnegiehall.org/names/16972> ;
    ns2:girls_chorus <http://data.carnegiehall.org/names/46893> ;
    ns2:piano <http://data.carnegiehall.org/names/14503> ;
    ns2:soprano <http://data.carnegiehall.org/names/18299>,
        <http://data.carnegiehall.org/names/20553>,
        <http://data.carnegiehall.org/names/20554>,
        <http://data.carnegiehall.org/names/32856>,
        <http://data.carnegiehall.org/names/34293>,
        <http://data.carnegiehall.org/names/39216>,
        <http://data.carnegiehall.org/names/4038>,
        <http://data.carnegiehall.org/names/48600> ;
    ns1:performer <http://data.carnegiehall.org/names/14503>,
        <http://data.carnegiehall.org/names/16972>,
        <http://data.carnegiehall.org/names/18299>,
        <http://data.carnegiehall.org/names/20553>,
        <http://data.carnegiehall.org/names/20554>,
        <http://data.carnegiehall.org/names/32856>,
        <http://data.carnegiehall.org/names/34293>,
        <http://data.carnegiehall.org/names/39216>,
        <http://data.carnegiehall.org/names/4038>,
        <http://data.carnegiehall.org/names/46893>,
        <http://data.carnegiehall.org/names/48600> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/35129> .

