@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/1684> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jose Limon" ;
    ns1:birthDate "1908-01-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4012176/> ;
    ns1:deathDate "1972-12-02"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/73> ;
    ns1:name "Jose Limon" ;
    skos:exactMatch <http://dbpedia.org/resource/Jos%C3%A9_Lim%C3%B3n>,
        <http://id.loc.gov/authorities/names/n78079312>,
        <http://www.wikidata.org/entity/Q785199> .

