@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/1015846> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sergey Aslamazyan" ;
    ns1:birthDate "1897-01-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/174982/> ;
    ns1:deathDate "1978-09-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sergey Aslamazyan" ;
    skos:exactMatch <http://dbpedia.org/resource/Sergei_Aslamazyan>,
        <http://www.wikidata.org/entity/Q7453444>,
        <https://id.loc.gov/authorities/names/n88610293>,
        <https://musicbrainz.org/artist/90570396-79ae-4c5f-a431-ced1693c45a0> .

