@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/1027338> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Keith Thomas" ;
    ns1:birthDate "1957"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/4189213/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Keith Thomas" ;
    skos:exactMatch <http://dbpedia.org/resource/Keith_Thomas_(record_producer)>,
        <http://www.wikidata.org/entity/Q6385117>,
        <https://id.loc.gov/authorities/n93065440>,
        <https://musicbrainz.org/artist/aaddd593-2f20-4faa-a417-79e53e73cdd3> .

