@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/1029304> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Geoffrey Chaucer" ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1400-10-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Geoffrey Chaucer" ;
    skos:exactMatch <http://dbpedia.org/resource/Geoffrey_Chaucer>,
        <http://www.wikidata.org/entity/Q5683>,
        <https://id.loc.gov/authorities/n79027228>,
        <https://musicbrainz.org/artist/44cf72ed-e8aa-4345-9912-dad6b448cac3> .

