@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/1004701> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arne Eggen" ;
    ns1:birthDate "1881-08-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3133880/> ;
    ns1:deathDate "1955-10-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Arne Eggen" ;
    skos:exactMatch <http://dbpedia.org/resource/Arne_Eggen>,
        <http://id.loc.gov/authorities/names/n82019973>,
        <http://www.wikidata.org/entity/Q5627768>,
        <https://musicbrainz.org/artist/02d5d8a2-066f-4240-a7e1-9a4c05cb3b2c> .

