@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/1029590> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nils-Aslak Valkeapää" ;
    ns1:birthDate "1943-03-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/660229/> ;
    ns1:deathDate "2001-11-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Nils-Aslak Valkeapää" ;
    skos:exactMatch <http://dbpedia.org/resource/Nils-Aslak_Valkeap%C3%A4%C3%A4>,
        <http://www.wikidata.org/entity/Q379684>,
        <https://id.loc.gov/authorities/n82250566>,
        <https://musicbrainz.org/artist/8e030cfc-2f0c-4d45-8687-d5b347a33732> .

