@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/1019805> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Aleksey Konstantinovich Tolstoy" ;
    ns1:birthDate "1817-09-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/498817/> ;
    ns1:deathDate "1875-10-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Aleksey Konstantinovich Tolstoy" ;
    skos:exactMatch <http://dbpedia.org/resource/Aleksey_Konstantinovich_Tolstoy>,
        <http://id.loc.gov/authorities/names/n50053016>,
        <http://www.wikidata.org/entity/Q212575>,
        <https://musicbrainz.org/artist/1823f80c-295e-4a72-b3e3-83ea3578f70d> .

