@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_ee77c233-6739-e42a-6bc2-c9f75a98205d
  a a2a:Record ;
  rdfs:label "Overlijden op 22 januari 1897 te Woensdrecht" ;
  a2a:hasPerson oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person-129ad829-3078-ca42-8f26-3ac0fa8b495e, oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person-d1d5ffd7-17e7-e128-5c17-2bc9b49bdeb3, oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person-7326e6db-0fc2-1833-2156-779f56887a8c, oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person-7aaf7455-ffab-5323-12e9-41a0be217f27 ;
  a2a:hasEvent oa:event_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_0, oa:relationep_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_1, oa:relationep_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_2 ;
  a2a:hasRelationPP oa:relationpp_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_0 ;
  a2a:hasSource oa:source_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d .

oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person-129ad829-3078-ca42-8f26-3ac0fa8b495e
  a a2a:Person ;
  rdfs:label "Frans Veraart" ;
  a2a:PersonName [
    rdfs:label "Frans Veraart" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNameLastName "Veraart"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person-d1d5ffd7-17e7-e128-5c17-2bc9b49bdeb3
  a a2a:Person ;
  rdfs:label "Petrus Hopmans" ;
  a2a:PersonName [
    rdfs:label "Petrus Hopmans" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Hopmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person-7326e6db-0fc2-1833-2156-779f56887a8c
  a a2a:Person ;
  rdfs:label "Jozina Nuijts" ;
  a2a:PersonName [
    rdfs:label "Jozina Nuijts" ;
    a2a:PersonNameFirstName "Jozina" ;
    a2a:PersonNameLastName "Nuijts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person-7aaf7455-ffab-5323-12e9-41a0be217f27
  a a2a:Person ;
  rdfs:label "Maria Catharina Hopmans" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Hopmans" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Hopmans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "78 jaar" ;
    rdfs:label "78 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom"
  ] .

oa:event_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1897" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1897-01-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:relationep_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person:d1d5ffd7-17e7-e128-5c17-2bc9b49bdeb3 ;
  a2a:EventKeyRef oa:event_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Event1 .

oa:relationep_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person:7326e6db-0fc2-1833-2156-779f56887a8c ;
  a2a:EventKeyRef oa:event_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Event1 .

oa:relationep_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person:7aaf7455-ffab-5323-12e9-41a0be217f27 ;
  a2a:EventKeyRef oa:event_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Event1 .

oa:relationpp_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person:7aaf7455-ffab-5323-12e9-41a0be217f27, oa:person_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d_Person:129ad829-3078-ca42-8f26-3ac0fa8b495e .

oa:source_wba_ee77c233-6739-e42a-6bc2-c9f75a98205d
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1897-01-22 - 1897-01-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-01-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-01-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1897" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1897-01-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 23, Perio..." ;
    a2a:Book "Overlijdensregister 1891-1900" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "23" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 23, Perio..., Overlijdensregister 1891-1900, 6, 23"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/74672d2d-626e-d45f-8971-e22b29846b3f.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ee77c233-6739-e42a-6bc2-c9f75a98205d" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/74672d2d-626e-d45f-8971-e22b29846b3f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-04-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ee77c233-6739-e42a-6bc2-c9f75a98205d" ;
  a2a:RecordGUID "{ee77c233-6739-e42a-6bc2-c9f75a98205d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_14139_00014139.xml van WBA" .

