@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/1029754> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Amir Gilboa" ;
    ns1:birthDate "1917-09-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/710565/> ;
    ns1:deathDate "1984-09-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Amir Gilboa" ;
    skos:exactMatch <http://dbpedia.org/resource/Amir_Gilboa>,
        <http://www.wikidata.org/entity/Q458726>,
        <https://id.loc.gov/authorities/n80045075>,
        <https://musicbrainz.org/artist/b402b22f-6693-45d0-afd9-2adde8a04f1e> .

