@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/1027979> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lena Guilbert Ford" ;
    ns1:birthDate "1870"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/5217142/> ;
    ns1:deathDate "1918-03-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Lena Guilbert Ford" ;
    skos:exactMatch <http://dbpedia.org/resource/Lena_Guilbert_Ford>,
        <http://www.wikidata.org/entity/Q6522106>,
        <https://id.loc.gov/authorities/no2002021879>,
        <https://musicbrainz.org/artist/fcd17b70-5489-4d1e-9cc8-1322d0c26247> .

