@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/1008419> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henri Kling" ;
    ns1:birthDate "1842-02-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1918-05-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Henri Kling" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82108810>,
        <http://www.wikidata.org/entity/Q15940982>,
        <https://musicbrainz.org/artist/8d5f43de-83b2-40a2-a3c5-341c9a1e3c1d> .

