@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/1016433> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Unto Mononen" ;
    ns1:birthDate "1930-10-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/505600/> ;
    ns1:deathDate "1968-06-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Unto Mononen" ;
    skos:exactMatch <http://dbpedia.org/resource/Unto_Mononen>,
        <http://id.loc.gov/authorities/names/no2013089352>,
        <http://www.wikidata.org/entity/Q332145>,
        <https://musicbrainz.org/artist/58c4c31f-e1f4-4b9d-a946-3d2c4048d908> .

