@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_18531ce1-b81a-eaf0-8f56-eabdcd920fc1
  a a2a:Record ;
  rdfs:label "Overlijden op 9 november 1941 te Halsteren" ;
  a2a:hasPerson oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person-89a4b2e2-b268-12b3-1a66-61fe096374da, oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person-6d885240-db7f-7f70-4aa2-dbb01d82433c, oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person-150d5bbf-8ed5-23ef-86d0-35e62568bc99, oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person-40f5478f-b264-7c53-2c45-c26693d169ef ;
  a2a:hasEvent oa:event_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_0, oa:relationep_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_1, oa:relationep_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_2 ;
  a2a:hasRelationPP oa:relationpp_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_0 ;
  a2a:hasSource oa:source_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1 .

oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person-89a4b2e2-b268-12b3-1a66-61fe096374da
  a a2a:Person ;
  rdfs:label "Dimphna van Tillo" ;
  a2a:PersonName [
    rdfs:label "Dimphna van Tillo" ;
    a2a:PersonNameFirstName "Dimphna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tillo"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person-6d885240-db7f-7f70-4aa2-dbb01d82433c
  a a2a:Person ;
  rdfs:label "Dimphna van Schilt" ;
  a2a:PersonName [
    rdfs:label "Dimphna van Schilt" ;
    a2a:PersonNameFirstName "Dimphna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Schilt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person-150d5bbf-8ed5-23ef-86d0-35e62568bc99
  a a2a:Person ;
  rdfs:label "Paulus Kats" ;
  a2a:PersonName [
    rdfs:label "Paulus Kats" ;
    a2a:PersonNameFirstName "Paulus" ;
    a2a:PersonNameLastName "Kats"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person-40f5478f-b264-7c53-2c45-c26693d169ef
  a a2a:Person ;
  rdfs:label "Gerard van Tillo" ;
  a2a:PersonName [
    rdfs:label "Gerard van Tillo" ;
    a2a:PersonNameFirstName "Gerard" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tillo"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1941" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1941-11-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Halsteren" ;
    rdfs:label "Halsteren"
  ] .

oa:relationep_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person:89a4b2e2-b268-12b3-1a66-61fe096374da ;
  a2a:EventKeyRef oa:event_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Event1 .

oa:relationep_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person:6d885240-db7f-7f70-4aa2-dbb01d82433c ;
  a2a:EventKeyRef oa:event_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Event1 .

oa:relationep_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person:40f5478f-b264-7c53-2c45-c26693d169ef ;
  a2a:EventKeyRef oa:event_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Event1 .

oa:relationpp_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person:89a4b2e2-b268-12b3-1a66-61fe096374da, oa:person_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1_Person:150d5bbf-8ed5-23ef-86d0-35e62568bc99 .

oa:source_wba_18531ce1-b81a-eaf0-8f56-eabdcd920fc1
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Halsteren" ;
    rdfs:label "Halsteren", "1941-11-09 - 1941-11-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1941-11-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1941-11-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1941" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1941-11-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Halsteren - burgerlijke stand, Bron: boek, Deel: 1431B, Peri..." ;
    a2a:Book "Overlijdensregister 1941-1945" ;
    a2a:DocumentNumber "61" ;
    a2a:RegistryNumber "1431B" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Halsteren - burgerlijke stand, Bron: boek, Deel: 1431B, Peri..., Overlijdensregister 1941-1945, 61, 1431B"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/0a7dde6e-1662-ab55-c64f-e2bbccbfd39d.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/18531ce1-b81a-eaf0-8f56-eabdcd920fc1" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/0a7dde6e-1662-ab55-c64f-e2bbccbfd39d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-09-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/18531ce1-b81a-eaf0-8f56-eabdcd920fc1" ;
  a2a:RecordGUID "{18531ce1-b81a-eaf0-8f56-eabdcd920fc1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_12861_00012861.xml van WBA" .

