@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/35586/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hérodiade" ;
    ns1:baritone <http://data.carnegiehall.org/names/18021>,
        <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/59506> ;
    ns1:bass <http://data.carnegiehall.org/names/44249> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/40963> ;
    ns1:soprano <http://data.carnegiehall.org/names/24462>,
        <http://data.carnegiehall.org/names/53000> ;
    ns1:tenor <http://data.carnegiehall.org/names/28529>,
        <http://data.carnegiehall.org/names/54060> ;
    ns2:performer <http://data.carnegiehall.org/names/18021>,
        <http://data.carnegiehall.org/names/24462>,
        <http://data.carnegiehall.org/names/28529>,
        <http://data.carnegiehall.org/names/40963>,
        <http://data.carnegiehall.org/names/44249>,
        <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/53000>,
        <http://data.carnegiehall.org/names/54060>,
        <http://data.carnegiehall.org/names/59506> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33871> .

