@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/1004312> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rafael de León" ;
    ns1:birthDate "1908-02-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2510911/> ;
    ns1:deathDate "1982-12-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Rafael de León" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n90605661>,
        <http://www.wikidata.org/entity/Q6098121>,
        <https://musicbrainz.org/artist/66038906-88ff-4f3f-ad2e-cf4078a8e6a8> .

