@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/1025757> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Florence Earle Coates" ;
    ns1:birthDate "1850-07-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4560349/> ;
    ns1:deathDate "1927-04-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Florence Earle Coates" ;
    skos:exactMatch <http://dbpedia.org/resource/Florence_Van_Leer_Earle_Coates>,
        <http://id.loc.gov/authorities/names/n2001061732>,
        <http://www.wikidata.org/entity/Q5460603>,
        <https://musicbrainz.org/artist/2571b2a8-1501-416f-b435-0017c1e664b6> .

