@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/1026311> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Victor Klemperer" ;
    ns1:birthDate "1881-10-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3098722/> ;
    ns1:deathDate "1960-02-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Victor Klemperer" ;
    skos:exactMatch <http://dbpedia.org/resource/Victor_Klemperer>,
        <http://www.wikidata.org/entity/Q57442>,
        <https://id.loc.gov/authorities/names/n87906344>,
        <https://musicbrainz.org/artist/30dd8ed5-c556-45da-8652-8f2918c76b07> .

