@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/1024311> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "T. S. Eliot" ;
    ns1:birthDate "1888-09-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4407066/> ;
    ns1:deathDate "1965-01-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "T. S. Eliot" ;
    skos:exactMatch <http://dbpedia.org/resource/T._S._Eliot>,
        <http://www.wikidata.org/entity/Q37767>,
        <https://id.loc.gov/authorities/names/n79006870>,
        <https://musicbrainz.org/artist/ae90c453-e8ed-4fb7-9d27-35b81fd0fdac> .

