@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/1025786> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Klingemann" ;
    ns1:birthDate "1798-12-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2877643/> ;
    ns1:deathDate "1862-09-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Karl Klingemann" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q19960122>,
        <https://id.loc.gov/authorities/no98013761>,
        <https://musicbrainz.org/artist/a8917442-264b-41b1-be01-7e180cc767f3> .

