@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/1025664> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Myra Smith" ;
    ns1:birthDate "1926"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/4314550/> ;
    ns1:deathDate "1989-08-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Myra Smith" ;
    skos:exactMatch <http://dbpedia.org/resource/Mira_Ann_Smith>,
        <http://id.loc.gov/authorities/names/no2016094623>,
        <http://www.wikidata.org/entity/Q57584628>,
        <https://musicbrainz.org/artist/227c88c7-ea23-49fd-8cc7-f737754ad26d> .

