@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/1005869> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alfred Hill" ;
    ns1:birthDate "1869-12-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2158177/> ;
    ns1:deathDate "1960-10-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Alfred Hill" ;
    skos:exactMatch <http://dbpedia.org/resource/Alfred_Hill_(composer)>,
        <http://www.wikidata.org/entity/Q1970611>,
        <https://id.loc.gov/authorities/names/n84001950>,
        <https://musicbrainz.org/artist/95329750-59cd-426a-9256-1b5cbbed40d4> .

