@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/25670/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Götterdämmerung: Act III" ;
    ns1:baritone <http://data.carnegiehall.org/names/30877> ;
    ns1:bass <http://data.carnegiehall.org/names/9924> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/28046>,
        <http://data.carnegiehall.org/names/50203>,
        <http://data.carnegiehall.org/names/61107> ;
    ns1:soprano <http://data.carnegiehall.org/names/34063>,
        <http://data.carnegiehall.org/names/46471> ;
    ns1:tenor <http://data.carnegiehall.org/names/55838> ;
    ns2:performer <http://data.carnegiehall.org/names/28046>,
        <http://data.carnegiehall.org/names/30877>,
        <http://data.carnegiehall.org/names/34063>,
        <http://data.carnegiehall.org/names/46471>,
        <http://data.carnegiehall.org/names/50203>,
        <http://data.carnegiehall.org/names/55838>,
        <http://data.carnegiehall.org/names/61107>,
        <http://data.carnegiehall.org/names/9924> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8879> .

