@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/20772/work_27> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Aida: Grand Scene of the Consecration" ;
    ns1:baritone <http://data.carnegiehall.org/names/11566> ;
    ns1:bass <http://data.carnegiehall.org/names/32519>,
        <http://data.carnegiehall.org/names/41250> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/565> ;
    ns1:soprano <http://data.carnegiehall.org/names/52047> ;
    ns1:tenor <http://data.carnegiehall.org/names/11565> ;
    ns2:performer <http://data.carnegiehall.org/names/11565>,
        <http://data.carnegiehall.org/names/11566>,
        <http://data.carnegiehall.org/names/32519>,
        <http://data.carnegiehall.org/names/41250>,
        <http://data.carnegiehall.org/names/52047>,
        <http://data.carnegiehall.org/names/565> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57924> .

