@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/1001707> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Friedrich August Kummer" ;
    ns1:birthDate "1797-08-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2872225/> ;
    ns1:deathDate "1879-08-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Friedrich August Kummer" ;
    skos:exactMatch <http://dbpedia.org/resource/Friedrich_August_Kummer>,
        <http://www.wikidata.org/entity/Q481019>,
        <https://id.loc.gov/authorities/names/no93018764>,
        <https://musicbrainz.org/artist/6f64432a-257e-4fa7-b577-46b23ea55686> .

