@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/1014943> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joseito Fernández" ;
    ns1:birthDate "1908-09-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3553478/> ;
    ns1:deathDate "1979-10-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Joseito Fernández" ;
    skos:exactMatch <http://dbpedia.org/resource/Jose%C3%ADto_Fern%C3%A1ndez>,
        <http://id.loc.gov/authorities/names/n85171126>,
        <http://www.wikidata.org/entity/Q3079985>,
        <https://musicbrainz.org/artist/8587e577-cff6-40cd-b4ce-f57791d51456> .

