@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/1000327> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jay Evard Welch" ;
    ns1:birthDate "1925-11-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5780993/> ;
    ns1:deathDate "2008-12-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jay Evard Welch" ;
    skos:exactMatch <http://dbpedia.org/resource/Jay_E._Welch>,
        <http://id.loc.gov/authorities/names/n95013467>,
        <http://www.wikidata.org/entity/Q6166579>,
        <https://musicbrainz.org/artist/4b0aaf0f-0d0e-4364-b5b4-2a5616a7749b> .

