@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/1012934> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arif Melikov" ;
    ns1:birthDate "1933-09-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/587084/> ;
    ns1:deathDate "2019-05-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Arif Melikov" ;
    skos:exactMatch <http://dbpedia.org/resource/Arif_Malikov>,
        <http://www.wikidata.org/entity/Q447256>,
        <https://id.loc.gov/authorities/names/n79072645>,
        <https://musicbrainz.org/artist/d1da7e23-38cb-4c40-b334-15bf3eabba3f> .

