@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/44028/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Christmas Oratorio, BWV 248: Part I: 1. Jauchzet, frohlocket! auf, preiset die Tage!" ;
    ns1:alto <http://data.carnegiehall.org/names/76051> ;
    ns1:bass <http://data.carnegiehall.org/names/76053> ;
    ns1:choir <http://data.carnegiehall.org/names/76097> ;
    ns1:soprano <http://data.carnegiehall.org/names/76050> ;
    ns1:tenor <http://data.carnegiehall.org/names/76052> ;
    ns2:performer <http://data.carnegiehall.org/names/76050>,
        <http://data.carnegiehall.org/names/76051>,
        <http://data.carnegiehall.org/names/76052>,
        <http://data.carnegiehall.org/names/76053>,
        <http://data.carnegiehall.org/names/76097> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12485> .

