@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/1019623> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "William Blake" ;
    ns1:birthDate "1757-11-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6545173/> ;
    ns1:deathDate "1827-08-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "William Blake" ;
    skos:exactMatch <http://dbpedia.org/resource/William_Blake>,
        <http://id.loc.gov/authorities/names/n78095331>,
        <http://www.wikidata.org/entity/Q41513>,
        <https://musicbrainz.org/artist/f095ce11-8664-4489-a55a-8ecdb94d3031> .

