@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7
  a a2a:Record ;
  rdfs:label "Overlijden op 11 oktober 1962 te Eindhoven" ;
  a2a:hasPerson oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person-a72a80fe-2686-4777-e0b3-b3b19151be5a, oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person-b6956be1-0d0d-ac1e-f886-556f6e930576, oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person-4095aa70-cae3-a79f-202d-b0c60679e83d, oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person-3cb26ba4-2d3a-5e33-56af-8c55ef6200e7 ;
  a2a:hasEvent oa:event_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_0, oa:relationep_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_1, oa:relationep_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_0 ;
  a2a:hasSource oa:source_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7 .

oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person-a72a80fe-2686-4777-e0b3-b3b19151be5a
  a a2a:Person ;
  rdfs:label "Jan Louis Hackmann" ;
  a2a:PersonName [
    rdfs:label "Jan Louis Hackmann" ;
    a2a:PersonNameFirstName "Jan Louis" ;
    a2a:PersonNameLastName "Hackmann"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person-b6956be1-0d0d-ac1e-f886-556f6e930576
  a a2a:Person ;
  rdfs:label "Anna Cohen" ;
  a2a:PersonName [
    rdfs:label "Anna Cohen" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Cohen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person-4095aa70-cae3-a79f-202d-b0c60679e83d
  a a2a:Person ;
  rdfs:label "Jan Louis Hackmann" ;
  a2a:PersonName [
    rdfs:label "Jan Louis Hackmann" ;
    a2a:PersonNameFirstName "Jan Louis" ;
    a2a:PersonNameLastName "Hackmann"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person-3cb26ba4-2d3a-5e33-56af-8c55ef6200e7
  a a2a:Person ;
  rdfs:label "Maria Christina Wilhelm" ;
  a2a:PersonName [
    rdfs:label "Maria Christina Wilhelm" ;
    a2a:PersonNameFirstName "Maria Christina" ;
    a2a:PersonNameLastName "Wilhelm"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1962" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1962-10-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] .

oa:relationep_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person:a72a80fe-2686-4777-e0b3-b3b19151be5a ;
  a2a:EventKeyRef oa:event_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Event1 .

oa:relationep_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person:b6956be1-0d0d-ac1e-f886-556f6e930576 ;
  a2a:EventKeyRef oa:event_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Event1 .

oa:relationep_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person:4095aa70-cae3-a79f-202d-b0c60679e83d ;
  a2a:EventKeyRef oa:event_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Event1 .

oa:relationpp_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person:a72a80fe-2686-4777-e0b3-b3b19151be5a, oa:person_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7_Person:3cb26ba4-2d3a-5e33-56af-8c55ef6200e7 .

oa:source_bhi_da71078e-ce1e-e8e8-2bec-8677cb9ec4d7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven", "1962-10-15 - 1962-10-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1962-10-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-10-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1962" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1962-10-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3501, Periode: 1962" ;
    a2a:Book "Overlijdensregister Eindhoven 1962" ;
    a2a:DocumentNumber "864" ;
    a2a:RegistryNumber "3501" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3501, Periode: 1962, Overlijdensregister Eindhoven 1962, 864, 3501"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/02a62b1c-7868-2ba3-7fe3-5937dce00f15.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/02a62b1c-7868-2ba3-7fe3-5937dce00f15.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/da71078e-ce1e-e8e8-2bec-8677cb9ec4d7" ;
  a2a:RecordGUID "{da71078e-ce1e-e8e8-2bec-8677cb9ec4d7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_470_00000470.xml van BHI" .

