@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/1027812> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Hilton" ;
    ns1:birthDate "1599"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/6269131/> ;
    ns1:deathDate "1657-03"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "John Hilton" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Hilton_the_younger>,
        <http://id.loc.gov/authorities/names/n85029653>,
        <http://www.wikidata.org/entity/Q1289313>,
        <https://musicbrainz.org/artist/8867365c-a158-4533-8b9c-4a8f1bbc55e7> .

