@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/1030830> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Marina Tsvetaeva" ;
    ns1:birthDate "1892-10-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/524901/> ;
    ns1:deathDate "1941-08-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Marina Tsvetaeva" ;
    skos:exactMatch <http://dbpedia.org/resource/Marina_Tsvetaeva>,
        <http://www.wikidata.org/entity/Q188526>,
        <https://id.loc.gov/authorities/n79122488>,
        <https://musicbrainz.org/artist/20afc0ad-477f-44e7-bcbe-ca5a875def54> .

