@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/1029115> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Luis Cernuda" ;
    ns1:birthDate "1902-09-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2510911/> ;
    ns1:deathDate "1963-11-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Luis Cernuda" ;
    skos:exactMatch <http://dbpedia.org/resource/Luis_Cernuda>,
        <http://www.wikidata.org/entity/Q439578>,
        <https://id.loc.gov/authorities/n79059641>,
        <https://musicbrainz.org/artist/1cb08ce2-5a94-475d-86bf-085d95154f8a> .

