@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/3905> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Wer mich liebet, der wird mein Wort halten, BWV 59" ;
    ns2:lbt <http://data.carnegiehall.org/names/1025541> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025541> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "1724" ;
    skos:exactMatch <http://dbpedia.org/resource/Wer_mich_liebet,_der_wird_mein_Wort_halten,_BWV_59>,
        <http://id.loc.gov/authorities/names/n82166438>,
        <http://www.wikidata.org/entity/Q1586815>,
        <https://musicbrainz.org/work/c9646f51-4567-4db9-a8bd-2537b21bb23a> .

