@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_54dec90f-4da1-a005-3fa0-e188b509020b
  a a2a:Record ;
  rdfs:label "Overlijden op 11 juli 1872 te Steenbergen" ;
  a2a:hasPerson oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person-7710ba48-6568-a568-543f-1c234ce50802, oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person-95bb8d21-35ba-c6f7-beca-90c2739aac68, oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person-4cad98d1-9798-06d1-9525-fa68a1e8af3f, oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person-89978b6d-c93d-061b-7acf-193146ef9ffc, oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person-488d0054-759e-a0bf-42fb-055e8cf1c5b4 ;
  a2a:hasEvent oa:event_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_54dec90f-4da1-a005-3fa0-e188b509020b_0, oa:relationep_wba_54dec90f-4da1-a005-3fa0-e188b509020b_1, oa:relationep_wba_54dec90f-4da1-a005-3fa0-e188b509020b_2 ;
  a2a:hasRelationPP oa:relationpp_wba_54dec90f-4da1-a005-3fa0-e188b509020b_0, oa:relationpp_wba_54dec90f-4da1-a005-3fa0-e188b509020b_1 ;
  a2a:hasSource oa:source_wba_54dec90f-4da1-a005-3fa0-e188b509020b .

oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person-7710ba48-6568-a568-543f-1c234ce50802
  a a2a:Person ;
  rdfs:label "Johanna Zandman" ;
  a2a:PersonName [
    rdfs:label "Johanna Zandman" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Zandman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person-95bb8d21-35ba-c6f7-beca-90c2739aac68
  a a2a:Person ;
  rdfs:label "Charlotte Henriette Caroline Wenzel" ;
  a2a:PersonName [
    rdfs:label "Charlotte Henriette Caroline Wenzel" ;
    a2a:PersonNameFirstName "Charlotte Henriette Caroline" ;
    a2a:PersonNameLastName "Wenzel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person-4cad98d1-9798-06d1-9525-fa68a1e8af3f
  a a2a:Person ;
  rdfs:label "Johan Daniel Stein" ;
  a2a:PersonName [
    rdfs:label "Johan Daniel Stein" ;
    a2a:PersonNameFirstName "Johan Daniel" ;
    a2a:PersonNameLastName "Stein"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person-89978b6d-c93d-061b-7acf-193146ef9ffc
  a a2a:Person ;
  rdfs:label "Anna Christina Paweritz" ;
  a2a:PersonName [
    rdfs:label "Anna Christina Paweritz" ;
    a2a:PersonNameFirstName "Anna Christina" ;
    a2a:PersonNameLastName "Paweritz"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person-488d0054-759e-a0bf-42fb-055e8cf1c5b4
  a a2a:Person ;
  rdfs:label "Georg Wilhelm Stein" ;
  a2a:PersonName [
    rdfs:label "Georg Wilhelm Stein" ;
    a2a:PersonNameFirstName "Georg Wilhelm" ;
    a2a:PersonNameLastName "Stein"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "65 jaar" ;
    rdfs:label "65 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tuttleben (Duitsland)" ;
    rdfs:label "Tuttleben (Duitsland)"
  ] .

oa:event_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "7" ;
    a2a:Day "11" ;
    rdfs:label "1872-07-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen"
  ] .

oa:relationep_wba_54dec90f-4da1-a005-3fa0-e188b509020b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person:4cad98d1-9798-06d1-9525-fa68a1e8af3f ;
  a2a:EventKeyRef oa:event_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Event1 .

oa:relationep_wba_54dec90f-4da1-a005-3fa0-e188b509020b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person:89978b6d-c93d-061b-7acf-193146ef9ffc ;
  a2a:EventKeyRef oa:event_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Event1 .

oa:relationep_wba_54dec90f-4da1-a005-3fa0-e188b509020b_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person:488d0054-759e-a0bf-42fb-055e8cf1c5b4 ;
  a2a:EventKeyRef oa:event_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Event1 .

oa:relationpp_wba_54dec90f-4da1-a005-3fa0-e188b509020b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person:488d0054-759e-a0bf-42fb-055e8cf1c5b4, oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person:7710ba48-6568-a568-543f-1c234ce50802 .

oa:relationpp_wba_54dec90f-4da1-a005-3fa0-e188b509020b_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person:488d0054-759e-a0bf-42fb-055e8cf1c5b4, oa:person_wba_54dec90f-4da1-a005-3fa0-e188b509020b_Person:95bb8d21-35ba-c6f7-beca-90c2739aac68 .

oa:source_wba_54dec90f-4da1-a005-3fa0-e188b509020b
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen", "1872-07-11 - 1872-07-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-07-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-07-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1872" ;
    a2a:Month "7" ;
    a2a:Day "11" ;
    rdfs:label "1872-07-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Steenbergen - burgerlijke stand, Bron: boek, Deel: 4192, Per..." ;
    a2a:Book "Overlijdensregister 1870-1872" ;
    a2a:DocumentNumber "109" ;
    a2a:RegistryNumber "4192" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Steenbergen - burgerlijke stand, Bron: boek, Deel: 4192, Per..., Overlijdensregister 1870-1872, 109, 4192"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/def6c7e6-83ab-fa95-7296-85ef44d97015.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/54dec90f-4da1-a005-3fa0-e188b509020b" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/def6c7e6-83ab-fa95-7296-85ef44d97015.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-03-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/54dec90f-4da1-a005-3fa0-e188b509020b" ;
  a2a:RecordGUID "{54dec90f-4da1-a005-3fa0-e188b509020b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_13385_00013385.xml van WBA" .

