@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/1023678> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Juan Ramón Jimenez" ;
    ns1:birthDate "1881-12-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2513791/> ;
    ns1:deathDate "1958-05-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Juan Ramón Jimenez" ;
    skos:exactMatch <http://dbpedia.org/resource/Juan_Ram%C3%B3n_Jim%C3%A9nez>,
        <http://www.wikidata.org/entity/Q131318>,
        <https://id.loc.gov/authorities/names/n79005598>,
        <https://musicbrainz.org/artist/2993d785-f7d9-4140-a225-a8f15e121e48> .

