@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/1031147> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alexey Hekimyan" ;
    ns1:birthDate "1927-04-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/587084/> ;
    ns1:deathDate "1982-04-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Alexey Hekimyan" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q2996522>,
        <https://musicbrainz.org/artist/d780f9ef-f275-4f3b-93c2-906d68adf8c4> .

