@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_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb
  a a2a:Record ;
  rdfs:label "Overlijden op 22 december 1903 te Wouw" ;
  a2a:hasPerson oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person-f2cfcac4-3a12-e2fe-e629-8535a9cc2c94, oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person-6e6da5e1-3912-0ea8-5d04-c2406f589b61, oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person-db071281-ccf7-3b38-52bd-6402fd7a69b2, oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person-9b97c762-aee5-3ff8-746c-f4ad62b99e6d ;
  a2a:hasEvent oa:event_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_0, oa:relationep_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_1, oa:relationep_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_2 ;
  a2a:hasRelationPP oa:relationpp_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_0 ;
  a2a:hasSource oa:source_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb .

oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person-f2cfcac4-3a12-e2fe-e629-8535a9cc2c94
  a a2a:Person ;
  rdfs:label "Maria Antonia van Hootegem" ;
  a2a:PersonName [
    rdfs:label "Maria Antonia van Hootegem" ;
    a2a:PersonNameFirstName "Maria Antonia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hootegem"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person-6e6da5e1-3912-0ea8-5d04-c2406f589b61
  a a2a:Person ;
  rdfs:label "Cornelius Nelen" ;
  a2a:PersonName [
    rdfs:label "Cornelius Nelen" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Nelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person-db071281-ccf7-3b38-52bd-6402fd7a69b2
  a a2a:Person ;
  rdfs:label "Barbara Theresia Coene" ;
  a2a:PersonName [
    rdfs:label "Barbara Theresia Coene" ;
    a2a:PersonNameFirstName "Barbara Theresia" ;
    a2a:PersonNameLastName "Coene"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person-9b97c762-aee5-3ff8-746c-f4ad62b99e6d
  a a2a:Person ;
  rdfs:label "Pieter Jacobus van Hootegem" ;
  a2a:PersonName [
    rdfs:label "Pieter Jacobus van Hootegem" ;
    a2a:PersonNameFirstName "Pieter Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hootegem"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "12" ;
    a2a:Day "22" ;
    rdfs:label "1903-12-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person:f2cfcac4-3a12-e2fe-e629-8535a9cc2c94 ;
  a2a:EventKeyRef oa:event_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Event1 .

oa:relationep_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person:db071281-ccf7-3b38-52bd-6402fd7a69b2 ;
  a2a:EventKeyRef oa:event_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Event1 .

oa:relationep_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person:9b97c762-aee5-3ff8-746c-f4ad62b99e6d ;
  a2a:EventKeyRef oa:event_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Event1 .

oa:relationpp_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person:f2cfcac4-3a12-e2fe-e629-8535a9cc2c94, oa:person_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb_Person:6e6da5e1-3912-0ea8-5d04-c2406f589b61 .

oa:source_wba_3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1903-12-22 - 1903-12-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-12-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-12-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "12" ;
    a2a:Day "22" ;
    rdfs:label "1903-12-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3641, Periode: 1903" ;
    a2a:Book "Overlijdensregister Wouw 1903" ;
    a2a:DocumentNumber "74" ;
    a2a:RegistryNumber "3641" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3641, Periode: 1903, Overlijdensregister Wouw 1903, 74, 3641"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/e7e81068-f105-fb64-7ee7-6a64563ef88b.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/e7e81068-f105-fb64-7ee7-6a64563ef88b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-05-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb" ;
  a2a:RecordGUID "{3a2c3c4e-cdaf-3f54-71b8-da6bf8c7fcfb}" ;
  a2a:SourceRemarkOpmerking "eerder weduwe van Johannes van Loenhout" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_13156_00013156.xml van WBA" .

[] a2a:PersonRemarkdiversen "leeftijd 73 jaar, geboren te Eeklo (België), zonder beroep" .
