@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/1014317> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Evelyn Danzig" ;
    ns1:birthDate "1902-01-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4739526/> ;
    ns1:deathDate "1996-07-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Evelyn Danzig" ;
    skos:exactMatch <http://dbpedia.org/resource/Evelyn_Danzig>,
        <http://www.wikidata.org/entity/Q5416305>,
        <https://id.loc.gov/authorities/names/no2011103241>,
        <https://musicbrainz.org/artist/abf67ce0-9f88-4dbe-9226-5552ee1ad9a0> .

