@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/88467> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Tom Bodett" ;
    ns1:birthDate "1955-02-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4887158/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/509> ;
    ns1:name "Tom Bodett" ;
    skos:exactMatch <http://dbpedia.org/resource/Tom_Bodett>,
        <http://www.wikidata.org/entity/Q7814997>,
        <https://id.loc.gov/authorities/names/n85091825>,
        <https://musicbrainz.org/artist/292b6ab3-7ce1-4ae8-909e-a80576fd0954> .

