@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/1014081> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Shirley Eikhard" ;
    ns1:birthDate "1955-11-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6137063/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Shirley Eikhard" ;
    skos:exactMatch <http://dbpedia.org/resource/Shirley_Eikhard>,
        <http://www.wikidata.org/entity/Q7498741>,
        <https://id.loc.gov/authorities/names/no98115023>,
        <https://musicbrainz.org/artist/1d6c6ae1-2385-4e30-9882-47a2a244a89a> .

