@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/44949> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Martti Turunen" ;
    ns1:birthDate "1902-08-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/470546/> ;
    ns1:deathDate "1979-04-29"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Martti Turunen" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2007124401>,
        <http://www.wikidata.org/entity/Q11881360>,
        <https://musicbrainz.org/artist/be8ddbc0-88c4-453b-b615-1001fb2e38be> .

