@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/1024878> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nelle Richmond Eberhart" ;
    ns1:birthDate "1871-08-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4990729/> ;
    ns1:deathDate "1944-11-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Nelle Richmond Eberhart" ;
    skos:exactMatch <http://dbpedia.org/resource/Nelle_Richmond_Eberhart>,
        <http://www.wikidata.org/entity/Q15995872>,
        <https://id.loc.gov/authorities/names/nr91013799>,
        <https://musicbrainz.org/artist/7d18e8cb-1393-4124-b547-92096cef0ccb> .

