@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/1019739> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Walter De la Mare" ;
    ns1:birthDate "1873-04-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/8741036/> ;
    ns1:deathDate "1956-06-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Walter De la Mare" ;
    skos:exactMatch <http://dbpedia.org/resource/Walter_de_la_Mare>,
        <http://id.loc.gov/authorities/names/n80057178>,
        <http://www.wikidata.org/entity/Q981086>,
        <https://musicbrainz.org/artist/a4453b4d-53c2-4e5f-aaf1-fe6fa99a3dd3> .

