@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/1022308> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Aleksey Stepanovich Khomyakov" ;
    ns1:birthDate "1804-05-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/524901/> ;
    ns1:deathDate "1860-10-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Aleksey Stepanovich Khomyakov" ;
    skos:exactMatch <http://dbpedia.org/resource/Aleksey_Khomyakov>,
        <http://id.loc.gov/authorities/names/n50081508>,
        <http://www.wikidata.org/entity/Q358497>,
        <https://musicbrainz.org/artist/c03af1e3-de97-421f-8d68-a19f342c2fae> .

