@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/18727/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Elektra, Op. 58" ;
    ns2:bass <http://data.carnegiehall.org/names/35896> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/50794> ;
    ns2:choir <http://data.carnegiehall.org/names/45100> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/14808>,
        <http://data.carnegiehall.org/names/20163>,
        <http://data.carnegiehall.org/names/22172>,
        <http://data.carnegiehall.org/names/25334>,
        <http://data.carnegiehall.org/names/82333>,
        <http://data.carnegiehall.org/names/82334>,
        <http://data.carnegiehall.org/names/82335>,
        <http://data.carnegiehall.org/names/82336> ;
    ns2:soprano <http://data.carnegiehall.org/names/20164>,
        <http://data.carnegiehall.org/names/43775>,
        <http://data.carnegiehall.org/names/47783>,
        <http://data.carnegiehall.org/names/56117>,
        <http://data.carnegiehall.org/names/57541>,
        <http://data.carnegiehall.org/names/662>,
        <http://data.carnegiehall.org/names/82332> ;
    ns2:tenor <http://data.carnegiehall.org/names/29916>,
        <http://data.carnegiehall.org/names/32771> ;
    ns1:performer <http://data.carnegiehall.org/names/14808>,
        <http://data.carnegiehall.org/names/20163>,
        <http://data.carnegiehall.org/names/20164>,
        <http://data.carnegiehall.org/names/22172>,
        <http://data.carnegiehall.org/names/25334>,
        <http://data.carnegiehall.org/names/29916>,
        <http://data.carnegiehall.org/names/32771>,
        <http://data.carnegiehall.org/names/35896>,
        <http://data.carnegiehall.org/names/43775>,
        <http://data.carnegiehall.org/names/45100>,
        <http://data.carnegiehall.org/names/47783>,
        <http://data.carnegiehall.org/names/50794>,
        <http://data.carnegiehall.org/names/56117>,
        <http://data.carnegiehall.org/names/57541>,
        <http://data.carnegiehall.org/names/662>,
        <http://data.carnegiehall.org/names/82332>,
        <http://data.carnegiehall.org/names/82333>,
        <http://data.carnegiehall.org/names/82334>,
        <http://data.carnegiehall.org/names/82335>,
        <http://data.carnegiehall.org/names/82336> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11210> .

