@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/46069/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria" ;
    ns1:choir <http://data.carnegiehall.org/names/13171>,
        <http://data.carnegiehall.org/names/61381>,
        <http://data.carnegiehall.org/names/64736>,
        <http://data.carnegiehall.org/names/69726>,
        <http://data.carnegiehall.org/names/74645>,
        <http://data.carnegiehall.org/names/81000>,
        <http://data.carnegiehall.org/names/81001>,
        <http://data.carnegiehall.org/names/81002>,
        <http://data.carnegiehall.org/names/81003>,
        <http://data.carnegiehall.org/names/9557> ;
    ns3:performer <http://data.carnegiehall.org/names/13171>,
        <http://data.carnegiehall.org/names/61381>,
        <http://data.carnegiehall.org/names/64736>,
        <http://data.carnegiehall.org/names/69726>,
        <http://data.carnegiehall.org/names/74645>,
        <http://data.carnegiehall.org/names/81000>,
        <http://data.carnegiehall.org/names/81001>,
        <http://data.carnegiehall.org/names/81002>,
        <http://data.carnegiehall.org/names/81003>,
        <http://data.carnegiehall.org/names/9557> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/57715> .

