@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/1020916> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Horatio Spafford" ;
    ns1:birthDate "1828-10-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5141502/> ;
    ns1:deathDate "1888-10-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Horatio Spafford" ;
    skos:exactMatch <http://dbpedia.org/resource/Horatio_Spafford>,
        <http://id.loc.gov/authorities/names/n2001023147>,
        <http://www.wikidata.org/entity/Q3306153>,
        <https://musicbrainz.org/artist/b1c99213-6278-428a-8f6f-6db6d0a58ade> .

