@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/1623/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les enfants à Bethléem" ;
    ns1:baritone <http://data.carnegiehall.org/names/3452> ;
    ns1:bass <http://data.carnegiehall.org/names/45248> ;
    ns1:choir <http://data.carnegiehall.org/names/1711> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/7715> ;
    ns1:narrator <http://data.carnegiehall.org/names/3452> ;
    ns1:soprano <http://data.carnegiehall.org/names/28114> ;
    ns1:tenor <http://data.carnegiehall.org/names/6688> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/23079>,
        <http://data.carnegiehall.org/names/32300>,
        <http://data.carnegiehall.org/names/42005> ;
    ns2:performer <http://data.carnegiehall.org/names/1711>,
        <http://data.carnegiehall.org/names/23079>,
        <http://data.carnegiehall.org/names/28114>,
        <http://data.carnegiehall.org/names/32300>,
        <http://data.carnegiehall.org/names/3452>,
        <http://data.carnegiehall.org/names/42005>,
        <http://data.carnegiehall.org/names/45248>,
        <http://data.carnegiehall.org/names/6688>,
        <http://data.carnegiehall.org/names/7715> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37631> .

