@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/1021939> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Florence Reece" ;
    ns1:birthDate "1900-04-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4656920/> ;
    ns1:deathDate "1986-08-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Florence Reece" ;
    skos:exactMatch <http://dbpedia.org/resource/Florence_Reece>,
        <http://id.loc.gov/authorities/names/no98092995>,
        <http://www.wikidata.org/entity/Q5460758>,
        <https://musicbrainz.org/artist/1d86ef99-e069-4c12-827f-7e61fa1f135c> .

