@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/1007609> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sergei Taneyev" ;
    ns1:birthDate "1856-11-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/473247/> ;
    ns1:deathDate "1915-06-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sergei Taneyev" ;
    skos:exactMatch <http://dbpedia.org/resource/Sergei_Taneyev>,
        <http://id.loc.gov/authorities/names/n80145185>,
        <http://www.wikidata.org/entity/Q335006>,
        <https://musicbrainz.org/artist/e61ad00c-fbe8-4ca1-ac14-2e0872257057> .

