@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_b709aeec-9237-91ac-f308-e99abc13bc6e
  a a2a:Record ;
  rdfs:label "Overlijden op 30 maart 1944 te Oosterhout" ;
  a2a:hasPerson oa:person_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Person-192abbc2-e60f-fab5-3a27-6a6c62621857, oa:person_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Person-1af60009-0298-ea6f-ebbd-8be2552177ac, oa:person_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Person-fc8db76c-0cac-1e02-bac9-f516f745bc1d ;
  a2a:hasEvent oa:event_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_0, oa:relationep_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_1, oa:relationep_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_2 ;
  a2a:hasSource oa:source_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e .

oa:person_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Person-192abbc2-e60f-fab5-3a27-6a6c62621857
  a a2a:Person ;
  rdfs:label "Pieter van Loon" ;
  a2a:PersonName [
    rdfs:label "Pieter van Loon" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Person-1af60009-0298-ea6f-ebbd-8be2552177ac
  a a2a:Person ;
  rdfs:label "Adriaan Pieter van Loon" ;
  a2a:PersonName [
    rdfs:label "Adriaan Pieter van Loon" ;
    a2a:PersonNameFirstName "Adriaan Pieter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Person-fc8db76c-0cac-1e02-bac9-f516f745bc1d
  a a2a:Person ;
  rdfs:label "Pietronella Goverts" ;
  a2a:PersonName [
    rdfs:label "Pietronella Goverts" ;
    a2a:PersonNameFirstName "Pietronella" ;
    a2a:PersonNameLastName "Goverts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1944" ;
    a2a:Month "3" ;
    a2a:Day "30" ;
    rdfs:label "1944-03-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout"
  ] .

oa:relationep_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Person:192abbc2-e60f-fab5-3a27-6a6c62621857 ;
  a2a:EventKeyRef oa:event_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Event1 .

oa:relationep_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Person:1af60009-0298-ea6f-ebbd-8be2552177ac ;
  a2a:EventKeyRef oa:event_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Event1 .

oa:relationep_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Person:fc8db76c-0cac-1e02-bac9-f516f745bc1d ;
  a2a:EventKeyRef oa:event_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e_Event1 .

oa:source_bhi_b709aeec-9237-91ac-f308-e99abc13bc6e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1944-03-31 - 1944-03-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1944-03-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1944-03-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1944" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1944-03-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3362, Periode: 1944" ;
    a2a:Book "Overlijdensregister Oosterhout 1944" ;
    a2a:DocumentNumber "62" ;
    a2a:RegistryNumber "3362" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3362, Periode: 1944, Overlijdensregister Oosterhout 1944, 62, 3362"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e7d820f3-7b81-6daf-d851-0699595ee5bb.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e7d820f3-7b81-6daf-d851-0699595ee5bb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-11-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b709aeec-9237-91ac-f308-e99abc13bc6e" ;
  a2a:RecordGUID "{b709aeec-9237-91ac-f308-e99abc13bc6e}" ;
  a2a:SourceRemarkdeel "3362" ;
  a2a:SourceRemarkregister_periode "1944" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251116_1144_00001144.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1944-03-30" .
