@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/1002575> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eleanor Daley" ;
    ns1:birthDate "1955-04-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6098747/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Eleanor Daley" ;
    skos:exactMatch <http://dbpedia.org/resource/Eleanor_Joanne_Daley>,
        <http://id.loc.gov/authorities/names/no2005034108>,
        <http://www.wikidata.org/entity/Q4669232>,
        <https://musicbrainz.org/artist/a5474e3f-9d83-4f95-a1d3-35c0d65d2cee> .

