@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/23543/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Witch" ;
    ns2:baritone <http://data.carnegiehall.org/names/43469>,
        <http://data.carnegiehall.org/names/72014> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/50995> ;
    ns2:choir <http://data.carnegiehall.org/names/37129> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/57456> ;
    ns2:soprano <http://data.carnegiehall.org/names/128768>,
        <http://data.carnegiehall.org/names/59430>,
        <http://data.carnegiehall.org/names/72012> ;
    ns2:tenor <http://data.carnegiehall.org/names/38116> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/128766>,
        <http://data.carnegiehall.org/names/128767>,
        <http://data.carnegiehall.org/names/65798> ;
    ns1:performer <http://data.carnegiehall.org/names/128766>,
        <http://data.carnegiehall.org/names/128767>,
        <http://data.carnegiehall.org/names/128768>,
        <http://data.carnegiehall.org/names/37129>,
        <http://data.carnegiehall.org/names/38116>,
        <http://data.carnegiehall.org/names/43469>,
        <http://data.carnegiehall.org/names/50995>,
        <http://data.carnegiehall.org/names/57456>,
        <http://data.carnegiehall.org/names/59430>,
        <http://data.carnegiehall.org/names/65798>,
        <http://data.carnegiehall.org/names/72012>,
        <http://data.carnegiehall.org/names/72014> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/36833> .

