@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/78097> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rudolf Kelterborn" ;
    ns1:birthDate "1931-09-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2661604/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Rudolf Kelterborn" ;
    skos:exactMatch <http://dbpedia.org/resource/Rudolf_Kelterborn>,
        <http://id.loc.gov/authorities/names/n80144675>,
        <http://www.wikidata.org/entity/Q685080>,
        <https://musicbrainz.org/artist/f54033dd-091f-4d18-858a-d46260489b05> .

