@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_e1c78096-835e-435a-8ff8-8d500ecc4b3d
  a a2a:Record ;
  rdfs:label "Doop op 22 juli 1654 te Tholen" ;
  a2a:hasPerson oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person-15e37702-1d54-4cfd-9e19-68f17ef10595, oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person-c324d94a-0c12-4e06-a8cf-4c0378dce215, oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person-9d31ed0d-ecd6-4d4f-9485-5db240c8ddb1, oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person-9c79c2af-c8a4-44c3-b814-d7f5c4ee5315, oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person-c66fefc2-052b-4c83-ac4e-27ce24750031 ;
  a2a:hasEvent oa:event_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_0, oa:relationep_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_1, oa:relationep_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_2, oa:relationep_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_3, oa:relationep_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_4 ;
  a2a:hasSource oa:source_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d .

oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person-15e37702-1d54-4cfd-9e19-68f17ef10595
  a a2a:Person ;
  rdfs:label "Hubrecht Simons" ;
  a2a:PersonName [
    rdfs:label "Hubrecht Simons" ;
    a2a:PersonNameFirstName "Hubrecht" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person-c324d94a-0c12-4e06-a8cf-4c0378dce215
  a a2a:Person ;
  rdfs:label "Hubrecht Jobse" ;
  a2a:PersonName [
    rdfs:label "Hubrecht Jobse" ;
    a2a:PersonNameFirstName "Hubrecht" ;
    a2a:PersonNameLastName "Jobse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person-9d31ed0d-ecd6-4d4f-9485-5db240c8ddb1
  a a2a:Person ;
  rdfs:label "Maijtge Dingemans" ;
  a2a:PersonName [
    rdfs:label "Maijtge Dingemans" ;
    a2a:PersonNameFirstName "Maijtge" ;
    a2a:PersonNameLastName "Dingemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person-9c79c2af-c8a4-44c3-b814-d7f5c4ee5315
  a a2a:Person ;
  rdfs:label "Simon Cornelisze" ;
  a2a:PersonName [
    rdfs:label "Simon Cornelisze" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Cornelisze"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person-c66fefc2-052b-4c83-ac4e-27ce24750031
  a a2a:Person ;
  rdfs:label "Janneken Huijbrechts Bois" ;
  a2a:PersonName [
    rdfs:label "Janneken Huijbrechts Bois" ;
    a2a:PersonNameFirstName "Janneken" ;
    a2a:PersonNamePatronym "Huijbrechts" ;
    a2a:PersonNameLastName "Bois"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1654" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1654-07-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:relationep_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person:15e37702-1d54-4cfd-9e19-68f17ef10595 ;
  a2a:EventKeyRef oa:event_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Event1 .

oa:relationep_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person:c324d94a-0c12-4e06-a8cf-4c0378dce215 ;
  a2a:EventKeyRef oa:event_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Event1 .

oa:relationep_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person:9d31ed0d-ecd6-4d4f-9485-5db240c8ddb1 ;
  a2a:EventKeyRef oa:event_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Event1 .

oa:relationep_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person:9c79c2af-c8a4-44c3-b814-d7f5c4ee5315 ;
  a2a:EventKeyRef oa:event_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Event1 .

oa:relationep_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Person:c66fefc2-052b-4c83-ac4e-27ce24750031 ;
  a2a:EventKeyRef oa:event_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d_Event1 .

oa:source_thl_e1c78096-835e-435a-8ff8-8d500ecc4b3d
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen", "1654-07-22 - 1654-07-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1654-07-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1654-07-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1654" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1654-07-22"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_042, Periode: 1644-1658" ;
    a2a:Book "Doopboek NH kerk, afschrift Hollestelle" ;
    a2a:RegistryNumber "DTB_042" ;
    a2a:Folio "157" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_042, Periode: 1644-1658, Doopboek NH kerk, afschrift Hollestelle, DTB_042, 157"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/368c20e2-bdf5-e509-22b4-bb0456534d32.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/e1c78096-835e-435a-8ff8-8d500ecc4b3d" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/368c20e2-bdf5-e509-22b4-bb0456534d32.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-09-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/e1c78096-835e-435a-8ff8-8d500ecc4b3d" ;
  a2a:RecordGUID "{e1c78096-835e-435a-8ff8-8d500ecc4b3d}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_042" ;
  a2a:SourceRemarkregister_periode "1644-1658" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2510_00002510.xml van THL" .

