@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/1005543> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eugène Ketterer" ;
    ns1:birthDate "1831-07-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2982652/> ;
    ns1:deathDate "1870-12-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Eugène Ketterer" ;
    skos:exactMatch <http://dbpedia.org/resource/Eug%C3%A8ne_Ketterer>,
        <http://id.loc.gov/authorities/names/no2006076568>,
        <http://www.wikidata.org/entity/Q596160>,
        <https://musicbrainz.org/artist/25e5ca65-6040-4eb9-8fa8-d65d647e0c62> .

