@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_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a
  a a2a:Record ;
  rdfs:label "Doop op 14 oktober 1781 te Geertruidenberg" ;
  a2a:hasPerson oa:person_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Person-bec7a0f7-bf83-22a4-7ce4-80b4d2425cc9, oa:person_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Person-617d5eae-cdef-2bec-5a33-073284c0dd4e, oa:person_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Person-33be0943-8294-2b0b-36e7-f42edf3adca9 ;
  a2a:hasEvent oa:event_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_0, oa:relationep_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_1, oa:relationep_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_2 ;
  a2a:hasSource oa:source_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a .

oa:person_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Person-bec7a0f7-bf83-22a4-7ce4-80b4d2425cc9
  a a2a:Person ;
  rdfs:label "Johannes Pieter Pidoux" ;
  a2a:PersonName [
    rdfs:label "Johannes Pieter Pidoux" ;
    a2a:PersonNameFirstName "Johannes Pieter" ;
    a2a:PersonNameLastName "Pidoux"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Person-617d5eae-cdef-2bec-5a33-073284c0dd4e
  a a2a:Person ;
  rdfs:label "Maria Conte" ;
  a2a:PersonName [
    rdfs:label "Maria Conte" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Conte"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Person-33be0943-8294-2b0b-36e7-f42edf3adca9
  a a2a:Person ;
  rdfs:label "Johannes Theodorus Pidoux" ;
  a2a:PersonName [
    rdfs:label "Johannes Theodorus Pidoux" ;
    a2a:PersonNameFirstName "Johannes Theodorus" ;
    a2a:PersonNameLastName "Pidoux"
  ] ;
  a2a:Gender "Man" .

oa:event_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1781" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1781-10-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Geertruidenberg" ;
    rdfs:label "Geertruidenberg"
  ] .

oa:relationep_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Person:bec7a0f7-bf83-22a4-7ce4-80b4d2425cc9 ;
  a2a:EventKeyRef oa:event_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Event1 .

oa:relationep_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Person:617d5eae-cdef-2bec-5a33-073284c0dd4e ;
  a2a:EventKeyRef oa:event_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Event1 .

oa:relationep_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Person:33be0943-8294-2b0b-36e7-f42edf3adca9 ;
  a2a:EventKeyRef oa:event_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a_Event1 .

oa:source_rat_686b6187-4e22-b37c-20cb-e9aa6c8f1b7a
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Geertruidenberg" ;
    rdfs:label "Geertruidenberg", "1781-10-14 - 1781-10-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1781-10-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1781-10-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1781" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1781-10-14"^^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 "120" ;
    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, 120"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/c4543849-eec9-55ee-d39d-d5973ba38201.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/686b6187-4e22-b37c-20cb-e9aa6c8f1b7a" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/c4543849-eec9-55ee-d39d-d5973ba38201.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-05-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/686b6187-4e22-b37c-20cb-e9aa6c8f1b7a" ;
  a2a:RecordGUID "{686b6187-4e22-b37c-20cb-e9aa6c8f1b7a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_20382_00020382.xml van RAT" .

[] a2a:PersonRemarkdiversen "tweeling" .
