@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/1025913> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Veikko Antero Koskenniemi" ;
    ns1:birthDate "1885-07-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/643492/> ;
    ns1:deathDate "1962-08-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Veikko Antero Koskenniemi" ;
    skos:exactMatch <http://dbpedia.org/resource/Veikko_Antero_Koskenniemi>,
        <http://www.wikidata.org/entity/Q1229802>,
        <https://id.loc.gov/authorities/names/n81092281>,
        <https://musicbrainz.org/artist/f5b74bfd-3a6a-4315-a2cd-058e88767891> .

