@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/1024346> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Harriet Beecher Stowe" ;
    ns1:birthDate "1811-06-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4837799/> ;
    ns1:deathDate "1896-07-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Harriet Beecher Stowe" ;
    skos:exactMatch <http://dbpedia.org/resource/Harriet_Beecher_Stowe>,
        <http://www.wikidata.org/entity/Q102513>,
        <https://id.loc.gov/authorities/names/n79093331>,
        <https://musicbrainz.org/artist/e91673c0-35f5-4321-a7f3-1a5e27671dfd> .

