@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/115254> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Theodore Herman Albert Dreiser" ;
    ns1:birthDate "1871-08-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4265737/> ;
    ns1:deathDate "1945-12-28"^^xsd:date ;
    skos:exactMatch <http://dbpedia.org/resource/Theodore_Dreiser>,
        <http://id.loc.gov/authorities/names/n79046644>,
        <http://www.wikidata.org/entity/Q486096>,
        <https://musicbrainz.org/artist/aec5600b-5e33-4d6d-a217-ca8264c23532> .

