@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_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e
  a a2a:Record ;
  rdfs:label "Doop op 23 oktober 1796 te Raamsdonk" ;
  a2a:hasPerson oa:person_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Person-96084734-3582-5fe6-6265-6934a9751a22, oa:person_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Person-05edb722-76f5-bb5e-8e54-bb1403a905d1, oa:person_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Person-7e9b935b-be27-46e7-277d-50ad280147b4 ;
  a2a:hasEvent oa:event_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_0, oa:relationep_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_1, oa:relationep_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_2 ;
  a2a:hasSource oa:source_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e .

oa:person_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Person-96084734-3582-5fe6-6265-6934a9751a22
  a a2a:Person ;
  rdfs:label "Jan Polak" ;
  a2a:PersonName [
    rdfs:label "Jan Polak" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Polak"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Person-05edb722-76f5-bb5e-8e54-bb1403a905d1
  a a2a:Person ;
  rdfs:label "Maria Huiberts Vissers" ;
  a2a:PersonName [
    rdfs:label "Maria Huiberts Vissers" ;
    a2a:PersonNameFirstName "Maria Huiberts" ;
    a2a:PersonNameLastName "Vissers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Person-7e9b935b-be27-46e7-277d-50ad280147b4
  a a2a:Person ;
  rdfs:label "Huibert Polak" ;
  a2a:PersonName [
    rdfs:label "Huibert Polak" ;
    a2a:PersonNameFirstName "Huibert" ;
    a2a:PersonNameLastName "Polak"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1796" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1796-10-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk"
  ] .

oa:relationep_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Person:96084734-3582-5fe6-6265-6934a9751a22 ;
  a2a:EventKeyRef oa:event_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Event1 .

oa:relationep_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Person:05edb722-76f5-bb5e-8e54-bb1403a905d1 ;
  a2a:EventKeyRef oa:event_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Event1 .

oa:relationep_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Person:7e9b935b-be27-46e7-277d-50ad280147b4 ;
  a2a:EventKeyRef oa:event_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e_Event1 .

oa:source_rat_cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk", "1796-10-23 - 1796-10-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-10-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1796-10-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1796" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1796-10-23"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop- , trouw- en begraafboeken van Raamsdonk, 1695-1810, Bron: boek, Deel: 04, Peri..." ;
    a2a:Book "Inv.nr. 04 - Raamsdonk - doopboek 1774-1812 (nederduits-gereformeerde gemeente)" ;
    a2a:RegistryNumber "04" ;
    a2a:Folio "16v" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop- , trouw- en begraafboeken van Raamsdonk, 1695-1810, Bron: boek, Deel: 04, Peri..., Inv.nr. 04 - Raamsdonk - doopboek 1774-1812 (nederduits-gereformeerde gemeente), 04, 16v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/00b86f11-14eb-247f-9caf-7a915999b074.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/00b86f11-14eb-247f-9caf-7a915999b074.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e" ;
  a2a:RecordGUID "{cdd79f2f-62da-c0e1-2ffb-5e672cb6fc2e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_25035_00025035.xml van RAT" .

