@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/54834> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Nun ist das Heil und die Kraft, BWV 50" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "c. 1723" ;
    skos:exactMatch <http://dbpedia.org/resource/Nun_ist_das_Heil_und_die_Kraft,_BWV_50>,
        <http://id.loc.gov/authorities/names/n85111708>,
        <http://www.wikidata.org/entity/Q607140>,
        <https://musicbrainz.org/work/e6e657c3-d686-3e54-b3ab-d55d88400c02> .

