@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_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e
  a a2a:Record ;
  rdfs:label "Overlijden op 31 december 1907 te Roosendaal" ;
  a2a:hasPerson oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person-511cff33-76ee-1328-2328-d55b97996ec0, oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person-45f2896b-6ed3-2aab-fa37-b98f23d9f9e4, oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person-158ac99a-d84b-575a-215f-cd1ec20d61ca, oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person-333cb7e5-db10-5873-0333-ef06bc4ea998 ;
  a2a:hasEvent oa:event_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_0, oa:relationep_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_1, oa:relationep_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_2, oa:relationep_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_3 ;
  a2a:hasSource oa:source_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e .

oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person-511cff33-76ee-1328-2328-d55b97996ec0
  a a2a:Person ;
  rdfs:label "Jacobus Lasaroms" ;
  a2a:PersonName [
    rdfs:label "Jacobus Lasaroms" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Lasaroms"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person-45f2896b-6ed3-2aab-fa37-b98f23d9f9e4
  a a2a:Person ;
  rdfs:label "Maria Roovers" ;
  a2a:PersonName [
    rdfs:label "Maria Roovers" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Roovers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person-158ac99a-d84b-575a-215f-cd1ec20d61ca
  a a2a:Person ;
  rdfs:label "Cornelis Lasaroms" ;
  a2a:PersonName [
    rdfs:label "Cornelis Lasaroms" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Lasaroms"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person-333cb7e5-db10-5873-0333-ef06bc4ea998
  a a2a:Person ;
  rdfs:label "Philomena Pauwels" ;
  a2a:PersonName [
    rdfs:label "Philomena Pauwels" ;
    a2a:PersonNameFirstName "Philomena" ;
    a2a:PersonNameLastName "Pauwels"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "12" ;
    a2a:Day "31" ;
    rdfs:label "1907-12-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal"
  ] .

oa:relationep_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person:511cff33-76ee-1328-2328-d55b97996ec0 ;
  a2a:EventKeyRef oa:event_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Event1 .

oa:relationep_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person:45f2896b-6ed3-2aab-fa37-b98f23d9f9e4 ;
  a2a:EventKeyRef oa:event_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Event1 .

oa:relationep_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person:158ac99a-d84b-575a-215f-cd1ec20d61ca ;
  a2a:EventKeyRef oa:event_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Event1 .

oa:relationep_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_3
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenoot van" ;
  a2a:RelationType "other:Echtgenoot van" ;
  a2a:PersonKeyRef oa:person_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Person:333cb7e5-db10-5873-0333-ef06bc4ea998 ;
  a2a:EventKeyRef oa:event_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e_Event1 .

oa:source_bhi_054d8ea2-e271-1d5d-edaf-1dbb4c529c8e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1908-01-02 - 1908-01-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-01-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1908-01-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1908" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1908-01-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2619, Periode: 1908" ;
    a2a:Book "Overlijdensregister Roosendaal 1908" ;
    a2a:DocumentNumber "2" ;
    a2a:RegistryNumber "2619" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2619, Periode: 1908, Overlijdensregister Roosendaal 1908, 2, 2619"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/17121a44-5475-b6fd-23ee-03da101b2e14.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/17121a44-5475-b6fd-23ee-03da101b2e14.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/054d8ea2-e271-1d5d-edaf-1dbb4c529c8e" ;
  a2a:RecordGUID "{054d8ea2-e271-1d5d-edaf-1dbb4c529c8e}" ;
  a2a:SourceRemarkOpmerking "Eerder weduwnaar van Adriana Coevoets." ;
  a2a:SourceRemarkdeel "2619" ;
  a2a:SourceRemarkregister_periode "1908" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_1263_00001263.xml van BHI" .

[] a2a:PersonRemarkdatum_overlijden "1907-12-31" .
