@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_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d
  a a2a:Record ;
  rdfs:label "Doop op 18 februari 1756 te Tholen" ;
  a2a:hasPerson oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person-183ae1c1-671b-4839-a332-f59a3753d233, oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person-11bbbf47-84f4-47f6-b60d-54fa5b810633, oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person-d7079001-db85-4dac-af16-f8123693f95d, oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person-824bc124-f7cc-4c88-8c26-26d6f3148034, oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person-b94b6e0c-9321-423b-a3a2-b70a14ee17da ;
  a2a:hasEvent oa:event_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_0, oa:relationep_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_1, oa:relationep_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_2, oa:relationep_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_3, oa:relationep_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_4 ;
  a2a:hasSource oa:source_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d .

oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person-183ae1c1-671b-4839-a332-f59a3753d233
  a a2a:Person ;
  rdfs:label "Geert van Keulen" ;
  a2a:PersonName [
    rdfs:label "Geert van Keulen" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Keulen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person-11bbbf47-84f4-47f6-b60d-54fa5b810633
  a a2a:Person ;
  rdfs:label "Jan Bernou" ;
  a2a:PersonName [
    rdfs:label "Jan Bernou" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Bernou"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person-d7079001-db85-4dac-af16-f8123693f95d
  a a2a:Person ;
  rdfs:label "Cornelia van Herp" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Herp" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Herp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person-824bc124-f7cc-4c88-8c26-26d6f3148034
  a a2a:Person ;
  rdfs:label "Catharina van Herp" ;
  a2a:PersonName [
    rdfs:label "Catharina van Herp" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Herp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person-b94b6e0c-9321-423b-a3a2-b70a14ee17da
  a a2a:Person ;
  rdfs:label "Martinis van Keulen" ;
  a2a:PersonName [
    rdfs:label "Martinis van Keulen" ;
    a2a:PersonNameFirstName "Martinis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Keulen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:event_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1756" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1756-02-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:relationep_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person:183ae1c1-671b-4839-a332-f59a3753d233 ;
  a2a:EventKeyRef oa:event_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Event1 .

oa:relationep_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person:11bbbf47-84f4-47f6-b60d-54fa5b810633 ;
  a2a:EventKeyRef oa:event_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Event1 .

oa:relationep_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person:d7079001-db85-4dac-af16-f8123693f95d ;
  a2a:EventKeyRef oa:event_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Event1 .

oa:relationep_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person:824bc124-f7cc-4c88-8c26-26d6f3148034 ;
  a2a:EventKeyRef oa:event_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Event1 .

oa:relationep_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Person:b94b6e0c-9321-423b-a3a2-b70a14ee17da ;
  a2a:EventKeyRef oa:event_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d_Event1 .

oa:source_thl_39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen", "1756-02-18 - 1756-02-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1756-02-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1756-02-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1756" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1756-02-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_050, Periode: 1752-1769" ;
    a2a:Book "Doopboek NH kerk, afschrift Hollestelle" ;
    a2a:RegistryNumber "DTB_050" ;
    a2a:Folio "37" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_050, Periode: 1752-1769, Doopboek NH kerk, afschrift Hollestelle, DTB_050, 37"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/c86d5661-70f9-248f-ad1b-c1db89535161.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/c86d5661-70f9-248f-ad1b-c1db89535161.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d" ;
  a2a:RecordGUID "{39b7b9cb-bb4f-4bd7-bcf6-69b3e2ab404d}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_050" ;
  a2a:SourceRemarkregister_periode "1752-1769" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_1956_00001956.xml van THL" .

