@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/1010517> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eivind Groven" ;
    ns1:birthDate "1901-10-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3134723/> ;
    ns1:deathDate "1977-02-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Eivind Groven" ;
    skos:exactMatch <http://dbpedia.org/resource/Eivind_Groven>,
        <http://www.wikidata.org/entity/Q1321497>,
        <https://id.loc.gov/authorities/names/n83046986>,
        <https://musicbrainz.org/artist/36ba50ca-4cd5-4dc2-aa6b-6c12ad78f93b> .

