@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_2d9fac56-e2d7-40fd-9dbb-7d30b0412513
  a a2a:Record ;
  rdfs:label "Doop op 30 december 1635 te Sint-Maartensdijk" ;
  a2a:hasPerson oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person-21695352-2f22-4d0b-93fd-62790759959b, oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person-959c99b4-b686-427b-8b0d-4bd9e2722599, oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person-d93bb1ad-55e0-46e0-a912-81aa8c9bba7c, oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person-49059400-2e5d-4a60-90d0-b6655f97a39a, oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person-3bedf5b6-e76f-468b-83c2-2013863f7b18 ;
  a2a:hasEvent oa:event_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_0, oa:relationep_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_1, oa:relationep_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_2, oa:relationep_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_3, oa:relationep_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_4 ;
  a2a:hasSource oa:source_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513 .

oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person-21695352-2f22-4d0b-93fd-62790759959b
  a a2a:Person ;
  rdfs:label "Lieventjen Hendricks" ;
  a2a:PersonName [
    rdfs:label "Lieventjen Hendricks" ;
    a2a:PersonNameFirstName "Lieventjen" ;
    a2a:PersonNameLastName "Hendricks"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Sint-Maartensdijk" ;
    rdfs:label "Sint-Maartensdijk"
  ] .

oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person-959c99b4-b686-427b-8b0d-4bd9e2722599
  a a2a:Person ;
  rdfs:label "Leendert Jeroens" ;
  a2a:PersonName [
    rdfs:label "Leendert Jeroens" ;
    a2a:PersonNameFirstName "Leendert" ;
    a2a:PersonNameLastName "Jeroens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person-d93bb1ad-55e0-46e0-a912-81aa8c9bba7c
  a a2a:Person ;
  rdfs:label "Janneken Jans" ;
  a2a:PersonName [
    rdfs:label "Janneken Jans" ;
    a2a:PersonNameFirstName "Janneken" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person-49059400-2e5d-4a60-90d0-b6655f97a39a
  a a2a:Person ;
  rdfs:label "Hendrick Lievens" ;
  a2a:PersonName [
    rdfs:label "Hendrick Lievens" ;
    a2a:PersonNameFirstName "Hendrick" ;
    a2a:PersonNameLastName "Lievens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person-3bedf5b6-e76f-468b-83c2-2013863f7b18
  a a2a:Person ;
  rdfs:label "Aeltjen Jeroens" ;
  a2a:PersonName [
    rdfs:label "Aeltjen Jeroens" ;
    a2a:PersonNameFirstName "Aeltjen" ;
    a2a:PersonNameLastName "Jeroens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1635" ;
    a2a:Month "12" ;
    a2a:Day "30" ;
    rdfs:label "1635-12-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sint-Maartensdijk" ;
    rdfs:label "Sint-Maartensdijk"
  ] .

oa:relationep_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person:21695352-2f22-4d0b-93fd-62790759959b ;
  a2a:EventKeyRef oa:event_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Event1 .

oa:relationep_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person:959c99b4-b686-427b-8b0d-4bd9e2722599 ;
  a2a:EventKeyRef oa:event_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Event1 .

oa:relationep_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person:d93bb1ad-55e0-46e0-a912-81aa8c9bba7c ;
  a2a:EventKeyRef oa:event_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Event1 .

oa:relationep_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person:49059400-2e5d-4a60-90d0-b6655f97a39a ;
  a2a:EventKeyRef oa:event_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Event1 .

oa:relationep_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Person:3bedf5b6-e76f-468b-83c2-2013863f7b18 ;
  a2a:EventKeyRef oa:event_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513_Event1 .

oa:source_thl_2d9fac56-e2d7-40fd-9dbb-7d30b0412513
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sint-Maartensdijk" ;
    rdfs:label "Sint-Maartensdijk", "1635-12-30 - 1635-12-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1635-12-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1635-12-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1635" ;
    a2a:Month "12" ;
    a2a:Day "30" ;
    rdfs:label "1635-12-30"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_023, Periode: 1627-1666" ;
    a2a:Book "Doop- en trouwboek NH kerk" ;
    a2a:RegistryNumber "DTB_023" ;
    a2a:Folio "42" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_023, Periode: 1627-1666, Doop- en trouwboek NH kerk, DTB_023, 42"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/071c6107-6629-3bfe-db50-268e046435af.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/2d9fac56-e2d7-40fd-9dbb-7d30b0412513" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/071c6107-6629-3bfe-db50-268e046435af.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-06-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/2d9fac56-e2d7-40fd-9dbb-7d30b0412513" ;
  a2a:RecordGUID "{2d9fac56-e2d7-40fd-9dbb-7d30b0412513}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_023" ;
  a2a:SourceRemarkregister_periode "1627-1666" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_1939_00001939.xml van THL" .

