@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/1001763> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hernando de Cabezón" ;
    ns1:birthDate "1541-11-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3117735/> ;
    ns1:deathDate "1602-10-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Hernando de Cabezón" ;
    skos:exactMatch <http://dbpedia.org/resource/Hernando_de_Cabez%C3%B3n>,
        <http://id.loc.gov/authorities/names/n91029693>,
        <http://www.wikidata.org/entity/Q3775372>,
        <https://musicbrainz.org/artist/61260511-b0a7-46a4-8d85-e0e630569135> .

