@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/52505> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "O Jesu Christ, meins Lebens Licht , BWV 118" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "1736-1737" ;
    skos:exactMatch <http://dbpedia.org/resource/O_Jesu_Christ,_meins_Lebens_Licht,_BWV_118>,
        <http://www.wikidata.org/entity/Q3013868>,
        <https://id.loc.gov/authorities/names/no90014837>,
        <https://musicbrainz.org/work/76a7c26f-e4ea-4aab-af88-aece95a6b8aa> .

