@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/17015> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Konstantin Ivanov" ;
    ns1:birthDate "1907-05-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/468390/> ;
    ns1:deathDate "1984-04-15"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Konstantin Ivanov" ;
    skos:exactMatch <http://dbpedia.org/resource/Konstantin_Ivanov_(conductor)>,
        <http://www.wikidata.org/entity/Q2034403>,
        <https://id.loc.gov/authorities/names/n83153225>,
        <https://musicbrainz.org/artist/9ec1ad9f-3ae8-46d8-b81a-c8efafdb3f26> .

