@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_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f
  a a2a:Record ;
  rdfs:label "Doop op 11 augustus 1771 te Sint-Annaland" ;
  a2a:hasPerson oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person-0a3888d0-1105-4a3b-9dd0-82cd338a1d12, oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person-b96ad12d-3957-453c-b2d5-f810c014dd4e, oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person-4eae90cc-508c-488f-9b6a-6143d59aa621, oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person-8b28a893-fb81-4d75-bb14-1cce5b80f033, oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person-7ca8c3d2-0ca9-4f2a-8568-1b6ab3f5d358 ;
  a2a:hasEvent oa:event_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_0, oa:relationep_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_1, oa:relationep_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_2, oa:relationep_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_3, oa:relationep_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_4 ;
  a2a:hasSource oa:source_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f .

oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person-0a3888d0-1105-4a3b-9dd0-82cd338a1d12
  a a2a:Person ;
  rdfs:label "Willem de Jonge" ;
  a2a:PersonName [
    rdfs:label "Willem de Jonge" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jonge"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland"
  ] .

oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person-b96ad12d-3957-453c-b2d5-f810c014dd4e
  a a2a:Person ;
  rdfs:label "Jacob Steenbak" ;
  a2a:PersonName [
    rdfs:label "Jacob Steenbak" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Steenbak"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person-4eae90cc-508c-488f-9b6a-6143d59aa621
  a a2a:Person ;
  rdfs:label "Elizabeth de Jonge" ;
  a2a:PersonName [
    rdfs:label "Elizabeth de Jonge" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jonge"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person-8b28a893-fb81-4d75-bb14-1cce5b80f033
  a a2a:Person ;
  rdfs:label "Jacob de Jonge" ;
  a2a:PersonName [
    rdfs:label "Jacob de Jonge" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jonge"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person-7ca8c3d2-0ca9-4f2a-8568-1b6ab3f5d358
  a a2a:Person ;
  rdfs:label "Neeltje Goedegeburen" ;
  a2a:PersonName [
    rdfs:label "Neeltje Goedegeburen" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Goedegeburen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1771" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1771-08-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland"
  ] .

oa:relationep_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person:0a3888d0-1105-4a3b-9dd0-82cd338a1d12 ;
  a2a:EventKeyRef oa:event_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Event1 .

oa:relationep_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person:b96ad12d-3957-453c-b2d5-f810c014dd4e ;
  a2a:EventKeyRef oa:event_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Event1 .

oa:relationep_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person:4eae90cc-508c-488f-9b6a-6143d59aa621 ;
  a2a:EventKeyRef oa:event_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Event1 .

oa:relationep_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person:8b28a893-fb81-4d75-bb14-1cce5b80f033 ;
  a2a:EventKeyRef oa:event_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Event1 .

oa:relationep_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Person:7ca8c3d2-0ca9-4f2a-8568-1b6ab3f5d358 ;
  a2a:EventKeyRef oa:event_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f_Event1 .

oa:source_thl_daae9cc8-bf83-4cf2-8b80-72115f0d2f8f
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland", "1771-08-11 - 1771-08-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1771-08-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1771-08-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1771" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1771-08-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_021, Periode: 1744-1781" ;
    a2a:Book "Doopboek NH kerk" ;
    a2a:RegistryNumber "DTB_021" ;
    a2a:Folio "97v" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_021, Periode: 1744-1781, Doopboek NH kerk, DTB_021, 97v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/9ee63105-136e-dda3-da58-6774d7820e42.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/daae9cc8-bf83-4cf2-8b80-72115f0d2f8f" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/9ee63105-136e-dda3-da58-6774d7820e42.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/daae9cc8-bf83-4cf2-8b80-72115f0d2f8f" ;
  a2a:RecordGUID "{daae9cc8-bf83-4cf2-8b80-72115f0d2f8f}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_021" ;
  a2a:SourceRemarkregister_periode "1744-1781" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2500_00002500.xml van THL" .

