@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/47588> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Martti Similä" ;
    ns1:birthDate "1898-04-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/643492/> ;
    ns1:deathDate "1958-01-09"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Martti Similä" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n98040926>,
        <http://www.wikidata.org/entity/Q11881350>,
        <https://musicbrainz.org/artist/9703cbe2-0c5f-4ff4-9f84-a19ef9b6ba03> .

