@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/1002596> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Georg Goltermann" ;
    ns1:birthDate "1824-08-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2910831/> ;
    ns1:deathDate "1898-12-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Georg Goltermann" ;
    skos:exactMatch <http://dbpedia.org/resource/Georg_Goltermann>,
        <http://id.loc.gov/authorities/names/n84152887>,
        <http://www.wikidata.org/entity/Q76104>,
        <https://musicbrainz.org/artist/f656f4ae-a285-4f92-97bc-65ac0b2d7b1d> .

