@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/22122/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fidelio, Op. 72: Mir ist so wunderbar" ;
    ns1:baritone <http://data.carnegiehall.org/names/41978> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/46949> ;
    ns1:soprano <http://data.carnegiehall.org/names/617> ;
    ns1:tenor <http://data.carnegiehall.org/names/31109> ;
    ns2:performer <http://data.carnegiehall.org/names/31109>,
        <http://data.carnegiehall.org/names/41978>,
        <http://data.carnegiehall.org/names/46949>,
        <http://data.carnegiehall.org/names/617> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38286> .

