@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/29525> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gilberto Valdés" ;
    ns1:birthDate "1905-05-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3555907/> ;
    ns1:deathDate "1972-05-12"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gilberto Valdés" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n97871045>,
        <http://www.wikidata.org/entity/Q30588320>,
        <https://musicbrainz.org/artist/af91f036-cdef-478f-9ec2-65f70eda1552> .

