@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/14604/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "May Night, or the Drowned Maiden: Excerpt" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/1996> ;
    ns1:soprano <http://data.carnegiehall.org/names/26993>,
        <http://data.carnegiehall.org/names/59430> ;
    ns1:tenor <http://data.carnegiehall.org/names/11525> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/43481>,
        <http://data.carnegiehall.org/names/57847>,
        <http://data.carnegiehall.org/names/8947> ;
    ns2:performer <http://data.carnegiehall.org/names/11525>,
        <http://data.carnegiehall.org/names/1996>,
        <http://data.carnegiehall.org/names/26993>,
        <http://data.carnegiehall.org/names/43481>,
        <http://data.carnegiehall.org/names/57847>,
        <http://data.carnegiehall.org/names/59430>,
        <http://data.carnegiehall.org/names/8947> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37679> .

