@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/1007570> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arthur Smith" ;
    ns1:birthDate "1921-04-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4575028/> ;
    ns1:deathDate "2014-04-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Arthur Smith" ;
    skos:exactMatch <http://dbpedia.org/resource/Arthur_%22Guitar_Boogie%22_Smith>,
        <http://id.loc.gov/authorities/names/n78071558>,
        <http://www.wikidata.org/entity/Q363822>,
        <https://musicbrainz.org/artist/4a06ee5e-d7e2-4e1e-9c48-c5d0d1716371> .

