@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/1001969> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nurit Hirsh" ;
    ns1:birthDate "1942-08-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/293397/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Nurit Hirsh" ;
    skos:exactMatch <http://dbpedia.org/resource/Nurit_Hirsh>,
        <http://www.wikidata.org/entity/Q2891207>,
        <https://id.loc.gov/authorities/names/no2014036488>,
        <https://musicbrainz.org/artist/3b4aad26-a95f-49a0-81d8-9348e58cc7fd> .

