@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/1024339> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Robert Hazard" ;
    ns1:birthDate "1948-08-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/7259029/> ;
    ns1:deathDate "2008-08-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/Robert_Hazard>,
        <http://www.wikidata.org/entity/Q3435367>,
        <https://id.loc.gov/authorities/names/n94050671>,
        <https://musicbrainz.org/artist/08fc7420-8b60-44f5-ad9e-8de17166f140> .

