@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/1019166> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Emily Dickinson" ;
    ns1:birthDate "1830-12-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4929022/> ;
    ns1:deathDate "1886-05-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Emily Dickinson" ;
    skos:exactMatch <http://dbpedia.org/resource/Emily_Dickinson>,
        <http://id.loc.gov/authorities/names/n79054166>,
        <http://www.wikidata.org/entity/Q4441>,
        <https://musicbrainz.org/artist/3bf47614-b5ce-4f9a-b802-02a2a0342f3b> .

