@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/1004611> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Carlos Jiménez Mabarak" ;
    ns1:birthDate "1916-01-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3516437/> ;
    ns1:deathDate "1994-06-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Carlos Jiménez Mabarak" ;
    skos:exactMatch <http://dbpedia.org/resource/Carlos_Jim%C3%A9nez_Mabarak>,
        <http://id.loc.gov/authorities/names/n83127189>,
        <http://www.wikidata.org/entity/Q324987>,
        <https://musicbrainz.org/artist/3a0bb127-b677-4cb5-bc94-2cdfb4da3aea> .

