@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/1027686> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gara Garayev" ;
    ns1:birthDate "1918-02-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/587084/> ;
    ns1:deathDate "1982-05-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gara Garayev" ;
    skos:exactMatch <http://dbpedia.org/resource/Gara_Garayev>,
        <http://www.wikidata.org/entity/Q580027>,
        <https://id.loc.gov/authorities/n80015494>,
        <https://musicbrainz.org/artist/d63853e7-b07c-4b2b-bd0d-b2d23a98c8e2> .

