@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/1012574> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Keola Beamer" ;
    ns1:birthDate "1951-02-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5856195/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Keola Beamer" ;
    skos:exactMatch <http://dbpedia.org/resource/Keola_Beamer>,
        <http://www.wikidata.org/entity/Q6393036>,
        <https://id.loc.gov/authorities/names/nr95024734>,
        <https://musicbrainz.org/artist/7c557252-cf19-4055-a973-8d6f3c55deb1> .

