@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/1015348> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Bernie Hanighen" ;
    ns1:birthDate "1908-04-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5074472/> ;
    ns1:deathDate "1976-10-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Bernie Hanighen" ;
    skos:exactMatch <http://dbpedia.org/resource/Bernie_Hanighen>,
        <http://id.loc.gov/authorities/names/no00016569>,
        <http://www.wikidata.org/entity/Q4894399>,
        <https://musicbrainz.org/artist/8598186d-826e-4860-b8c7-37e17d15cdab> .

