@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/1026411> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johann Friedrich Kind" ;
    ns1:birthDate "1768-03-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2879139/> ;
    ns1:deathDate "1843-06-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Johann Friedrich Kind" ;
    skos:exactMatch <http://dbpedia.org/resource/Johann_Friedrich_Kind>,
        <http://www.wikidata.org/entity/Q78246>,
        <https://id.loc.gov/authorities/names/n81080877>,
        <https://musicbrainz.org/artist/7ffeb123-4eb0-4c1a-b84c-33176ceb11ed> .

