@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/39716/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pelléas et Mélisande" ;
    ns1:baritone <http://data.carnegiehall.org/names/64234>,
        <http://data.carnegiehall.org/names/66282> ;
    ns1:bass <http://data.carnegiehall.org/names/56434> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/34137> ;
    ns1:boy_soprano <http://data.carnegiehall.org/names/63421> ;
    ns1:choir <http://data.carnegiehall.org/names/45100> ;
    ns1:contralto <http://data.carnegiehall.org/names/52990> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/13392> ;
    ns2:performer <http://data.carnegiehall.org/names/13392>,
        <http://data.carnegiehall.org/names/34137>,
        <http://data.carnegiehall.org/names/45100>,
        <http://data.carnegiehall.org/names/52990>,
        <http://data.carnegiehall.org/names/56434>,
        <http://data.carnegiehall.org/names/63421>,
        <http://data.carnegiehall.org/names/64234>,
        <http://data.carnegiehall.org/names/66282> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42217> .

