@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/53040> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Meine Seele rühmt und preist, BWV 189" ;
    ns1:cmp <http://data.carnegiehall.org/names/1003166> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1003166> ;
    dcterms:creator <http://data.carnegiehall.org/names/1023035> ;
    ns2:dateCreated "c. 1705-1715" ;
    skos:exactMatch <http://dbpedia.org/resource/Meine_Seele_r%C3%BChmt_und_preist,_BWV_189>,
        <http://id.loc.gov/authorities/names/n87131097>,
        <http://www.wikidata.org/entity/Q3304719>,
        <https://musicbrainz.org/work/08e01c98-a530-4454-b9f3-cfa06c733943> .

