@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/1021753> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dylan Thomas" ;
    ns1:birthDate "1914-10-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/7292835/> ;
    ns1:deathDate "1953-11-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Dylan Thomas" ;
    skos:exactMatch <http://dbpedia.org/resource/Dylan_Thomas>,
        <http://id.loc.gov/authorities/names/n79021315>,
        <http://www.wikidata.org/entity/Q191023>,
        <https://musicbrainz.org/artist/144f8dd2-f0dd-49df-94ae-d4062c64afc5> .

