@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/1022876> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Friedrich Henckell" ;
    ns1:birthDate "1864-04-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2910831/> ;
    ns1:deathDate "1929-07-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Karl Friedrich Henckell" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_Friedrich_Henckell>,
        <http://id.loc.gov/authorities/names/no93031408>,
        <http://www.wikidata.org/entity/Q88710>,
        <https://musicbrainz.org/artist/ef30428b-3c11-486d-be22-18f2c195e81a> .

