@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_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d
  a a2a:Record ;
  rdfs:label "Overlijden op 24 november 1944 te Loon op Zand" ;
  a2a:hasPerson oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person-8246bb76-fbfe-d0c7-b773-f959f6ae41b5, oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person-cfaec73e-31ab-b03f-abce-b724faf7405d, oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person-afa5e2c9-215a-0543-7aa4-b0585b9a88d4, oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person-af954816-a29f-018b-9e32-fce5eac4eb66 ;
  a2a:hasEvent oa:event_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_0, oa:relationep_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_1, oa:relationep_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_2 ;
  a2a:hasRelationPP oa:relationpp_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_0 ;
  a2a:hasSource oa:source_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d .

oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person-8246bb76-fbfe-d0c7-b773-f959f6ae41b5
  a a2a:Person ;
  rdfs:label "Jakob Vreeke" ;
  a2a:PersonName [
    rdfs:label "Jakob Vreeke" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Vreeke"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person-cfaec73e-31ab-b03f-abce-b724faf7405d
  a a2a:Person ;
  rdfs:label "Maatje Kodde" ;
  a2a:PersonName [
    rdfs:label "Maatje Kodde" ;
    a2a:PersonNameFirstName "Maatje" ;
    a2a:PersonNameLastName "Kodde"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person-afa5e2c9-215a-0543-7aa4-b0585b9a88d4
  a a2a:Person ;
  rdfs:label "Simon Vreeke" ;
  a2a:PersonName [
    rdfs:label "Simon Vreeke" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Vreeke"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person-af954816-a29f-018b-9e32-fce5eac4eb66
  a a2a:Person ;
  rdfs:label "Anna Jongepier" ;
  a2a:PersonName [
    rdfs:label "Anna Jongepier" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Jongepier"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1944" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1944-11-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand"
  ] .

oa:relationep_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person:8246bb76-fbfe-d0c7-b773-f959f6ae41b5 ;
  a2a:EventKeyRef oa:event_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Event1 .

oa:relationep_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person:cfaec73e-31ab-b03f-abce-b724faf7405d ;
  a2a:EventKeyRef oa:event_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Event1 .

oa:relationep_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person:afa5e2c9-215a-0543-7aa4-b0585b9a88d4 ;
  a2a:EventKeyRef oa:event_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Event1 .

oa:relationpp_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person:8246bb76-fbfe-d0c7-b773-f959f6ae41b5, oa:person_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d_Person:af954816-a29f-018b-9e32-fce5eac4eb66 .

oa:source_bhi_22ebe99c-e6b4-a95e-b87c-bcdb4a55010d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand", "1944-11-24 - 1944-11-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1944-11-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1944-11-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1944" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1944-11-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3230, Periode: 1944" ;
    a2a:Book "Overlijdensregister Loon op Zand 1944" ;
    a2a:DocumentNumber "183" ;
    a2a:RegistryNumber "3230" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3230, Periode: 1944, Overlijdensregister Loon op Zand 1944, 183, 3230"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/9c44e62e-b383-26d7-8e9d-7c77b5cefd32.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/9c44e62e-b383-26d7-8e9d-7c77b5cefd32.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-04-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/22ebe99c-e6b4-a95e-b87c-bcdb4a55010d" ;
  a2a:RecordGUID "{22ebe99c-e6b4-a95e-b87c-bcdb4a55010d}" ;
  a2a:SourceRemarkdeel "3230" ;
  a2a:SourceRemarkregister_periode "1944" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_493_00000493.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1944-11-24" .
