@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/1013892> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ferdinand Tobias Richter" ;
    ns1:birthDate "1651-07-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2805615/> ;
    ns1:deathDate "1711-11-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ferdinand Tobias Richter" ;
    skos:exactMatch <http://dbpedia.org/resource/Ferdinand_Tobias_Richter>,
        <http://id.loc.gov/authorities/names/nr92038711>,
        <http://www.wikidata.org/entity/Q5443916>,
        <https://musicbrainz.org/artist/631ed4ad-ab16-4659-b98d-e2161ed4900a> .

