@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/1025862> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Felicia Hemans" ;
    ns1:birthDate "1793-09-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2644210/> ;
    ns1:deathDate "1835-05-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Felicia Hemans" ;
    skos:exactMatch <http://dbpedia.org/resource/Felicia_Hemans>,
        <http://www.wikidata.org/entity/Q272537>,
        <https://id.loc.gov/authorities/names/n79078189>,
        <https://musicbrainz.org/artist/e36cedd4-c465-499f-af61-f4d0061eb80e> .

