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

<http://data.carnegiehall.org/events/49323/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria" ;
    ns1:choir <http://data.carnegiehall.org/names/13171>,
        <http://data.carnegiehall.org/names/34691>,
        <http://data.carnegiehall.org/names/64851>,
        <http://data.carnegiehall.org/names/65207>,
        <http://data.carnegiehall.org/names/73706>,
        <http://data.carnegiehall.org/names/74183>,
        <http://data.carnegiehall.org/names/89859>,
        <http://data.carnegiehall.org/names/89868>,
        <http://data.carnegiehall.org/names/89870>,
        <http://data.carnegiehall.org/names/89871>,
        <http://data.carnegiehall.org/names/89872>,
        <http://data.carnegiehall.org/names/89873> ;
    ns2:performer <http://data.carnegiehall.org/names/13171>,
        <http://data.carnegiehall.org/names/34691>,
        <http://data.carnegiehall.org/names/64851>,
        <http://data.carnegiehall.org/names/65207>,
        <http://data.carnegiehall.org/names/73706>,
        <http://data.carnegiehall.org/names/74183>,
        <http://data.carnegiehall.org/names/89859>,
        <http://data.carnegiehall.org/names/89868>,
        <http://data.carnegiehall.org/names/89870>,
        <http://data.carnegiehall.org/names/89871>,
        <http://data.carnegiehall.org/names/89872>,
        <http://data.carnegiehall.org/names/89873> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57715> .

