@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/1008448> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ilmari Hannikainen" ;
    ns1:birthDate "1892-10-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/655194/> ;
    ns1:deathDate "1955-06-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ilmari Hannikainen" ;
    skos:exactMatch <http://dbpedia.org/resource/Ilmari_Hannikainen>,
        <http://id.loc.gov/authorities/names/n85069136>,
        <http://www.wikidata.org/entity/Q1350705>,
        <https://musicbrainz.org/artist/81ac1801-adf9-42d5-8d3d-39d5176fad1a> .

