@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/1666/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Aida: Act II. Triumphal March" ;
    ns1:bass <http://data.carnegiehall.org/names/28533> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/20165>,
        <http://data.carnegiehall.org/names/38234> ;
    ns1:mens_chorus <http://data.carnegiehall.org/names/60149> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/30383> ;
    ns1:soprano <http://data.carnegiehall.org/names/7491> ;
    ns1:tenor <http://data.carnegiehall.org/names/14264> ;
    ns2:performer <http://data.carnegiehall.org/names/14264>,
        <http://data.carnegiehall.org/names/20165>,
        <http://data.carnegiehall.org/names/28533>,
        <http://data.carnegiehall.org/names/30383>,
        <http://data.carnegiehall.org/names/38234>,
        <http://data.carnegiehall.org/names/60149>,
        <http://data.carnegiehall.org/names/7491> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/35897> .

