@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/1023953> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Randy Goodrum" ;
    ns1:birthDate "1947-07-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4115412/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Randy Goodrum" ;
    skos:exactMatch <http://dbpedia.org/resource/Randy_Goodrum>,
        <http://www.wikidata.org/entity/Q7292214>,
        <https://id.loc.gov/authorities/names/nb99180006>,
        <https://musicbrainz.org/artist/7299f0c6-ed78-452c-971c-98ee256e9d0b> .

