@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/1015960> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Aleksandr Ivanov-Kramskoy" ;
    ns1:birthDate "1912-08-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/524901/> ;
    ns1:deathDate "1973-04-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Aleksandr Ivanov-Kramskoy" ;
    skos:exactMatch <http://dbpedia.org/resource/Alexander_Ivanov-Kramskoi>,
        <http://id.loc.gov/authorities/names/n82133571>,
        <http://www.wikidata.org/entity/Q2577843>,
        <https://musicbrainz.org/artist/02e41ce8-8b23-4db6-9593-4a21bf6fcc92> .

