@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_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727
  a a2a:Record ;
  rdfs:label "Doop op 3 oktober 1700 te Tholen" ;
  a2a:hasPerson oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person-1d403c44-6281-47a4-bd29-9bc6189c1f57, oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person-35e2a627-2be0-4903-9503-44e9a6228f10, oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person-63af333e-79ad-4e79-a173-68b029b4847a, oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person-513ebee0-c3e1-4b63-af3d-3e81745749f2, oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person-e0bd238f-3511-4f78-9675-66c542b7b8bc ;
  a2a:hasEvent oa:event_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_0, oa:relationep_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_1, oa:relationep_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_2, oa:relationep_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_3, oa:relationep_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_4 ;
  a2a:hasSource oa:source_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727 .

oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person-1d403c44-6281-47a4-bd29-9bc6189c1f57
  a a2a:Person ;
  rdfs:label "Andreas van Hoorn" ;
  a2a:PersonName [
    rdfs:label "Andreas van Hoorn" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoorn"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person-35e2a627-2be0-4903-9503-44e9a6228f10
  a a2a:Person ;
  rdfs:label "Andries Catton" ;
  a2a:PersonName [
    rdfs:label "Andries Catton" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Catton"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person-63af333e-79ad-4e79-a173-68b029b4847a
  a a2a:Person ;
  rdfs:label "Lisabeth Greefs" ;
  a2a:PersonName [
    rdfs:label "Lisabeth Greefs" ;
    a2a:PersonNameFirstName "Lisabeth" ;
    a2a:PersonNameLastName "Greefs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person-513ebee0-c3e1-4b63-af3d-3e81745749f2
  a a2a:Person ;
  rdfs:label "Cornelia Cattons" ;
  a2a:PersonName [
    rdfs:label "Cornelia Cattons" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Cattons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person-e0bd238f-3511-4f78-9675-66c542b7b8bc
  a a2a:Person ;
  rdfs:label "Cornelis van Hoorn" ;
  a2a:PersonName [
    rdfs:label "Cornelis van Hoorn" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoorn"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1700" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1700-10-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:relationep_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person:1d403c44-6281-47a4-bd29-9bc6189c1f57 ;
  a2a:EventKeyRef oa:event_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Event1 .

oa:relationep_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person:35e2a627-2be0-4903-9503-44e9a6228f10 ;
  a2a:EventKeyRef oa:event_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Event1 .

oa:relationep_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person:63af333e-79ad-4e79-a173-68b029b4847a ;
  a2a:EventKeyRef oa:event_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Event1 .

oa:relationep_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person:513ebee0-c3e1-4b63-af3d-3e81745749f2 ;
  a2a:EventKeyRef oa:event_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Event1 .

oa:relationep_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Person:e0bd238f-3511-4f78-9675-66c542b7b8bc ;
  a2a:EventKeyRef oa:event_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727_Event1 .

oa:source_thl_6b6b4e8b-1099-4e31-bb7a-9d1fa5913727
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen", "1700-10-03 - 1700-10-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1700-10-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1700-10-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1700" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1700-10-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_046, Periode: 1695-1700" ;
    a2a:Book "Doopboek NH kerk, afschrift Hollestelle" ;
    a2a:RegistryNumber "DTB_046" ;
    a2a:Folio "75" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_046, Periode: 1695-1700, Doopboek NH kerk, afschrift Hollestelle, DTB_046, 75"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/38801329-58a1-d219-0e4e-20c89d774ab2.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/6b6b4e8b-1099-4e31-bb7a-9d1fa5913727" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/38801329-58a1-d219-0e4e-20c89d774ab2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-09-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/6b6b4e8b-1099-4e31-bb7a-9d1fa5913727" ;
  a2a:RecordGUID "{6b6b4e8b-1099-4e31-bb7a-9d1fa5913727}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_046" ;
  a2a:SourceRemarkregister_periode "1695-1700" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2027_00002027.xml van THL" .

