@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_c00a4e91-6941-4d50-b412-1abded38a7cb
  a a2a:Record ;
  rdfs:label "Doop op 20 november 1746 te Stavenisse" ;
  a2a:hasPerson oa:person_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Person-1b5008ae-fc68-4877-b716-aa64fe20383e, oa:person_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Person-d0bf7fe8-4b6e-4fb6-9948-efb4035498c0, oa:person_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Person-baaf4da6-271a-4eb5-b98a-9d5ab3ad4c1c ;
  a2a:hasEvent oa:event_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_0, oa:relationep_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_1, oa:relationep_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_2 ;
  a2a:hasSource oa:source_thl_c00a4e91-6941-4d50-b412-1abded38a7cb .

oa:person_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Person-1b5008ae-fc68-4877-b716-aa64fe20383e
  a a2a:Person ;
  rdfs:label "Marinus Franke" ;
  a2a:PersonName [
    rdfs:label "Marinus Franke" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Franke"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Stavenisse" ;
    rdfs:label "Stavenisse"
  ] .

oa:person_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Person-d0bf7fe8-4b6e-4fb6-9948-efb4035498c0
  a a2a:Person ;
  rdfs:label "Engeltje Fatsoen" ;
  a2a:PersonName [
    rdfs:label "Engeltje Fatsoen" ;
    a2a:PersonNameFirstName "Engeltje" ;
    a2a:PersonNameLastName "Fatsoen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Person-baaf4da6-271a-4eb5-b98a-9d5ab3ad4c1c
  a a2a:Person ;
  rdfs:label "Jan Pieterse Franke" ;
  a2a:PersonName [
    rdfs:label "Jan Pieterse Franke" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Pieterse" ;
    a2a:PersonNameLastName "Franke"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1746" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1746-11-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Stavenisse" ;
    rdfs:label "Stavenisse"
  ] .

oa:relationep_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Person:1b5008ae-fc68-4877-b716-aa64fe20383e ;
  a2a:EventKeyRef oa:event_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Event1 .

oa:relationep_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Person:d0bf7fe8-4b6e-4fb6-9948-efb4035498c0 ;
  a2a:EventKeyRef oa:event_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Event1 .

oa:relationep_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Person:baaf4da6-271a-4eb5-b98a-9d5ab3ad4c1c ;
  a2a:EventKeyRef oa:event_thl_c00a4e91-6941-4d50-b412-1abded38a7cb_Event1 .

oa:source_thl_c00a4e91-6941-4d50-b412-1abded38a7cb
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Stavenisse" ;
    rdfs:label "Stavenisse", "1746-11-20 - 1746-11-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1746-11-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1746-11-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1746" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1746-11-20"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_035c, Periode: 1718-1747" ;
    a2a:Book "Doopboek NH kerk, afschrift Kloet" ;
    a2a:RegistryNumber "DTB_035c" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_035c, Periode: 1718-1747, Doopboek NH kerk, afschrift Kloet, DTB_035c"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/d8a62ae5-f21e-b252-c267-7387fb233bf3.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/c00a4e91-6941-4d50-b412-1abded38a7cb" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/d8a62ae5-f21e-b252-c267-7387fb233bf3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-06-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/c00a4e91-6941-4d50-b412-1abded38a7cb" ;
  a2a:RecordGUID "{c00a4e91-6941-4d50-b412-1abded38a7cb}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_035c" ;
  a2a:SourceRemarkregister_periode "1718-1747" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2465_00002465.xml van THL" .

