@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/1024400> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dmitry Merezhkovsky" ;
    ns1:birthDate "1866-08-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/498817/> ;
    ns1:deathDate "1941-12-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Dmitry Merezhkovsky" ;
    skos:exactMatch <http://dbpedia.org/resource/Dmitry_Merezhkovsky>,
        <http://www.wikidata.org/entity/Q326459>,
        <https://id.loc.gov/authorities/names/n50035964>,
        <https://musicbrainz.org/artist/552cb9d5-c52a-4696-89a6-1ae438d9a024> .

