@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/1025455> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Aasmund Olavsson Vinje" ;
    ns1:birthDate "1818-04-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6453365/> ;
    ns1:deathDate "1870-07-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Aasmund Olavsson Vinje" ;
    skos:exactMatch <http://dbpedia.org/resource/Aasmund_Olavsson_Vinje>,
        <http://www.wikidata.org/entity/Q303687>,
        <https://id.loc.gov/authorities/names/n85249259>,
        <https://musicbrainz.org/artist/0064dc93-7f4b-44f4-bbec-167724ef0bce> .

