@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/1007098> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nikita Bogoslavsky" ;
    ns1:birthDate "1913-05-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/498817/> ;
    ns1:deathDate "2004-04-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Nikita Bogoslavsky" ;
    skos:exactMatch <http://dbpedia.org/resource/Nikita_Bogoslovsky>,
        <http://id.loc.gov/authorities/names/n85148497>,
        <http://www.wikidata.org/entity/Q1975649>,
        <https://musicbrainz.org/artist/600c1c63-5b11-47a3-99c8-38a9ecf8f618> .

