@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_72ac73f1-5a78-4dda-9ce8-e863fda319e6
  a a2a:Record ;
  rdfs:label "Doop op 30 oktober 1695 te Tholen" ;
  a2a:hasPerson oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person-adbe99e5-5f2d-45b5-9b18-6523a99b9e85, oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person-78d1ff57-cac0-4157-9539-01665faddfd2, oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person-5e730a19-2f0e-4d40-993e-32bc106f7d4d, oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person-9a3fc999-535d-4c65-be96-d45324f9c501, oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person-d0549719-f828-4cce-b12a-a5ea52278839 ;
  a2a:hasEvent oa:event_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_0, oa:relationep_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_1, oa:relationep_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_2, oa:relationep_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_3, oa:relationep_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_4 ;
  a2a:hasSource oa:source_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6 .

oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person-adbe99e5-5f2d-45b5-9b18-6523a99b9e85
  a a2a:Person ;
  rdfs:label "Cornelis Claesse Groote Beurse" ;
  a2a:PersonName [
    rdfs:label "Cornelis Claesse Groote Beurse" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePatronym "Claesse" ;
    a2a:PersonNameLastName "Groote Beurse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person-78d1ff57-cac0-4157-9539-01665faddfd2
  a a2a:Person ;
  rdfs:label "Jacob Claesse Grooten - Beurse" ;
  a2a:PersonName [
    rdfs:label "Jacob Claesse Grooten - Beurse" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Claesse" ;
    a2a:PersonNameLastName "Grooten - Beurse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person-5e730a19-2f0e-4d40-993e-32bc106f7d4d
  a a2a:Person ;
  rdfs:label "Jannetie Claesse Groote - Beurse" ;
  a2a:PersonName [
    rdfs:label "Jannetie Claesse Groote - Beurse" ;
    a2a:PersonNameFirstName "Jannetie" ;
    a2a:PersonNamePatronym "Claesse" ;
    a2a:PersonNameLastName "Groote - Beurse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person-9a3fc999-535d-4c65-be96-d45324f9c501
  a a2a:Person ;
  rdfs:label "Dina Willemse Lou" ;
  a2a:PersonName [
    rdfs:label "Dina Willemse Lou" ;
    a2a:PersonNameFirstName "Dina" ;
    a2a:PersonNamePatronym "Willemse" ;
    a2a:PersonNameLastName "Lou"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person-d0549719-f828-4cce-b12a-a5ea52278839
  a a2a:Person ;
  rdfs:label "Willem Groote Beurse" ;
  a2a:PersonName [
    rdfs:label "Willem Groote Beurse" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Groote Beurse"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:event_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1695" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1695-10-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:relationep_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person:adbe99e5-5f2d-45b5-9b18-6523a99b9e85 ;
  a2a:EventKeyRef oa:event_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Event1 .

oa:relationep_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person:78d1ff57-cac0-4157-9539-01665faddfd2 ;
  a2a:EventKeyRef oa:event_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Event1 .

oa:relationep_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person:5e730a19-2f0e-4d40-993e-32bc106f7d4d ;
  a2a:EventKeyRef oa:event_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Event1 .

oa:relationep_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person:9a3fc999-535d-4c65-be96-d45324f9c501 ;
  a2a:EventKeyRef oa:event_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Event1 .

oa:relationep_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Person:d0549719-f828-4cce-b12a-a5ea52278839 ;
  a2a:EventKeyRef oa:event_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6_Event1 .

oa:source_thl_72ac73f1-5a78-4dda-9ce8-e863fda319e6
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen", "1695-10-30 - 1695-10-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1695-10-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1695-10-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1695" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1695-10-30"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_046, Periode: 1695-1700" ;
    a2a:Book "Doopboek NH kerk, afschrift Hollestelle" ;
    a2a:RegistryNumber "DTB_046" ;
    a2a:Folio "8" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_046, Periode: 1695-1700, Doopboek NH kerk, afschrift Hollestelle, DTB_046, 8"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/c028991a-ca8d-6642-eaea-928b5896b97f.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/72ac73f1-5a78-4dda-9ce8-e863fda319e6" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/c028991a-ca8d-6642-eaea-928b5896b97f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-08-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/72ac73f1-5a78-4dda-9ce8-e863fda319e6" ;
  a2a:RecordGUID "{72ac73f1-5a78-4dda-9ce8-e863fda319e6}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_046" ;
  a2a:SourceRemarkregister_periode "1695-1700" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2037_00002037.xml van THL" .

