@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/23279/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Esther, HWV 50" ;
    ns2:baritone <http://data.carnegiehall.org/names/32621> ;
    ns2:bass <http://data.carnegiehall.org/names/19313> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/38234> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/56967> ;
    ns2:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns2:soprano <http://data.carnegiehall.org/names/33686>,
        <http://data.carnegiehall.org/names/48460> ;
    ns2:tenor <http://data.carnegiehall.org/names/28142>,
        <http://data.carnegiehall.org/names/50028>,
        <http://data.carnegiehall.org/names/50780> ;
    ns1:performer <http://data.carnegiehall.org/names/19313>,
        <http://data.carnegiehall.org/names/2369>,
        <http://data.carnegiehall.org/names/28142>,
        <http://data.carnegiehall.org/names/32621>,
        <http://data.carnegiehall.org/names/33686>,
        <http://data.carnegiehall.org/names/38234>,
        <http://data.carnegiehall.org/names/48460>,
        <http://data.carnegiehall.org/names/50028>,
        <http://data.carnegiehall.org/names/50780>,
        <http://data.carnegiehall.org/names/56967> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53094> .

