@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/1002623> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edward Burlingame Hill" ;
    ns1:birthDate "1872-09-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4931972/> ;
    ns1:deathDate "1960-07-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Edward Burlingame Hill" ;
    skos:exactMatch <http://dbpedia.org/resource/Edward_Burlingame_Hill>,
        <http://id.loc.gov/authorities/names/no89006703>,
        <http://www.wikidata.org/entity/Q1291787>,
        <https://musicbrainz.org/artist/304f5ac2-63b3-4ec8-9f4d-a4dd11f0784b> .

