@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/1000866> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hernando Franco" ;
    ns1:birthDate "1532"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2517311/> ;
    ns1:deathDate "1585-11-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Hernando Franco" ;
    skos:exactMatch <http://dbpedia.org/resource/Hernando_Franco>,
        <http://www.wikidata.org/entity/Q163406>,
        <https://id.loc.gov/authorities/names/n81085737>,
        <https://musicbrainz.org/artist/554f10a3-9ca7-478f-ae78-13d606d6c57e> .

