@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/1014416> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Boris Tishchenko" ;
    ns1:birthDate "1939-03-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/498817/> ;
    ns1:deathDate "2010-12-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Boris Tishchenko" ;
    skos:exactMatch <http://dbpedia.org/resource/Boris_Tishchenko>,
        <http://id.loc.gov/authorities/names/n81085747>,
        <http://www.wikidata.org/entity/Q893684>,
        <https://musicbrainz.org/artist/9129cf72-a33e-4880-b781-b4104f527a96> .

