@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/38243/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Aida: Finale to Act II" ;
    ns1:baritone <http://data.carnegiehall.org/names/28359> ;
    ns1:bass <http://data.carnegiehall.org/names/44019>,
        <http://data.carnegiehall.org/names/56024> ;
    ns1:choir <http://data.carnegiehall.org/names/61559>,
        <http://data.carnegiehall.org/names/6554> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/63286> ;
    ns1:soprano <http://data.carnegiehall.org/names/45574> ;
    ns1:tenor <http://data.carnegiehall.org/names/33274> ;
    ns3:performer <http://data.carnegiehall.org/names/28359>,
        <http://data.carnegiehall.org/names/33274>,
        <http://data.carnegiehall.org/names/44019>,
        <http://data.carnegiehall.org/names/45574>,
        <http://data.carnegiehall.org/names/56024>,
        <http://data.carnegiehall.org/names/61559>,
        <http://data.carnegiehall.org/names/63286>,
        <http://data.carnegiehall.org/names/6554> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/19066> .

