@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/3397/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hodie Christus natus est, SwWV 163" ;
    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> ;
    ns2: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> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27832> .

