@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_acd6f2cc-2f50-4a77-a282-e960d96e7c59
  a a2a:Record ;
  rdfs:label "Doop op 17 december 1758 te Tholen" ;
  a2a:hasPerson oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person-cf244cfd-0d2a-4b88-839f-753630b87c61, oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person-657e5540-6db2-4266-9279-eea50f8a8f4c, oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person-28ac1151-50df-4e43-a9b2-8dd3bb3c7202, oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person-10e56947-a294-45da-8cf2-1ee6f48ad4a3, oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person-4e8791ff-3824-4dbc-bd7d-b86a20c92501 ;
  a2a:hasEvent oa:event_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_0, oa:relationep_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_1, oa:relationep_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_2, oa:relationep_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_3, oa:relationep_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_4 ;
  a2a:hasSource oa:source_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59 .

oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person-cf244cfd-0d2a-4b88-839f-753630b87c61
  a a2a:Person ;
  rdfs:label "Marijnus Gueze" ;
  a2a:PersonName [
    rdfs:label "Marijnus Gueze" ;
    a2a:PersonNameFirstName "Marijnus" ;
    a2a:PersonNameLastName "Gueze"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person-657e5540-6db2-4266-9279-eea50f8a8f4c
  a a2a:Person ;
  rdfs:label "Willem Gueze" ;
  a2a:PersonName [
    rdfs:label "Willem Gueze" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Gueze"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person-28ac1151-50df-4e43-a9b2-8dd3bb3c7202
  a a2a:Person ;
  rdfs:label "Adriana Bolet" ;
  a2a:PersonName [
    rdfs:label "Adriana Bolet" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Bolet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person-10e56947-a294-45da-8cf2-1ee6f48ad4a3
  a a2a:Person ;
  rdfs:label "Jobje Hage" ;
  a2a:PersonName [
    rdfs:label "Jobje Hage" ;
    a2a:PersonNameFirstName "Jobje" ;
    a2a:PersonNameLastName "Hage"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person-4e8791ff-3824-4dbc-bd7d-b86a20c92501
  a a2a:Person ;
  rdfs:label "Marijnus Matthijs Gueze" ;
  a2a:PersonName [
    rdfs:label "Marijnus Matthijs Gueze" ;
    a2a:PersonNameFirstName "Marijnus Matthijs" ;
    a2a:PersonNameLastName "Gueze"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:event_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1758" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1758-12-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:relationep_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person:cf244cfd-0d2a-4b88-839f-753630b87c61 ;
  a2a:EventKeyRef oa:event_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Event1 .

oa:relationep_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person:657e5540-6db2-4266-9279-eea50f8a8f4c ;
  a2a:EventKeyRef oa:event_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Event1 .

oa:relationep_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person:28ac1151-50df-4e43-a9b2-8dd3bb3c7202 ;
  a2a:EventKeyRef oa:event_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Event1 .

oa:relationep_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person:10e56947-a294-45da-8cf2-1ee6f48ad4a3 ;
  a2a:EventKeyRef oa:event_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Event1 .

oa:relationep_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Person:4e8791ff-3824-4dbc-bd7d-b86a20c92501 ;
  a2a:EventKeyRef oa:event_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59_Event1 .

oa:source_thl_acd6f2cc-2f50-4a77-a282-e960d96e7c59
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen", "1758-12-17 - 1758-12-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1758-12-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1758-12-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1758" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1758-12-17"^^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 "62" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_050, Periode: 1752-1769, Doopboek NH kerk, afschrift Hollestelle, DTB_050, 62"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/9b1cbf39-2b57-3cf8-093f-9941b7c60728.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/acd6f2cc-2f50-4a77-a282-e960d96e7c59" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/9b1cbf39-2b57-3cf8-093f-9941b7c60728.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/acd6f2cc-2f50-4a77-a282-e960d96e7c59" ;
  a2a:RecordGUID "{acd6f2cc-2f50-4a77-a282-e960d96e7c59}" ;
  a2a:SourceRemarkOpmerking "vader overleden." ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_050" ;
  a2a:SourceRemarkregister_periode "1752-1769" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2117_00002117.xml van THL" .

