@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/1026281> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Gabriela Mistral" ;
    ns1:birthDate "1889-04-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3868308/> ;
    ns1:deathDate "1957-01-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    skos:exactMatch <http://dbpedia.org/resource/Gabriela_Mistral>,
        <http://id.loc.gov/authorities/names/n50033817>,
        <http://www.wikidata.org/entity/Q80871>,
        <https://musicbrainz.org/artist/b12c9c3c-f295-4ec8-8902-6f708153c7d3> .

