@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/1030526> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Theodor Fontane" ;
    ns1:birthDate "1819-12-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2864276/> ;
    ns1:deathDate "1898-09-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Theodor Fontane" ;
    skos:exactMatch <http://dbpedia.org/resource/Theodor_Fontane>,
        <http://www.wikidata.org/entity/Q76632>,
        <https://id.loc.gov/authorities/n79018924>,
        <https://musicbrainz.org/artist/3230c408-15b3-4399-a6f0-a35e9378fa93> .

