@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/23522/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Aida: Act II, Scene 2" ;
    ns1:baritone <http://data.carnegiehall.org/names/32564> ;
    ns1:bass <http://data.carnegiehall.org/names/12129>,
        <http://data.carnegiehall.org/names/43250> ;
    ns1:choir <http://data.carnegiehall.org/names/12903>,
        <http://data.carnegiehall.org/names/33643>,
        <http://data.carnegiehall.org/names/40117> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/38624> ;
    ns1:soprano <http://data.carnegiehall.org/names/18968> ;
    ns1:tenor <http://data.carnegiehall.org/names/30245> ;
    ns2:performer <http://data.carnegiehall.org/names/12129>,
        <http://data.carnegiehall.org/names/12903>,
        <http://data.carnegiehall.org/names/18968>,
        <http://data.carnegiehall.org/names/30245>,
        <http://data.carnegiehall.org/names/32564>,
        <http://data.carnegiehall.org/names/33643>,
        <http://data.carnegiehall.org/names/38624>,
        <http://data.carnegiehall.org/names/40117>,
        <http://data.carnegiehall.org/names/43250> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57359> .

