@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/26860/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Midsummer Night's Dream, Op. 61" ;
    ns2:narrator <http://data.carnegiehall.org/names/3452> ;
    ns2:soprano <http://data.carnegiehall.org/names/28851> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/4739> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/31882> ;
    ns1:performer <http://data.carnegiehall.org/names/28851>,
        <http://data.carnegiehall.org/names/31882>,
        <http://data.carnegiehall.org/names/3452>,
        <http://data.carnegiehall.org/names/4739> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16440> .

