@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_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c
  a a2a:Record ;
  rdfs:label "Doop op 15 april 1736 te Sint Philipsland" ;
  a2a:hasPerson oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person-6f4220ba-9203-4d6d-93ae-91a7b22156aa, oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person-879c844f-fd89-49f4-ad59-065b01e375dc, oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person-091e5a8e-2f33-427f-990b-ae0f593320b4, oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person-71172abc-c445-4586-93bf-bb651de20dc2, oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person-2af3f983-4924-4022-b5bd-a273e885d392 ;
  a2a:hasEvent oa:event_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_0, oa:relationep_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_1, oa:relationep_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_2, oa:relationep_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_3, oa:relationep_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_4 ;
  a2a:hasSource oa:source_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c .

oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person-6f4220ba-9203-4d6d-93ae-91a7b22156aa
  a a2a:Person ;
  rdfs:label "Leendert Neelisse" ;
  a2a:PersonName [
    rdfs:label "Leendert Neelisse" ;
    a2a:PersonNameFirstName "Leendert" ;
    a2a:PersonNameLastName "Neelisse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person-879c844f-fd89-49f4-ad59-065b01e375dc
  a a2a:Person ;
  rdfs:label "Abraham Boogaert" ;
  a2a:PersonName [
    rdfs:label "Abraham Boogaert" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Boogaert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person-091e5a8e-2f33-427f-990b-ae0f593320b4
  a a2a:Person ;
  rdfs:label "Neeltje Dabel" ;
  a2a:PersonName [
    rdfs:label "Neeltje Dabel" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Dabel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person-71172abc-c445-4586-93bf-bb651de20dc2
  a a2a:Person ;
  rdfs:label "Barbara Boogaert" ;
  a2a:PersonName [
    rdfs:label "Barbara Boogaert" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNameLastName "Boogaert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person-2af3f983-4924-4022-b5bd-a273e885d392
  a a2a:Person ;
  rdfs:label "Abraham Neelisse" ;
  a2a:PersonName [
    rdfs:label "Abraham Neelisse" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Neelisse"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Sint Philipsland" ;
    rdfs:label "Sint Philipsland"
  ] .

oa:event_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1736" ;
    a2a:Month "4" ;
    a2a:Day "15" ;
    rdfs:label "1736-04-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sint Philipsland" ;
    rdfs:label "Sint Philipsland"
  ] .

oa:relationep_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person:6f4220ba-9203-4d6d-93ae-91a7b22156aa ;
  a2a:EventKeyRef oa:event_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Event1 .

oa:relationep_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person:879c844f-fd89-49f4-ad59-065b01e375dc ;
  a2a:EventKeyRef oa:event_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Event1 .

oa:relationep_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person:091e5a8e-2f33-427f-990b-ae0f593320b4 ;
  a2a:EventKeyRef oa:event_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Event1 .

oa:relationep_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person:71172abc-c445-4586-93bf-bb651de20dc2 ;
  a2a:EventKeyRef oa:event_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Event1 .

oa:relationep_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Person:2af3f983-4924-4022-b5bd-a273e885d392 ;
  a2a:EventKeyRef oa:event_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c_Event1 .

oa:source_thl_f33194b7-e8d5-4a85-8ae2-8d88efd2a72c
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sint Philipsland" ;
    rdfs:label "Sint Philipsland", "1736-04-15 - 1736-04-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1736-04-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1736-04-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1736" ;
    a2a:Month "4" ;
    a2a:Day "15" ;
    rdfs:label "1736-04-15"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_030, Periode: 1659-1813" ;
    a2a:Book "Doop- en trouwboeken NH kerk Scherpenisse en Sint Philipsland, uittreksel Hollestelle" ;
    a2a:RegistryNumber "DTB_030" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_030, Periode: 1659-1813, Doop- en trouwboeken NH kerk Scherpenisse en Sint Philipsland, uittreksel Hollestelle, DTB_030"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/499f1a47-a440-8bc4-6b8f-66cca54b41f0.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/f33194b7-e8d5-4a85-8ae2-8d88efd2a72c" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/499f1a47-a440-8bc4-6b8f-66cca54b41f0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-01-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/f33194b7-e8d5-4a85-8ae2-8d88efd2a72c" ;
  a2a:RecordGUID "{f33194b7-e8d5-4a85-8ae2-8d88efd2a72c}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_030" ;
  a2a:SourceRemarkregister_periode "1659-1813" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2534_00002534.xml van THL" .

