@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_faa14085-43f9-4e96-b3da-2c8a6c762412
  a a2a:Record ;
  rdfs:label "Doop op 27 februari 1763 te Sint-Annaland" ;
  a2a:hasPerson oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person-7b9d8a7e-e55d-4554-bc18-ee0ed5897521, oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person-11658389-8eb4-483e-adbd-b9392b526e80, oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person-fb9714a1-6cd7-4f8b-8310-56fd9067890c, oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person-0843703c-3078-421b-a7b3-c2802693dae2, oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person-2ba74316-c398-4ebd-b827-2f7b07c1ae2e ;
  a2a:hasEvent oa:event_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_0, oa:relationep_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_1, oa:relationep_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_2, oa:relationep_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_3, oa:relationep_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_4 ;
  a2a:hasSource oa:source_thl_faa14085-43f9-4e96-b3da-2c8a6c762412 .

oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person-7b9d8a7e-e55d-4554-bc18-ee0ed5897521
  a a2a:Person ;
  rdfs:label "Barend Pavias" ;
  a2a:PersonName [
    rdfs:label "Barend Pavias" ;
    a2a:PersonNameFirstName "Barend" ;
    a2a:PersonNameLastName "Pavias"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland"
  ] .

oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person-11658389-8eb4-483e-adbd-b9392b526e80
  a a2a:Person ;
  rdfs:label "Pieter Barendse Oom" ;
  a2a:PersonName [
    rdfs:label "Pieter Barendse Oom" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePatronym "Barendse" ;
    a2a:PersonNameLastName "Oom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person-fb9714a1-6cd7-4f8b-8310-56fd9067890c
  a a2a:Person ;
  rdfs:label "Cornelia van Dommelen" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Dommelen" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dommelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person-0843703c-3078-421b-a7b3-c2802693dae2
  a a2a:Person ;
  rdfs:label "Pieter Pavias" ;
  a2a:PersonName [
    rdfs:label "Pieter Pavias" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Pavias"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person-2ba74316-c398-4ebd-b827-2f7b07c1ae2e
  a a2a:Person ;
  rdfs:label "Tannetje Croone" ;
  a2a:PersonName [
    rdfs:label "Tannetje Croone" ;
    a2a:PersonNameFirstName "Tannetje" ;
    a2a:PersonNameLastName "Croone"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1763" ;
    a2a:Month "2" ;
    a2a:Day "27" ;
    rdfs:label "1763-02-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland"
  ] .

oa:relationep_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person:7b9d8a7e-e55d-4554-bc18-ee0ed5897521 ;
  a2a:EventKeyRef oa:event_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Event1 .

oa:relationep_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person:11658389-8eb4-483e-adbd-b9392b526e80 ;
  a2a:EventKeyRef oa:event_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Event1 .

oa:relationep_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person:fb9714a1-6cd7-4f8b-8310-56fd9067890c ;
  a2a:EventKeyRef oa:event_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Event1 .

oa:relationep_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person:0843703c-3078-421b-a7b3-c2802693dae2 ;
  a2a:EventKeyRef oa:event_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Event1 .

oa:relationep_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Person:2ba74316-c398-4ebd-b827-2f7b07c1ae2e ;
  a2a:EventKeyRef oa:event_thl_faa14085-43f9-4e96-b3da-2c8a6c762412_Event1 .

oa:source_thl_faa14085-43f9-4e96-b3da-2c8a6c762412
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland", "1763-02-27 - 1763-02-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1763-02-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1763-02-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1763" ;
    a2a:Month "2" ;
    a2a:Day "27" ;
    rdfs:label "1763-02-27"^^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 "65v" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_021, Periode: 1744-1781, Doopboek NH kerk, DTB_021, 65v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/035624a2-0ee9-78cf-be97-4e5000fa63da.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/faa14085-43f9-4e96-b3da-2c8a6c762412" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/035624a2-0ee9-78cf-be97-4e5000fa63da.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/faa14085-43f9-4e96-b3da-2c8a6c762412" ;
  a2a:RecordGUID "{faa14085-43f9-4e96-b3da-2c8a6c762412}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_021" ;
  a2a:SourceRemarkregister_periode "1744-1781" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2545_00002545.xml van THL" .

