@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/43467/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Médée" ;
    ns2:actor <http://data.carnegiehall.org/names/68569>,
        <http://data.carnegiehall.org/names/74797>,
        <http://data.carnegiehall.org/names/74798>,
        <http://data.carnegiehall.org/names/74799>,
        <http://data.carnegiehall.org/names/74800>,
        <http://data.carnegiehall.org/names/74801> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/74795> ;
    ns2:choir <http://data.carnegiehall.org/names/5073> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/74796> ;
    ns2:soprano <http://data.carnegiehall.org/names/44459>,
        <http://data.carnegiehall.org/names/70849>,
        <http://data.carnegiehall.org/names/71515>,
        <http://data.carnegiehall.org/names/73709> ;
    ns2:tenor <http://data.carnegiehall.org/names/74794> ;
    ns2:theater_group <http://data.carnegiehall.org/names/38966> ;
    ns1:performer <http://data.carnegiehall.org/names/38966>,
        <http://data.carnegiehall.org/names/44459>,
        <http://data.carnegiehall.org/names/5073>,
        <http://data.carnegiehall.org/names/68569>,
        <http://data.carnegiehall.org/names/70849>,
        <http://data.carnegiehall.org/names/71515>,
        <http://data.carnegiehall.org/names/73709>,
        <http://data.carnegiehall.org/names/74794>,
        <http://data.carnegiehall.org/names/74795>,
        <http://data.carnegiehall.org/names/74796>,
        <http://data.carnegiehall.org/names/74797>,
        <http://data.carnegiehall.org/names/74798>,
        <http://data.carnegiehall.org/names/74799>,
        <http://data.carnegiehall.org/names/74800>,
        <http://data.carnegiehall.org/names/74801> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/1486> .

