@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/55697/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Elektra, Op. 58" ;
    ns1:baritone <http://data.carnegiehall.org/names/101248> ;
    ns1:bass <http://data.carnegiehall.org/names/44086> ;
    ns1:choir <http://data.carnegiehall.org/names/45100> ;
    ns1:contralto <http://data.carnegiehall.org/names/101822> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/53619>,
        <http://data.carnegiehall.org/names/5794>,
        <http://data.carnegiehall.org/names/84840> ;
    ns1:soprano <http://data.carnegiehall.org/names/101823>,
        <http://data.carnegiehall.org/names/101824>,
        <http://data.carnegiehall.org/names/101825>,
        <http://data.carnegiehall.org/names/101826>,
        <http://data.carnegiehall.org/names/101827>,
        <http://data.carnegiehall.org/names/15709>,
        <http://data.carnegiehall.org/names/96525> ;
    ns1:tenor <http://data.carnegiehall.org/names/101828>,
        <http://data.carnegiehall.org/names/96532> ;
    ns2:performer <http://data.carnegiehall.org/names/101248>,
        <http://data.carnegiehall.org/names/101822>,
        <http://data.carnegiehall.org/names/101823>,
        <http://data.carnegiehall.org/names/101824>,
        <http://data.carnegiehall.org/names/101825>,
        <http://data.carnegiehall.org/names/101826>,
        <http://data.carnegiehall.org/names/101827>,
        <http://data.carnegiehall.org/names/101828>,
        <http://data.carnegiehall.org/names/15709>,
        <http://data.carnegiehall.org/names/44086>,
        <http://data.carnegiehall.org/names/45100>,
        <http://data.carnegiehall.org/names/53619>,
        <http://data.carnegiehall.org/names/5794>,
        <http://data.carnegiehall.org/names/84840>,
        <http://data.carnegiehall.org/names/96525>,
        <http://data.carnegiehall.org/names/96532> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11210> .

