@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/1029794> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Saint-John Perse" ;
    ns1:birthDate "1887-05-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3578599/> ;
    ns1:deathDate "1975-09-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Saint-John Perse" ;
    skos:exactMatch <http://dbpedia.org/resource/Saint-John_Perse>,
        <http://id.loc.gov/authorities/names/n79128134>,
        <http://www.wikidata.org/entity/Q132684>,
        <https://musicbrainz.org/artist/5838df4c-4be1-43c7-99bd-9ab4da7d7c50> .

