@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/115613> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Don Hunstein" ;
    ns1:birthDate "1928-11-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4407066/> ;
    ns1:deathDate "2017-03-18"^^xsd:date ;
    skos:exactMatch <http://dbpedia.org/resource/Don_Hunstein>,
        <http://id.loc.gov/authorities/names/n91004511>,
        <http://www.wikidata.org/entity/Q24206437>,
        <https://musicbrainz.org/artist/f3b12f1c-37c2-43a1-bfd6-bd14e8e3a803> .

