@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/1014502> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jaakko Mäntyjärvi" ;
    ns1:birthDate "1963-05-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/633679/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jaakko Mäntyjärvi" ;
    skos:exactMatch <http://dbpedia.org/resource/Jaakko_M%C3%A4ntyj%C3%A4rvi>,
        <http://id.loc.gov/authorities/names/no00045165>,
        <http://www.wikidata.org/entity/Q1361250>,
        <https://musicbrainz.org/artist/73a0eaca-4a58-490d-8c74-82f5d0391186> .

