@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/34198/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'enfant et les sortilèges" ;
    ns2:baritone <http://data.carnegiehall.org/names/48797> ;
    ns2:bass <http://data.carnegiehall.org/names/19597> ;
    ns2:choir <http://data.carnegiehall.org/names/3741> ;
    ns2:contralto <http://data.carnegiehall.org/names/52990> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/11675>,
        <http://data.carnegiehall.org/names/34759> ;
    ns2:soprano <http://data.carnegiehall.org/names/20742>,
        <http://data.carnegiehall.org/names/23710>,
        <http://data.carnegiehall.org/names/662> ;
    ns2:tenor <http://data.carnegiehall.org/names/14429> ;
    ns1:performer <http://data.carnegiehall.org/names/11675>,
        <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/19597>,
        <http://data.carnegiehall.org/names/20742>,
        <http://data.carnegiehall.org/names/23710>,
        <http://data.carnegiehall.org/names/34759>,
        <http://data.carnegiehall.org/names/3741>,
        <http://data.carnegiehall.org/names/48797>,
        <http://data.carnegiehall.org/names/52990>,
        <http://data.carnegiehall.org/names/662> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31926> .

