@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_1bef2d2f-b822-4db9-a4d7-9d825a8a9310
  a a2a:Record ;
  rdfs:label "Doop op 3 mei 1744 te Stavenisse" ;
  a2a:hasPerson oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person-ab5457c1-80a1-44bf-9394-0776c6a05694, oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person-adfbaf8f-3b94-4551-95ed-a22b5c4c0d7e, oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person-4d773209-2d4b-4e1c-a3db-e194c6746471, oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person-4dffd08b-c8dd-4f24-83c2-fc032bd124ae, oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person-40031a99-41d8-4f4f-88ed-b15d126f570b ;
  a2a:hasEvent oa:event_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_0, oa:relationep_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_1, oa:relationep_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_2, oa:relationep_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_3, oa:relationep_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_4 ;
  a2a:hasSource oa:source_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310 .

oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person-ab5457c1-80a1-44bf-9394-0776c6a05694
  a a2a:Person ;
  rdfs:label "Isaak van Oost" ;
  a2a:PersonName [
    rdfs:label "Isaak van Oost" ;
    a2a:PersonNameFirstName "Isaak" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oost"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Stavenisse" ;
    rdfs:label "Stavenisse"
  ] .

oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person-adfbaf8f-3b94-4551-95ed-a22b5c4c0d7e
  a a2a:Person ;
  rdfs:label "Johannes de Witte" ;
  a2a:PersonName [
    rdfs:label "Johannes de Witte" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Witte"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person-4d773209-2d4b-4e1c-a3db-e194c6746471
  a a2a:Person ;
  rdfs:label "Sara J. van 't Hof" ;
  a2a:PersonName [
    rdfs:label "Sara J. van 't Hof" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNamePatronym "J." ;
    a2a:PersonNamePrefixLastName "van 't" ;
    a2a:PersonNameLastName "Hof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person-4dffd08b-c8dd-4f24-83c2-fc032bd124ae
  a a2a:Person ;
  rdfs:label "Maria Stroo" ;
  a2a:PersonName [
    rdfs:label "Maria Stroo" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Stroo"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person-40031a99-41d8-4f4f-88ed-b15d126f570b
  a a2a:Person ;
  rdfs:label "Jan van Oost" ;
  a2a:PersonName [
    rdfs:label "Jan van Oost" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oost"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1744" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1744-05-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Stavenisse" ;
    rdfs:label "Stavenisse"
  ] .

oa:relationep_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person:ab5457c1-80a1-44bf-9394-0776c6a05694 ;
  a2a:EventKeyRef oa:event_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Event1 .

oa:relationep_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person:adfbaf8f-3b94-4551-95ed-a22b5c4c0d7e ;
  a2a:EventKeyRef oa:event_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Event1 .

oa:relationep_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person:4d773209-2d4b-4e1c-a3db-e194c6746471 ;
  a2a:EventKeyRef oa:event_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Event1 .

oa:relationep_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person:4dffd08b-c8dd-4f24-83c2-fc032bd124ae ;
  a2a:EventKeyRef oa:event_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Event1 .

oa:relationep_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Person:40031a99-41d8-4f4f-88ed-b15d126f570b ;
  a2a:EventKeyRef oa:event_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310_Event1 .

oa:source_thl_1bef2d2f-b822-4db9-a4d7-9d825a8a9310
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Stavenisse" ;
    rdfs:label "Stavenisse", "1744-05-03 - 1744-05-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1744-05-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1744-05-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1744" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1744-05-03"^^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/3e81297e-1873-ddb9-08cd-066516544393.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/1bef2d2f-b822-4db9-a4d7-9d825a8a9310" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/3e81297e-1873-ddb9-08cd-066516544393.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-06-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/1bef2d2f-b822-4db9-a4d7-9d825a8a9310" ;
  a2a:RecordGUID "{1bef2d2f-b822-4db9-a4d7-9d825a8a9310}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_035c" ;
  a2a:SourceRemarkregister_periode "1718-1747" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_1913_00001913.xml van THL" .

