@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/1018851> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chris Eaton" ;
    ns1:birthDate "1958-09-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2638255/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Chris Eaton" ;
    skos:exactMatch <http://dbpedia.org/resource/Chris_Eaton_(UK_musician)>,
        <http://id.loc.gov/authorities/names/no2004009627>,
        <http://www.wikidata.org/entity/Q5106465>,
        <https://musicbrainz.org/artist/b1ca4d9d-f874-44f2-b683-ac321ac7fc71> .

