@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/28655/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les mamelles de Tirésias, FP 125" ;
    ns2:baritone <http://data.carnegiehall.org/names/16009> ;
    ns2:bass <http://data.carnegiehall.org/names/30251>,
        <http://data.carnegiehall.org/names/47264>,
        <http://data.carnegiehall.org/names/6507> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/24296> ;
    ns2:contralto <http://data.carnegiehall.org/names/30500> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/65667> ;
    ns2:soprano <http://data.carnegiehall.org/names/24629> ;
    ns2:tenor <http://data.carnegiehall.org/names/11266>,
        <http://data.carnegiehall.org/names/39313>,
        <http://data.carnegiehall.org/names/51694> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/42236>,
        <http://data.carnegiehall.org/names/65664>,
        <http://data.carnegiehall.org/names/65665>,
        <http://data.carnegiehall.org/names/65666>,
        <http://data.carnegiehall.org/names/65668>,
        <http://data.carnegiehall.org/names/65669>,
        <http://data.carnegiehall.org/names/65670>,
        <http://data.carnegiehall.org/names/65671>,
        <http://data.carnegiehall.org/names/65672> ;
    ns1:performer <http://data.carnegiehall.org/names/11266>,
        <http://data.carnegiehall.org/names/16009>,
        <http://data.carnegiehall.org/names/24296>,
        <http://data.carnegiehall.org/names/24629>,
        <http://data.carnegiehall.org/names/30251>,
        <http://data.carnegiehall.org/names/30500>,
        <http://data.carnegiehall.org/names/39313>,
        <http://data.carnegiehall.org/names/42236>,
        <http://data.carnegiehall.org/names/47264>,
        <http://data.carnegiehall.org/names/51694>,
        <http://data.carnegiehall.org/names/6507>,
        <http://data.carnegiehall.org/names/65664>,
        <http://data.carnegiehall.org/names/65665>,
        <http://data.carnegiehall.org/names/65666>,
        <http://data.carnegiehall.org/names/65667>,
        <http://data.carnegiehall.org/names/65668>,
        <http://data.carnegiehall.org/names/65669>,
        <http://data.carnegiehall.org/names/65670>,
        <http://data.carnegiehall.org/names/65671>,
        <http://data.carnegiehall.org/names/65672> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/1233> .

