@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/35337/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La croisade des enfants" ;
    ns2:alto <http://data.carnegiehall.org/names/12766>,
        <http://data.carnegiehall.org/names/59098> ;
    ns2:baritone <http://data.carnegiehall.org/names/7798> ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/17573> ;
    ns2:choir <http://data.carnegiehall.org/names/4946> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/60769> ;
    ns2:soprano <http://data.carnegiehall.org/names/19831>,
        <http://data.carnegiehall.org/names/29733>,
        <http://data.carnegiehall.org/names/47503>,
        <http://data.carnegiehall.org/names/47504> ;
    ns2:tenor <http://data.carnegiehall.org/names/14429> ;
    ns1:performer <http://data.carnegiehall.org/names/12766>,
        <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/17573>,
        <http://data.carnegiehall.org/names/19831>,
        <http://data.carnegiehall.org/names/29733>,
        <http://data.carnegiehall.org/names/47503>,
        <http://data.carnegiehall.org/names/47504>,
        <http://data.carnegiehall.org/names/4946>,
        <http://data.carnegiehall.org/names/59098>,
        <http://data.carnegiehall.org/names/60769>,
        <http://data.carnegiehall.org/names/7798> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45747> .

