@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/1024896> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arne Garborg" ;
    ns1:birthDate "1851-01-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3134627/> ;
    ns1:deathDate "1924-01-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Arne Garborg" ;
    skos:exactMatch <http://dbpedia.org/resource/Arne_Garborg>,
        <http://www.wikidata.org/entity/Q467497>,
        <https://id.loc.gov/authorities/names/n80084558>,
        <https://musicbrainz.org/artist/7d854051-0cd7-441f-8665-a725a6b44620> .

