@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/1015387> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Albert E. Brumley" ;
    ns1:birthDate "1905-10-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4540759/> ;
    ns1:deathDate "1977-11-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Albert E. Brumley" ;
    skos:exactMatch <http://dbpedia.org/resource/Albert_E._Brumley>,
        <http://id.loc.gov/authorities/names/n92116113>,
        <http://www.wikidata.org/entity/Q2392538>,
        <https://musicbrainz.org/artist/169262bf-4d97-408c-b108-deb588ae7730> .

