@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/1014238> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Âsik Veysel" ;
    ns1:birthDate "1894-10-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/8631656/> ;
    ns1:deathDate "1973-03-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Âsik Veysel" ;
    skos:exactMatch <http://dbpedia.org/resource/%C3%82%C5%9F%C4%B1k_Veysel_%C5%9Eat%C4%B1ro%C4%9Flu>,
        <http://id.loc.gov/authorities/names/n84052079>,
        <http://www.wikidata.org/entity/Q252734>,
        <https://musicbrainz.org/artist/d8d0b08b-4ddc-48da-a608-19584c1e318d> .

