@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/1011415> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hjalmar Borgstrøm" ;
    ns1:birthDate "1864-03-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3143244/> ;
    ns1:deathDate "1925-07-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Hjalmar Borgstrøm" ;
    skos:exactMatch <http://dbpedia.org/resource/Hjalmar_Borgstr%C3%B8m>,
        <http://www.wikidata.org/entity/Q1350367>,
        <https://id.loc.gov/authorities/names/no2003003797>,
        <https://musicbrainz.org/artist/36068dfc-2308-4230-b80e-1716cd1a7e9d> .

