@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/1022041> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edward FitzGerald" ;
    ns1:birthDate "1809-03-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2654810/> ;
    ns1:deathDate "1883-06-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Edward FitzGerald" ;
    skos:exactMatch <http://dbpedia.org/resource/Edward_FitzGerald_(poet)>,
        <http://id.loc.gov/authorities/names/n80126218>,
        <http://www.wikidata.org/entity/Q532457>,
        <https://musicbrainz.org/artist/8cf0cc9f-c6d6-4948-b91c-c351902f46b8> .

