@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/27202> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Ich weiß, daß mein Erlöser lebt, TWV 1:877" ;
    ns2:lbt <http://data.carnegiehall.org/names/1025541> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025541> ;
    dcterms:creator <http://data.carnegiehall.org/names/1006265> ;
    ns1:dateCreated "c. 1725" ;
    skos:exactMatch <http://dbpedia.org/resource/Ich_wei%C3%9F,_da%C3%9F_mein_Erl%C3%B6ser_lebt,_TWV_1:877>,
        <http://www.wikidata.org/entity/Q3147637>,
        <https://musicbrainz.org/work/e6dd5f63-070d-4eec-bd74-a2d2b5778de8> .

