@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/1006386> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rafael Hernández Marín" ;
    ns1:birthDate "1892-10-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4562506/> ;
    ns1:deathDate "1965-12-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Rafael Hernández Marín" ;
    skos:exactMatch <http://dbpedia.org/resource/Rafael_Hern%C3%A1ndez_Mar%C3%ADn>,
        <http://id.loc.gov/authorities/names/n81139900>,
        <http://www.wikidata.org/entity/Q1184502>,
        <https://musicbrainz.org/artist/7f4a2478-31ec-421a-be96-dad394ef5cc8> .

