@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/37743/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria" ;
    ns2:baritone <http://data.carnegiehall.org/names/35419> ;
    ns2:choir <http://data.carnegiehall.org/names/62037>,
        <http://data.carnegiehall.org/names/62038>,
        <http://data.carnegiehall.org/names/62039>,
        <http://data.carnegiehall.org/names/62040>,
        <http://data.carnegiehall.org/names/62041>,
        <http://data.carnegiehall.org/names/62042>,
        <http://data.carnegiehall.org/names/62043>,
        <http://data.carnegiehall.org/names/62044> ;
    ns2:conductor <http://data.carnegiehall.org/names/3000> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/62035> ;
    ns2:soprano <http://data.carnegiehall.org/names/62034> ;
    ns2:tenor <http://data.carnegiehall.org/names/62036> ;
    ns1:performer <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/35419>,
        <http://data.carnegiehall.org/names/62034>,
        <http://data.carnegiehall.org/names/62035>,
        <http://data.carnegiehall.org/names/62036>,
        <http://data.carnegiehall.org/names/62037>,
        <http://data.carnegiehall.org/names/62038>,
        <http://data.carnegiehall.org/names/62039>,
        <http://data.carnegiehall.org/names/62040>,
        <http://data.carnegiehall.org/names/62041>,
        <http://data.carnegiehall.org/names/62042>,
        <http://data.carnegiehall.org/names/62043>,
        <http://data.carnegiehall.org/names/62044> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57715> .

