@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/69186> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Christmas Oratorio, BWV 248: Part I: 9. Ach mein herzliebes Jesulein" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "1734" ;
    skos:exactMatch <https://musicbrainz.org/work/247727a1-655b-354b-831c-3b009fc8d7d2> .

