@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/1024643> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Larin-Kyösti" ;
    ns1:birthDate "1873-06-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/659180/> ;
    ns1:deathDate "1948-12-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Larin-Kyösti" ;
    skos:exactMatch <http://dbpedia.org/resource/Larin-Ky%C3%B6sti>,
        <http://www.wikidata.org/entity/Q5935909>,
        <https://id.loc.gov/authorities/names/n50070019>,
        <https://musicbrainz.org/artist/1da1d156-8b5e-4a88-a3f8-bcf302a6c544> .

