@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_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210
  a a2a:Record ;
  rdfs:label "Doop op 25 november 1753 te Poortvliet" ;
  a2a:hasPerson oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person-3df48c5d-f199-450a-8c34-48b2ffcd677f, oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person-1b7e78d8-3cd1-463b-be33-91985b14152a, oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person-d6b2c32b-99fc-450d-a1e4-4be994a345a6, oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person-ef0d5d78-0147-48f3-9bbb-d74ebdcddd8d, oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person-d4907751-cb83-4350-9926-55cf5ab4ae3c ;
  a2a:hasEvent oa:event_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_0, oa:relationep_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_1, oa:relationep_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_2, oa:relationep_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_3, oa:relationep_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_4 ;
  a2a:hasSource oa:source_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210 .

oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person-3df48c5d-f199-450a-8c34-48b2ffcd677f
  a a2a:Person ;
  rdfs:label "Adriaan Hendriks" ;
  a2a:PersonName [
    rdfs:label "Adriaan Hendriks" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Hendriks"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Poortvliet" ;
    rdfs:label "Poortvliet"
  ] .

oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person-1b7e78d8-3cd1-463b-be33-91985b14152a
  a a2a:Person ;
  rdfs:label "Adriaan van der Meer" ;
  a2a:PersonName [
    rdfs:label "Adriaan van der Meer" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Meer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person-d6b2c32b-99fc-450d-a1e4-4be994a345a6
  a a2a:Person ;
  rdfs:label "Jacomijntje Ekeij" ;
  a2a:PersonName [
    rdfs:label "Jacomijntje Ekeij" ;
    a2a:PersonNameFirstName "Jacomijntje" ;
    a2a:PersonNameLastName "Ekeij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person-ef0d5d78-0147-48f3-9bbb-d74ebdcddd8d
  a a2a:Person ;
  rdfs:label "Christiaen Hendriks" ;
  a2a:PersonName [
    rdfs:label "Christiaen Hendriks" ;
    a2a:PersonNameFirstName "Christiaen" ;
    a2a:PersonNameLastName "Hendriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person-d4907751-cb83-4350-9926-55cf5ab4ae3c
  a a2a:Person ;
  rdfs:label "Maria Oom" ;
  a2a:PersonName [
    rdfs:label "Maria Oom" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Oom"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1753" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1753-11-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Poortvliet" ;
    rdfs:label "Poortvliet"
  ] .

oa:relationep_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person:3df48c5d-f199-450a-8c34-48b2ffcd677f ;
  a2a:EventKeyRef oa:event_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Event1 .

oa:relationep_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person:1b7e78d8-3cd1-463b-be33-91985b14152a ;
  a2a:EventKeyRef oa:event_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Event1 .

oa:relationep_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person:d6b2c32b-99fc-450d-a1e4-4be994a345a6 ;
  a2a:EventKeyRef oa:event_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Event1 .

oa:relationep_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person:ef0d5d78-0147-48f3-9bbb-d74ebdcddd8d ;
  a2a:EventKeyRef oa:event_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Event1 .

oa:relationep_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Person:d4907751-cb83-4350-9926-55cf5ab4ae3c ;
  a2a:EventKeyRef oa:event_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210_Event1 .

oa:source_thl_d1054ff1-a1f9-4d45-afde-c2b8a06fe210
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Poortvliet" ;
    rdfs:label "Poortvliet", "1753-11-25 - 1753-11-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1753-11-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1753-11-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1753" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1753-11-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_010, Periode: 1735-1810" ;
    a2a:Book "Doopboek NH kerk" ;
    a2a:RegistryNumber "DTB_010" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_010, Periode: 1735-1810, Doopboek NH kerk, DTB_010"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/b8ad66c2-7672-cb22-5b7f-ae4710a0dced.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/d1054ff1-a1f9-4d45-afde-c2b8a06fe210" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/b8ad66c2-7672-cb22-5b7f-ae4710a0dced.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-08-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/d1054ff1-a1f9-4d45-afde-c2b8a06fe210" ;
  a2a:RecordGUID "{d1054ff1-a1f9-4d45-afde-c2b8a06fe210}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_010" ;
  a2a:SourceRemarkregister_periode "1735-1810" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2487_00002487.xml van THL" .

