@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/1006538> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Victor Hely-Hutchinson" ;
    ns1:birthDate "1901-12-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3369157/> ;
    ns1:deathDate "1947-03-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Victor Hely-Hutchinson" ;
    skos:exactMatch <http://dbpedia.org/resource/Victor_Hely-Hutchinson>,
        <http://id.loc.gov/authorities/names/n88674624>,
        <http://www.wikidata.org/entity/Q7925984>,
        <https://musicbrainz.org/artist/f01e1506-6dd1-4c1c-be96-c5311d54139f> .

