@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/20707/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hérodiade" ;
    ns2:baritone <http://data.carnegiehall.org/names/53826> ;
    ns2:bass <http://data.carnegiehall.org/names/53556>,
        <http://data.carnegiehall.org/names/60741> ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/33325> ;
    ns2:choir <http://data.carnegiehall.org/names/21949> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/45479> ;
    ns2:soprano <http://data.carnegiehall.org/names/54807>,
        <http://data.carnegiehall.org/names/57377> ;
    ns2:tenor <http://data.carnegiehall.org/names/2796>,
        <http://data.carnegiehall.org/names/52725>,
        <http://data.carnegiehall.org/names/67615> ;
    ns1:performer <http://data.carnegiehall.org/names/21949>,
        <http://data.carnegiehall.org/names/2796>,
        <http://data.carnegiehall.org/names/33325>,
        <http://data.carnegiehall.org/names/45479>,
        <http://data.carnegiehall.org/names/52725>,
        <http://data.carnegiehall.org/names/53556>,
        <http://data.carnegiehall.org/names/53826>,
        <http://data.carnegiehall.org/names/54807>,
        <http://data.carnegiehall.org/names/57377>,
        <http://data.carnegiehall.org/names/60741>,
        <http://data.carnegiehall.org/names/67615> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33871> .

