@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/1026056> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Walter Crane" ;
    ns1:birthDate "1845-08-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2644210/> ;
    ns1:deathDate "1915-03-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Walter Crane" ;
    skos:exactMatch <http://dbpedia.org/resource/Walter_Crane>,
        <http://www.wikidata.org/entity/Q660917>,
        <https://id.loc.gov/authorities/names/n79060706>,
        <https://musicbrainz.org/artist/e872dd8f-93c2-4656-82e8-fc280292e844> .

