@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/1017513> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hamish MacCunn" ;
    ns1:birthDate "1868-03-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2647948/> ;
    ns1:deathDate "1916-08-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Hamish MacCunn" ;
    skos:exactMatch <http://dbpedia.org/resource/Hamish_MacCunn>,
        <http://www.wikidata.org/entity/Q1573568>,
        <https://id.loc.gov/authorities/names/n82158348>,
        <https://musicbrainz.org/artist/c073e552-6384-4cd8-b15b-146947d78b37> .

