@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/1007289> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Aleksandr Nikolayevich Serov" ;
    ns1:birthDate "1820-01-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/498817/> ;
    ns1:deathDate "1871-02-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Aleksandr Nikolayevich Serov" ;
    skos:exactMatch <http://dbpedia.org/resource/Alexander_Serov>,
        <http://id.loc.gov/authorities/names/n80153127>,
        <http://www.wikidata.org/entity/Q442978>,
        <https://musicbrainz.org/artist/0b2e2859-bb9c-45b5-90cf-9d52a66cbe6c> .

