@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/1009975> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nancy Hamilton" ;
    ns1:birthDate "1908-07-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5211506/> ;
    ns1:deathDate "1985-02-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Nancy Hamilton" ;
    skos:exactMatch <http://dbpedia.org/resource/Nancy_Hamilton>,
        <http://www.wikidata.org/entity/Q13560398>,
        <https://id.loc.gov/authorities/n00114903>,
        <https://musicbrainz.org/artist/e4c00cfe-8393-416b-90da-392d39d08ce3> .

