@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/32566/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Elektra, Op. 58" ;
    ns1:baritone <http://data.carnegiehall.org/names/49196> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/1000> ;
    ns1:contralto <http://data.carnegiehall.org/names/1412> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/43412>,
        <http://data.carnegiehall.org/names/60085> ;
    ns1:soprano <http://data.carnegiehall.org/names/42294>,
        <http://data.carnegiehall.org/names/4286>,
        <http://data.carnegiehall.org/names/45667>,
        <http://data.carnegiehall.org/names/46471>,
        <http://data.carnegiehall.org/names/6276>,
        <http://data.carnegiehall.org/names/6853> ;
    ns1:tenor <http://data.carnegiehall.org/names/36166>,
        <http://data.carnegiehall.org/names/6275> ;
    ns2:performer <http://data.carnegiehall.org/names/1000>,
        <http://data.carnegiehall.org/names/1412>,
        <http://data.carnegiehall.org/names/36166>,
        <http://data.carnegiehall.org/names/42294>,
        <http://data.carnegiehall.org/names/4286>,
        <http://data.carnegiehall.org/names/43412>,
        <http://data.carnegiehall.org/names/45667>,
        <http://data.carnegiehall.org/names/46471>,
        <http://data.carnegiehall.org/names/49196>,
        <http://data.carnegiehall.org/names/60085>,
        <http://data.carnegiehall.org/names/6275>,
        <http://data.carnegiehall.org/names/6276>,
        <http://data.carnegiehall.org/names/6853> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11210> .

