@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/1001473> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kyrylo Stetsenko" ;
    ns1:birthDate "1882-05-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/703453/> ;
    ns1:deathDate "1922-04-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Kyrylo Stetsenko" ;
    skos:exactMatch <http://dbpedia.org/resource/Kyrylo_Stetsenko>,
        <http://id.loc.gov/authorities/names/n82070759>,
        <http://www.wikidata.org/entity/Q2090016>,
        <https://musicbrainz.org/artist/d7b8b4b5-1847-4715-9250-846b7ec92094> .

