@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/1001165> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mykola Kolessa" ;
    ns1:birthDate "1903-12-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/694864/> ;
    ns1:deathDate "2006-06-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Mykola Kolessa" ;
    skos:exactMatch <http://dbpedia.org/resource/Mykola_Kolessa>,
        <http://id.loc.gov/authorities/names/no92002736>,
        <http://www.wikidata.org/entity/Q1956613>,
        <https://musicbrainz.org/artist/1a0c7f95-c118-4d26-9cc9-46c422736e72> .

