@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1007138> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johann Gottfried Walther" ;
    ns1:birthDate "1684-09-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2929670/> ;
    ns1:deathDate "1748-03-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johann Gottfried Walther" ;
    skos:exactMatch <http://dbpedia.org/resource/Johann_Gottfried_Walther>,
        <http://www.wikidata.org/entity/Q61716>,
        <https://id.loc.gov/authorities/names/n79150274>,
        <https://musicbrainz.org/artist/afbf0e97-e8c5-4d4a-a1fd-0655f5667e73> .

