@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/31809> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gisele Ben-Dor" ;
    ns1:birthDate "1955-04-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3441575/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Gisele Ben-Dor" ;
    skos:exactMatch <http://dbpedia.org/resource/Gisele_Ben-Dor>,
        <http://id.loc.gov/authorities/names/nr93026665>,
        <http://www.wikidata.org/entity/Q5564912>,
        <https://musicbrainz.org/artist/0ba6646a-228b-40de-a471-4984de141958> .

