@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_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32
  a a2a:Record ;
  rdfs:label "Doop op 1 februari 1711 te Geertruidenberg" ;
  a2a:hasPerson oa:person_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Person-c7a1a3ed-9e13-f861-88a2-f9667c47db9a, oa:person_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Person-32a31ed2-36fd-40a1-2038-a88305e2a8d9, oa:person_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Person-3e9afa94-70ae-66ae-1482-41709514e2ce ;
  a2a:hasEvent oa:event_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_0, oa:relationep_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_1, oa:relationep_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_2 ;
  a2a:hasSource oa:source_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32 .

oa:person_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Person-c7a1a3ed-9e13-f861-88a2-f9667c47db9a
  a a2a:Person ;
  rdfs:label "Boudewijn Grondel" ;
  a2a:PersonName [
    rdfs:label "Boudewijn Grondel" ;
    a2a:PersonNameFirstName "Boudewijn" ;
    a2a:PersonNameLastName "Grondel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Person-32a31ed2-36fd-40a1-2038-a88305e2a8d9
  a a2a:Person ;
  rdfs:label "Willemina Seemans" ;
  a2a:PersonName [
    rdfs:label "Willemina Seemans" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Seemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Person-3e9afa94-70ae-66ae-1482-41709514e2ce
  a a2a:Person ;
  rdfs:label "Hendrick Grondel" ;
  a2a:PersonName [
    rdfs:label "Hendrick Grondel" ;
    a2a:PersonNameFirstName "Hendrick" ;
    a2a:PersonNameLastName "Grondel"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1711" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1711-02-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Geertruidenberg" ;
    rdfs:label "Geertruidenberg"
  ] .

oa:relationep_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Person:c7a1a3ed-9e13-f861-88a2-f9667c47db9a ;
  a2a:EventKeyRef oa:event_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Event1 .

oa:relationep_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Person:32a31ed2-36fd-40a1-2038-a88305e2a8d9 ;
  a2a:EventKeyRef oa:event_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Event1 .

oa:relationep_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Person:3e9afa94-70ae-66ae-1482-41709514e2ce ;
  a2a:EventKeyRef oa:event_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32_Event1 .

oa:source_rat_2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Geertruidenberg" ;
    rdfs:label "Geertruidenberg", "1711-02-01 - 1711-02-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1711-02-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1711-02-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1711" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1711-02-01"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Geertruidenberg, 1614-1810, Bron: boek, Deel: 03,..." ;
    a2a:Book "Inv.nr. 03 - Geertruidenberg - doopboek 1688-1810 (achterin index) (nederduits-gereformeerde gem..." ;
    a2a:RegistryNumber "03" ;
    a2a:Folio "41v" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Geertruidenberg, 1614-1810, Bron: boek, Deel: 03,..., Inv.nr. 03 - Geertruidenberg - doopboek 1688-1810 (achterin index) (nederduits-gereformeerde gem..., 03, 41v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/12b897fd-b670-4fa3-8714-e054cd76ea71.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/12b897fd-b670-4fa3-8714-e054cd76ea71.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-03-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32" ;
  a2a:RecordGUID "{2bb2cdd5-cdae-0de8-9b3e-ba931b13aa32}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_22969_00022969.xml van RAT" .

