@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/1006737> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Vasyl' Oleksandrovych Barvyns'ky" ;
    ns1:birthDate "1888-02-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/691650/> ;
    ns1:deathDate "1963-06-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Vasyl' Oleksandrovych Barvyns'ky" ;
    skos:exactMatch <http://dbpedia.org/resource/Vasyl_Barvinsky>,
        <http://id.loc.gov/authorities/names/n82063115>,
        <http://www.wikidata.org/entity/Q4078084>,
        <https://musicbrainz.org/artist/6a67bbf3-d621-4d61-9c17-735c88298761> .

