@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_abf25a2b-b063-641b-342a-eceb6ba01295
  a a2a:Record ;
  rdfs:label "Begrafenis op 31 maart 1806 te Kruisland" ;
  a2a:hasPerson oa:person_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Person-b795f27b-7a7c-afff-fc51-a83d214a195c, oa:person_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Person-66fa4d61-83d8-281d-b3fe-90b3bc18ac43, oa:person_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Person-eee99c6b-ff0e-b745-4d61-da4035e68145 ;
  a2a:hasEvent oa:event_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_abf25a2b-b063-641b-342a-eceb6ba01295_0, oa:relationep_wba_abf25a2b-b063-641b-342a-eceb6ba01295_1, oa:relationep_wba_abf25a2b-b063-641b-342a-eceb6ba01295_2 ;
  a2a:hasSource oa:source_wba_abf25a2b-b063-641b-342a-eceb6ba01295 .

oa:person_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Person-b795f27b-7a7c-afff-fc51-a83d214a195c
  a a2a:Person ;
  rdfs:label "Maria Sebregts" ;
  a2a:PersonName [
    rdfs:label "Maria Sebregts" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Sebregts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Person-66fa4d61-83d8-281d-b3fe-90b3bc18ac43
  a a2a:Person ;
  rdfs:label "Geert Rombouts" ;
  a2a:PersonName [
    rdfs:label "Geert Rombouts" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Rombouts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Person-eee99c6b-ff0e-b745-4d61-da4035e68145
  a a2a:Person ;
  rdfs:label "Cornelia Rombouts" ;
  a2a:PersonName [
    rdfs:label "Cornelia Rombouts" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Rombouts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Event1
  a a2a:Event ;
  rdfs:label "Begraven" ;
  a2a:EventType "Begraven" ;
  a2a:EventDate [
    a2a:Year "1806" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1806-03-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kruisland" ;
    rdfs:label "Kruisland"
  ] .

oa:relationep_wba_abf25a2b-b063-641b-342a-eceb6ba01295_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Person:b795f27b-7a7c-afff-fc51-a83d214a195c ;
  a2a:EventKeyRef oa:event_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Event1 .

oa:relationep_wba_abf25a2b-b063-641b-342a-eceb6ba01295_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Person:66fa4d61-83d8-281d-b3fe-90b3bc18ac43 ;
  a2a:EventKeyRef oa:event_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Event1 .

oa:relationep_wba_abf25a2b-b063-641b-342a-eceb6ba01295_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Person:eee99c6b-ff0e-b745-4d61-da4035e68145 ;
  a2a:EventKeyRef oa:event_wba_abf25a2b-b063-641b-342a-eceb6ba01295_Event1 .

oa:source_wba_abf25a2b-b063-641b-342a-eceb6ba01295
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Begraven" ;
  a2a:SourcePlace [
    a2a:Place "Steenbergen" ;
    rdfs:label "Steenbergen", "1806-03-31 - 1806-03-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1806-03-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1806-03-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1806" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1806-03-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Begraven" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken Steenbergen, Bron: boek, Deel: 46, Periode: 1806" ;
    a2a:Book "Overlijdensregister Gequalificeerde Kruisland 1806-1810" ;
    a2a:RegistryNumber "46" ;
    a2a:Folio "5" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Doop-, trouw- en begraafboeken Steenbergen, Bron: boek, Deel: 46, Periode: 1806, Overlijdensregister Gequalificeerde Kruisland 1806-1810, 46, 5"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/393fd46c-a4bf-f3df-3776-e9d9784f6932.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/abf25a2b-b063-641b-342a-eceb6ba01295" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/393fd46c-a4bf-f3df-3776-e9d9784f6932.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-09-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/abf25a2b-b063-641b-342a-eceb6ba01295" ;
  a2a:RecordGUID "{abf25a2b-b063-641b-342a-eceb6ba01295}" ;
  a2a:SourceRemarkOpmerking "Kind 7 weken" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_15041_00015041.xml van WBA" .

