@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/1011514> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johan Emil Kauppi" ;
    ns1:birthDate "1865-10-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/633221/> ;
    ns1:deathDate "1930"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johan Emil Kauppi" ;
    skos:exactMatch <http://dbpedia.org/resource/Emil_Kauppi>,
        <http://www.wikidata.org/entity/Q5371316>,
        <https://musicbrainz.org/artist/9fe6ec8f-49eb-4a01-94fc-5968e7fdf447> .

