@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/1007416> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Naomi Shemer" ;
    ns1:birthDate "1930-07-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/294462/> ;
    ns1:deathDate "2004-06-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Naomi Shemer" ;
    skos:exactMatch <http://dbpedia.org/resource/Naomi_Shemer>,
        <http://id.loc.gov/authorities/names/n93050694>,
        <http://www.wikidata.org/entity/Q238719>,
        <https://musicbrainz.org/artist/40a0a2c6-4a92-4442-b16e-1750111818b2> .

