@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/68690> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Bleib bei uns, denn es will Abend werden, BWV 6" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "1725" ;
    skos:exactMatch <http://dbpedia.org/resource/Bleib_bei_uns,_denn_es_will_Abend_werden,_BWV_6>,
        <http://www.wikidata.org/entity/Q2112586>,
        <https://id.loc.gov/authorities/names/n82096201>,
        <https://musicbrainz.org/work/81d80e6f-38ea-4c74-8f53-6b81f82f66ef> .

