@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/1018967> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kim André Arnesen" ;
    ns1:birthDate "1980-11-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3133880/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Kim André Arnesen" ;
    skos:exactMatch <http://dbpedia.org/resource/Kim_Andr%C3%A9_Arnesen>,
        <http://id.loc.gov/authorities/names/no2014102918>,
        <http://www.wikidata.org/entity/Q18171888>,
        <https://musicbrainz.org/artist/2690b86b-e4f6-48c0-aa79-998d141691ee> .

