@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/1010228> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Clara Edwards" ;
    ns1:birthDate "1887-03-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5024031/> ;
    ns1:deathDate "1974-01-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Clara Edwards" ;
    skos:exactMatch <http://dbpedia.org/resource/Clara_Edwards_(composer)>,
        <http://id.loc.gov/authorities/names/nr97010714>,
        <http://www.wikidata.org/entity/Q5125976>,
        <https://musicbrainz.org/artist/a3a873cc-1188-477f-8c65-01ccc5e90c1a> .

