@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/1019682> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Horatius Bonar" ;
    ns1:birthDate "1808-12-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2650225/> ;
    ns1:deathDate "1889-07-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Horatius Bonar" ;
    skos:exactMatch <http://dbpedia.org/resource/Horatius_Bonar>,
        <http://id.loc.gov/authorities/names/n79090138>,
        <http://www.wikidata.org/entity/Q1376133>,
        <https://musicbrainz.org/artist/66e9e6a7-b931-4906-8c85-9b25e817dc9a> .

