@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/3397/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "4 Motets pour le temps de Noël, FP 152: 4. Hodie Christus natus est" ;
    ns1:choir <http://data.carnegiehall.org/names/126243>,
        <http://data.carnegiehall.org/names/126244>,
        <http://data.carnegiehall.org/names/126245>,
        <http://data.carnegiehall.org/names/126246>,
        <http://data.carnegiehall.org/names/126247>,
        <http://data.carnegiehall.org/names/17509>,
        <http://data.carnegiehall.org/names/37111>,
        <http://data.carnegiehall.org/names/63549> ;
    ns3:performer <http://data.carnegiehall.org/names/126243>,
        <http://data.carnegiehall.org/names/126244>,
        <http://data.carnegiehall.org/names/126245>,
        <http://data.carnegiehall.org/names/126246>,
        <http://data.carnegiehall.org/names/126247>,
        <http://data.carnegiehall.org/names/17509>,
        <http://data.carnegiehall.org/names/37111>,
        <http://data.carnegiehall.org/names/63549> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/15069> .

