@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_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16
  a a2a:Record ;
  rdfs:label "Overlijden op 17 november 1816 te Eindhoven" ;
  a2a:hasPerson oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person-33cf72ce-4659-11e3-a747-d206bceb4d38, oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person-33cfae10-4659-11e3-a747-d206bceb4d38, oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person-33cfe966-4659-11e3-a747-d206bceb4d38, oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person-33d02b60-4659-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_0, oa:relationep_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_1, oa:relationep_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_0 ;
  a2a:hasSource oa:source_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16 .

oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person-33cf72ce-4659-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Philip de Jongh" ;
  a2a:PersonName [
    rdfs:label "Philip de Jongh" ;
    a2a:PersonNameFirstName "Philip" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jongh"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person-33cfae10-4659-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Jeanne Moses" ;
  a2a:PersonName [
    rdfs:label "Jeanne Moses" ;
    a2a:PersonNameFirstName "Jeanne" ;
    a2a:PersonNameLastName "Moses"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person-33cfe966-4659-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Lazarus de Jongh" ;
  a2a:PersonName [
    rdfs:label "Lazarus de Jongh" ;
    a2a:PersonNameFirstName "Lazarus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jongh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person-33d02b60-4659-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Rebecca Daniel" ;
  a2a:PersonName [
    rdfs:label "Rebecca Daniel" ;
    a2a:PersonNameFirstName "Rebecca" ;
    a2a:PersonNameLastName "Daniel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1816" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1816-11-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] .

oa:relationep_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person:33cf72ce-4659-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Event1 .

oa:relationep_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person:33cfe966-4659-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Event1 .

oa:relationep_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person:33d02b60-4659-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Event1 .

oa:relationpp_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person:33cf72ce-4659-11e3-a747-d206bceb4d38, oa:person_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16_Person:33cfae10-4659-11e3-a747-d206bceb4d38 .

oa:source_bhi_8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven", "1816-11-18 - 1816-11-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-11-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-11-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1816" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1816-11-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 2263, Periode: 1816" ;
    a2a:Book "Overlijdensregister Eindhoven 1816" ;
    a2a:DocumentNumber "38" ;
    a2a:RegistryNumber "2263" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 2263, Periode: 1816, Overlijdensregister Eindhoven 1816, 38, 2263"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/2f1f5790-c3b9-5ed1-c14a-c6f10e8aab0e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/2f1f5790-c3b9-5ed1-c14a-c6f10e8aab0e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-08-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16" ;
  a2a:RecordGUID "{8ba7a7ca-9758-ecfe-7ae3-9dbbe9b2bf16}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "2263" ;
  a2a:SourceRemarkregister_periode "1816" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_859_00000859.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1816-11-17" .
