@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/1000676> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ivar Christian Hallström" ;
    ns1:birthDate "1826-06-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2673730/> ;
    ns1:deathDate "1901-04-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ivar Christian Hallström" ;
    skos:exactMatch <http://dbpedia.org/resource/Ivar_Hallstr%C3%B6m>,
        <http://id.loc.gov/authorities/names/n84130323>,
        <http://www.wikidata.org/entity/Q1675681>,
        <https://musicbrainz.org/artist/3e2557b4-2987-4195-800d-2a283e0042b6> .

