@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/1026788> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Annie Vivanti" ;
    ns1:birthDate "1866-04-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1942-02-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Annie Vivanti" ;
    skos:exactMatch <http://dbpedia.org/resource/Annie_Vivanti>,
        <http://www.wikidata.org/entity/Q641367>,
        <https://id.loc.gov/authorities/names/n93012769>,
        <https://musicbrainz.org/artist/c4a87df3-1796-4e5a-b7ab-0c50a358c845> .

