@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/33445/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les enfants à Bethléem" ;
    ns1:baritone <http://data.carnegiehall.org/names/20679> ;
    ns1:bass <http://data.carnegiehall.org/names/45248> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/76721> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/50412> ;
    ns1:soprano <http://data.carnegiehall.org/names/33996>,
        <http://data.carnegiehall.org/names/42193>,
        <http://data.carnegiehall.org/names/5222>,
        <http://data.carnegiehall.org/names/5598> ;
    ns1:tenor <http://data.carnegiehall.org/names/59878> ;
    ns2:performer <http://data.carnegiehall.org/names/20679>,
        <http://data.carnegiehall.org/names/33996>,
        <http://data.carnegiehall.org/names/42193>,
        <http://data.carnegiehall.org/names/45248>,
        <http://data.carnegiehall.org/names/50412>,
        <http://data.carnegiehall.org/names/5222>,
        <http://data.carnegiehall.org/names/5598>,
        <http://data.carnegiehall.org/names/59878>,
        <http://data.carnegiehall.org/names/76721> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37631> .

