@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/1030066> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chidiock Tichborne" ;
    ns1:birthDate "1562"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2637487/> ;
    ns1:deathDate "1586-09-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Chidiock Tichborne" ;
    skos:exactMatch <http://dbpedia.org/resource/Chidiock_Tichborne>,
        <http://www.wikidata.org/entity/Q3623314>,
        <https://id.loc.gov/authorities/nr93010305>,
        <https://musicbrainz.org/artist/ae74b7c7-2b4a-4a9c-b249-8793ecb049d0> .

