@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/1016485> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Turgun Alimatov" ;
    ns1:birthDate "1922-01-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1512569/> ;
    ns1:deathDate "2008-12-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Turgun Alimatov" ;
    skos:exactMatch <http://dbpedia.org/resource/Turgun_Alimatov>,
        <http://www.wikidata.org/entity/Q3542298>,
        <https://id.loc.gov/authorities/names/no2006102889>,
        <https://musicbrainz.org/artist/af792b8d-50d6-4d72-8075-39261f8f5ec7> .

