@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/1016132> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Autry Inman" ;
    ns1:birthDate "1929-01-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4062577/> ;
    ns1:deathDate "1988-09-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Autry Inman" ;
    skos:exactMatch <http://dbpedia.org/resource/Autry_Inman>,
        <http://www.wikidata.org/entity/Q166303>,
        <https://id.loc.gov/authorities/names/n93104773>,
        <https://musicbrainz.org/artist/ebf28e48-1176-456c-80ec-e96c292ea077> .

