@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/16012/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bluebeard's Castle, Op. 11" ;
    ns2:bass <http://data.carnegiehall.org/names/32912> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/28046> ;
    ns2:narrator <http://data.carnegiehall.org/names/18838> ;
    ns1:performer <http://data.carnegiehall.org/names/18838>,
        <http://data.carnegiehall.org/names/28046>,
        <http://data.carnegiehall.org/names/32912> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30868> .

