@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/39178/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria" ;
    ns2:choir <http://data.carnegiehall.org/names/19109>,
        <http://data.carnegiehall.org/names/37825>,
        <http://data.carnegiehall.org/names/51345>,
        <http://data.carnegiehall.org/names/58226>,
        <http://data.carnegiehall.org/names/65217>,
        <http://data.carnegiehall.org/names/65218>,
        <http://data.carnegiehall.org/names/65219>,
        <http://data.carnegiehall.org/names/65220>,
        <http://data.carnegiehall.org/names/65221>,
        <http://data.carnegiehall.org/names/65222>,
        <http://data.carnegiehall.org/names/65223> ;
    ns1:performer <http://data.carnegiehall.org/names/19109>,
        <http://data.carnegiehall.org/names/37825>,
        <http://data.carnegiehall.org/names/51345>,
        <http://data.carnegiehall.org/names/58226>,
        <http://data.carnegiehall.org/names/65217>,
        <http://data.carnegiehall.org/names/65218>,
        <http://data.carnegiehall.org/names/65219>,
        <http://data.carnegiehall.org/names/65220>,
        <http://data.carnegiehall.org/names/65221>,
        <http://data.carnegiehall.org/names/65222>,
        <http://data.carnegiehall.org/names/65223> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57715> .

