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

<http://data.carnegiehall.org/events/53756/work_16> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Gloria" ;
    ns3:bass_guitar <http://data.carnegiehall.org/names/97833> ;
    ns3:choir <http://data.carnegiehall.org/names/80008> ;
    ns3:conductor <http://data.carnegiehall.org/names/97824> ;
    ns3:percussion <http://data.carnegiehall.org/names/97834>,
        <http://data.carnegiehall.org/names/97835> ;
    ns3:piano <http://data.carnegiehall.org/names/97832> ;
    ns1:performer <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/97824>,
        <http://data.carnegiehall.org/names/97832>,
        <http://data.carnegiehall.org/names/97833>,
        <http://data.carnegiehall.org/names/97834>,
        <http://data.carnegiehall.org/names/97835> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/91021> ;
    rdfs:comment "world premiere" .

