@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/9456/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Jeanne d'Arc au bûcher" ;
    ns2:bass <http://data.carnegiehall.org/names/7671> ;
    ns2:boy_soprano <http://data.carnegiehall.org/names/47866> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/54600> ;
    ns2:choir <http://data.carnegiehall.org/names/18841> ;
    ns2:contralto <http://data.carnegiehall.org/names/50143> ;
    ns2:narrator <http://data.carnegiehall.org/names/13878>,
        <http://data.carnegiehall.org/names/25328>,
        <http://data.carnegiehall.org/names/27594>,
        <http://data.carnegiehall.org/names/46723>,
        <http://data.carnegiehall.org/names/6631> ;
    ns2:soprano <http://data.carnegiehall.org/names/50764>,
        <http://data.carnegiehall.org/names/54595> ;
    ns2:tenor <http://data.carnegiehall.org/names/13875> ;
    ns1:performer <http://data.carnegiehall.org/names/13875>,
        <http://data.carnegiehall.org/names/13878>,
        <http://data.carnegiehall.org/names/18841>,
        <http://data.carnegiehall.org/names/25328>,
        <http://data.carnegiehall.org/names/27594>,
        <http://data.carnegiehall.org/names/46723>,
        <http://data.carnegiehall.org/names/47866>,
        <http://data.carnegiehall.org/names/50143>,
        <http://data.carnegiehall.org/names/50764>,
        <http://data.carnegiehall.org/names/54595>,
        <http://data.carnegiehall.org/names/54600>,
        <http://data.carnegiehall.org/names/6631>,
        <http://data.carnegiehall.org/names/7671> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/43477> .

