@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_e3918ea1-b9c1-e19e-30d1-49618d31bf9f
  a a2a:Record ;
  rdfs:label "Overlijden op 28 oktober 1856 te Rucphen" ;
  a2a:hasPerson oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person-725c9815-927e-8ba2-d6d6-b7dc13f6a801, oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person-f1753814-4460-6be8-ac82-663f16f66430, oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person-8db01187-6bda-ecb7-44f6-7a680203669b, oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person-841f65bc-1dfa-eea0-552a-b242d8fbc8fe ;
  a2a:hasEvent oa:event_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_0, oa:relationep_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_1, oa:relationep_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_2 ;
  a2a:hasRelationPP oa:relationpp_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_0 ;
  a2a:hasSource oa:source_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f .

oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person-725c9815-927e-8ba2-d6d6-b7dc13f6a801
  a a2a:Person ;
  rdfs:label "Johanna Voeten" ;
  a2a:PersonName [
    rdfs:label "Johanna Voeten" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Voeten"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "50 jaar" ;
    rdfs:label "50 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen"
  ] ;
  a2a:Profession "arbeidster" .

oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person-f1753814-4460-6be8-ac82-663f16f66430
  a a2a:Person ;
  rdfs:label "Adriana Potters" ;
  a2a:PersonName [
    rdfs:label "Adriana Potters" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Potters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person-8db01187-6bda-ecb7-44f6-7a680203669b
  a a2a:Person ;
  rdfs:label "Johannes Voeten" ;
  a2a:PersonName [
    rdfs:label "Johannes Voeten" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Voeten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person-841f65bc-1dfa-eea0-552a-b242d8fbc8fe
  a a2a:Person ;
  rdfs:label "Andries Dingeman van Geel" ;
  a2a:PersonName [
    rdfs:label "Andries Dingeman van Geel" ;
    a2a:PersonNameFirstName "Andries Dingeman" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Geel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1856" ;
    a2a:Month "10" ;
    a2a:Day "28" ;
    rdfs:label "1856-10-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen"
  ] .

oa:relationep_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person:725c9815-927e-8ba2-d6d6-b7dc13f6a801 ;
  a2a:EventKeyRef oa:event_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Event1 .

oa:relationep_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person:f1753814-4460-6be8-ac82-663f16f66430 ;
  a2a:EventKeyRef oa:event_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Event1 .

oa:relationep_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person:8db01187-6bda-ecb7-44f6-7a680203669b ;
  a2a:EventKeyRef oa:event_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Event1 .

oa:relationpp_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person:725c9815-927e-8ba2-d6d6-b7dc13f6a801, oa:person_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f_Person:841f65bc-1dfa-eea0-552a-b242d8fbc8fe .

oa:source_wba_e3918ea1-b9c1-e19e-30d1-49618d31bf9f
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rucphen" ;
    rdfs:label "Rucphen", "1856-10-28 - 1856-10-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1856-10-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1856-10-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1856" ;
    a2a:Month "10" ;
    a2a:Day "28" ;
    rdfs:label "1856-10-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Rucphen - burgerlijke stand, Bron: boek, Deel: 57, Periode: ..." ;
    a2a:Book "Overlijdensregister 1856" ;
    a2a:DocumentNumber "77" ;
    a2a:RegistryNumber "57" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Rucphen - burgerlijke stand, Bron: boek, Deel: 57, Periode: ..., Overlijdensregister 1856, 77, 57"
  ] ;
  a2a:SourceLastChangeDate "2011-12-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e3918ea1-b9c1-e19e-30d1-49618d31bf9f" ;
  a2a:RecordGUID "{e3918ea1-b9c1-e19e-30d1-49618d31bf9f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_27125_00027125.xml van WBA" .

