@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/1013437> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johannes Haarklou" ;
    ns1:birthDate "1847-05-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3156804/> ;
    ns1:deathDate "1925-11-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johannes Haarklou" ;
    skos:exactMatch <http://dbpedia.org/resource/Johannes_Haarklou>,
        <http://www.wikidata.org/entity/Q1350509>,
        <https://id.loc.gov/authorities/no95046372>,
        <https://musicbrainz.org/artist/0bd2f6ef-68d6-48e6-9e84-6b2fd5f54510> .

