@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_7eedbe08-e617-486b-8f76-bf604b1aa859
  a a2a:Record ;
  rdfs:label "Doop op 3 december 1724 te Scherpenisse" ;
  a2a:hasPerson oa:person_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Person-a7d3c34e-126b-4f6e-a7c9-73d0a9ec4b6e, oa:person_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Person-25acc015-8b43-4109-b5f7-a28980bc2efa, oa:person_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Person-2cf1de14-7830-40ba-98ef-411b38b8bf9c ;
  a2a:hasEvent oa:event_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_0, oa:relationep_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_1, oa:relationep_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_2 ;
  a2a:hasSource oa:source_thl_7eedbe08-e617-486b-8f76-bf604b1aa859 .

oa:person_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Person-a7d3c34e-126b-4f6e-a7c9-73d0a9ec4b6e
  a a2a:Person ;
  rdfs:label "Antonij Formij" ;
  a2a:PersonName [
    rdfs:label "Antonij Formij" ;
    a2a:PersonNameFirstName "Antonij" ;
    a2a:PersonNameLastName "Formij"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Scherpenisse" ;
    rdfs:label "Scherpenisse"
  ] .

oa:person_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Person-25acc015-8b43-4109-b5f7-a28980bc2efa
  a a2a:Person ;
  rdfs:label "Antonij Antoniss Formij" ;
  a2a:PersonName [
    rdfs:label "Antonij Antoniss Formij" ;
    a2a:PersonNameFirstName "Antonij" ;
    a2a:PersonNamePatronym "Antoniss" ;
    a2a:PersonNameLastName "Formij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Person-2cf1de14-7830-40ba-98ef-411b38b8bf9c
  a a2a:Person ;
  rdfs:label "Maria Andries Gijseling" ;
  a2a:PersonName [
    rdfs:label "Maria Andries Gijseling" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Andries" ;
    a2a:PersonNameLastName "Gijseling"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1724" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1724-12-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Scherpenisse" ;
    rdfs:label "Scherpenisse"
  ] .

oa:relationep_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Person:a7d3c34e-126b-4f6e-a7c9-73d0a9ec4b6e ;
  a2a:EventKeyRef oa:event_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Event1 .

oa:relationep_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Person:25acc015-8b43-4109-b5f7-a28980bc2efa ;
  a2a:EventKeyRef oa:event_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Event1 .

oa:relationep_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Person:2cf1de14-7830-40ba-98ef-411b38b8bf9c ;
  a2a:EventKeyRef oa:event_thl_7eedbe08-e617-486b-8f76-bf604b1aa859_Event1 .

oa:source_thl_7eedbe08-e617-486b-8f76-bf604b1aa859
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Scherpenisse" ;
    rdfs:label "Scherpenisse", "1724-12-03 - 1724-12-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1724-12-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1724-12-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1724" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1724-12-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_017, Periode: 1709-1812" ;
    a2a:Book "Doopboek NH kerk, afschrift Hollestelle" ;
    a2a:RegistryNumber "DTB_017" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_017, Periode: 1709-1812, Doopboek NH kerk, afschrift Hollestelle, DTB_017"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/f474c524-1ac1-2ded-2e4b-945351514567.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/7eedbe08-e617-486b-8f76-bf604b1aa859" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/f474c524-1ac1-2ded-2e4b-945351514567.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-09-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/7eedbe08-e617-486b-8f76-bf604b1aa859" ;
  a2a:RecordGUID "{7eedbe08-e617-486b-8f76-bf604b1aa859}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_017" ;
  a2a:SourceRemarkregister_periode "1709-1812" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2054_00002054.xml van THL" .

