@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_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30
  a a2a:Record ;
  rdfs:label "Doop op 22 november 1750 te Sint-Annaland" ;
  a2a:hasPerson oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person-ffa3fe44-aea7-48ad-985c-aa887e1e9bd9, oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person-39af1535-82c7-4939-9461-b2d73c2bbee1, oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person-ab5b1009-fc69-4fc9-bc7b-4ec105c9c367, oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person-83e0ec2b-9652-42a5-a017-d6c5d8b148a6, oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person-8206d3a8-5a22-4d61-bd89-566de12177b4 ;
  a2a:hasEvent oa:event_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_0, oa:relationep_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_1, oa:relationep_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_2, oa:relationep_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_3, oa:relationep_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_4 ;
  a2a:hasSource oa:source_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30 .

oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person-ffa3fe44-aea7-48ad-985c-aa887e1e9bd9
  a a2a:Person ;
  rdfs:label "Cornelia Keijser" ;
  a2a:PersonName [
    rdfs:label "Cornelia Keijser" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Keijser"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland"
  ] .

oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person-39af1535-82c7-4939-9461-b2d73c2bbee1
  a a2a:Person ;
  rdfs:label "Adolf Quist" ;
  a2a:PersonName [
    rdfs:label "Adolf Quist" ;
    a2a:PersonNameFirstName "Adolf" ;
    a2a:PersonNameLastName "Quist"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person-ab5b1009-fc69-4fc9-bc7b-4ec105c9c367
  a a2a:Person ;
  rdfs:label "Cornelia Domusse Tintelaar" ;
  a2a:PersonName [
    rdfs:label "Cornelia Domusse Tintelaar" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePatronym "Domusse" ;
    a2a:PersonNameLastName "Tintelaar"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person-83e0ec2b-9652-42a5-a017-d6c5d8b148a6
  a a2a:Person ;
  rdfs:label "Adriaan Keijser" ;
  a2a:PersonName [
    rdfs:label "Adriaan Keijser" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Keijser"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person-8206d3a8-5a22-4d61-bd89-566de12177b4
  a a2a:Person ;
  rdfs:label "Anna Boliere" ;
  a2a:PersonName [
    rdfs:label "Anna Boliere" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Boliere"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1750" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1750-11-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland"
  ] .

oa:relationep_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person:ffa3fe44-aea7-48ad-985c-aa887e1e9bd9 ;
  a2a:EventKeyRef oa:event_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Event1 .

oa:relationep_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person:39af1535-82c7-4939-9461-b2d73c2bbee1 ;
  a2a:EventKeyRef oa:event_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Event1 .

oa:relationep_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person:ab5b1009-fc69-4fc9-bc7b-4ec105c9c367 ;
  a2a:EventKeyRef oa:event_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Event1 .

oa:relationep_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person:83e0ec2b-9652-42a5-a017-d6c5d8b148a6 ;
  a2a:EventKeyRef oa:event_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Event1 .

oa:relationep_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Person:8206d3a8-5a22-4d61-bd89-566de12177b4 ;
  a2a:EventKeyRef oa:event_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30_Event1 .

oa:source_thl_de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland", "1750-11-22 - 1750-11-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1750-11-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1750-11-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1750" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1750-11-22"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_021, Periode: 1744-1781" ;
    a2a:Book "Doopboek NH kerk" ;
    a2a:RegistryNumber "DTB_021" ;
    a2a:Folio "23r" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_021, Periode: 1744-1781, Doopboek NH kerk, DTB_021, 23r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/373f77a3-d868-046f-eeac-51a66770ef3c.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/373f77a3-d868-046f-eeac-51a66770ef3c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-08-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30" ;
  a2a:RecordGUID "{de2b3c1c-a87a-4dac-8bcb-bdc4d1b35f30}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_021" ;
  a2a:SourceRemarkregister_periode "1744-1781" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2505_00002505.xml van THL" .

