@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/1019277> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Harry L. Alford" ;
    ns1:birthDate "1875-08"^^xsd:gYearMonth ;
    ns1:birthPlace <https://sws.geonames.org/4999081/> ;
    ns1:deathDate "1939-03-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Harry L. Alford" ;
    skos:exactMatch <http://dbpedia.org/resource/Harry_L._Alford>,
        <http://id.loc.gov/authorities/names/n92003454>,
        <http://www.wikidata.org/entity/Q5670369>,
        <https://musicbrainz.org/artist/b73c2b67-1045-43e7-9b84-d902d07b82c8> .

