@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/1028638> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Oleksandr Kozarenko" ;
    ns1:birthDate "1963-08-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/705392/> ;
    ns1:deathDate "2023-03-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Oleksandr Kozarenko" ;
    skos:exactMatch <http://dbpedia.org/resource/Oleksandr_Kozarenko>,
        <http://www.wikidata.org/entity/Q12111312>,
        <https://id.loc.gov/authorities/n00069939>,
        <https://musicbrainz.org/artist/2b9c400d-5079-4b93-bb08-5fb81a74523b> .

