@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_1dc473ab-e850-2f19-7101-de2c5d7cef4d
  a a2a:Record ;
  rdfs:label "Overlijden op 29 september 1945 te Roosendaal" ;
  a2a:hasPerson oa:person_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Person-4bd672ef-eccf-e895-4831-924691f663bc, oa:person_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Person-11e1dec5-c00a-de4a-50ba-1c9782c1f83b, oa:person_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Person-17e2f52c-fcad-a1f5-9c20-fc5e3307f293 ;
  a2a:hasEvent oa:event_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_0, oa:relationep_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_1, oa:relationep_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_2 ;
  a2a:hasSource oa:source_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d .

oa:person_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Person-4bd672ef-eccf-e895-4831-924691f663bc
  a a2a:Person ;
  rdfs:label "Johannes Cornelis Loijens" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis Loijens" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNameLastName "Loijens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Person-11e1dec5-c00a-de4a-50ba-1c9782c1f83b
  a a2a:Person ;
  rdfs:label "Maria Cornelia Hoekx" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelia Hoekx" ;
    a2a:PersonNameFirstName "Maria Cornelia" ;
    a2a:PersonNameLastName "Hoekx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Person-17e2f52c-fcad-a1f5-9c20-fc5e3307f293
  a a2a:Person ;
  rdfs:label "Clara Mathildis Loijens" ;
  a2a:PersonName [
    rdfs:label "Clara Mathildis Loijens" ;
    a2a:PersonNameFirstName "Clara Mathildis" ;
    a2a:PersonNameLastName "Loijens"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1945" ;
    a2a:Month "9" ;
    a2a:Day "29" ;
    rdfs:label "1945-09-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] .

oa:relationep_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Person:4bd672ef-eccf-e895-4831-924691f663bc ;
  a2a:EventKeyRef oa:event_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Event1 .

oa:relationep_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Person:11e1dec5-c00a-de4a-50ba-1c9782c1f83b ;
  a2a:EventKeyRef oa:event_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Event1 .

oa:relationep_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Person:17e2f52c-fcad-a1f5-9c20-fc5e3307f293 ;
  a2a:EventKeyRef oa:event_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d_Event1 .

oa:source_bhi_1dc473ab-e850-2f19-7101-de2c5d7cef4d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1945-10-01 - 1945-10-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1945-10-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1945-10-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1945" ;
    a2a:Month "10" ;
    a2a:Day "1" ;
    rdfs:label "1945-10-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3470, Periode: 1945" ;
    a2a:Book "Overlijdensregister Roosendaal 1945" ;
    a2a:DocumentNumber "301" ;
    a2a:RegistryNumber "3470" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3470, Periode: 1945, Overlijdensregister Roosendaal 1945, 301, 3470"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/2383cc48-ae30-92e4-5fe1-791a791c7acd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/2383cc48-ae30-92e4-5fe1-791a791c7acd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-02-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1dc473ab-e850-2f19-7101-de2c5d7cef4d" ;
  a2a:RecordGUID "{1dc473ab-e850-2f19-7101-de2c5d7cef4d}" ;
  a2a:SourceRemarkdeel "3470" ;
  a2a:SourceRemarkregister_periode "1945" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_1351_00001351.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1945-09-29" .
