@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_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670
  a a2a:Record ;
  rdfs:label "Doop op 1 juni 1746 te Tholen" ;
  a2a:hasPerson oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person-7c98b9a8-780d-4b4a-8ef2-25106964b6c6, oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person-30a4dbb9-f9ba-493f-a529-674cf93c0294, oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person-865f1748-041a-433e-a353-b58e443a1654, oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person-11b4c384-7a74-42dc-b413-bc1dc855ada0, oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person-bea7426c-f54e-4213-b7db-a47871433582 ;
  a2a:hasEvent oa:event_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_0, oa:relationep_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_1, oa:relationep_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_2, oa:relationep_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_3, oa:relationep_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_4 ;
  a2a:hasSource oa:source_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670 .

oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person-7c98b9a8-780d-4b4a-8ef2-25106964b6c6
  a a2a:Person ;
  rdfs:label "Pieter Loncke" ;
  a2a:PersonName [
    rdfs:label "Pieter Loncke" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Loncke"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person-30a4dbb9-f9ba-493f-a529-674cf93c0294
  a a2a:Person ;
  rdfs:label "Adriaan Loncke" ;
  a2a:PersonName [
    rdfs:label "Adriaan Loncke" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Loncke"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person-865f1748-041a-433e-a353-b58e443a1654
  a a2a:Person ;
  rdfs:label "Maria Loncke" ;
  a2a:PersonName [
    rdfs:label "Maria Loncke" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Loncke"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person-11b4c384-7a74-42dc-b413-bc1dc855ada0
  a a2a:Person ;
  rdfs:label "Jacoba van der Spaan" ;
  a2a:PersonName [
    rdfs:label "Jacoba van der Spaan" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Spaan"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person-bea7426c-f54e-4213-b7db-a47871433582
  a a2a:Person ;
  rdfs:label "Paulina Loncke" ;
  a2a:PersonName [
    rdfs:label "Paulina Loncke" ;
    a2a:PersonNameFirstName "Paulina" ;
    a2a:PersonNameLastName "Loncke"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:event_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1746" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1746-06-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:relationep_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person:7c98b9a8-780d-4b4a-8ef2-25106964b6c6 ;
  a2a:EventKeyRef oa:event_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Event1 .

oa:relationep_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person:30a4dbb9-f9ba-493f-a529-674cf93c0294 ;
  a2a:EventKeyRef oa:event_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Event1 .

oa:relationep_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person:865f1748-041a-433e-a353-b58e443a1654 ;
  a2a:EventKeyRef oa:event_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Event1 .

oa:relationep_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person:11b4c384-7a74-42dc-b413-bc1dc855ada0 ;
  a2a:EventKeyRef oa:event_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Event1 .

oa:relationep_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Person:bea7426c-f54e-4213-b7db-a47871433582 ;
  a2a:EventKeyRef oa:event_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670_Event1 .

oa:source_thl_cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen", "1746-06-01 - 1746-06-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1746-06-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1746-06-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1746" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1746-06-01"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_049, Periode: 1735-1752" ;
    a2a:Book "Doopboek NH kerk, afschrift Hollestelle" ;
    a2a:RegistryNumber "DTB_049" ;
    a2a:Folio "105" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_049, Periode: 1735-1752, Doopboek NH kerk, afschrift Hollestelle, DTB_049, 105"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/91097f5c-ae18-7898-620b-46423267582a.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/91097f5c-ae18-7898-620b-46423267582a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670" ;
  a2a:RecordGUID "{cbb820f9-1e83-4f64-9cb7-9e9fa2e1a670}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_049" ;
  a2a:SourceRemarkregister_periode "1735-1752" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2480_00002480.xml van THL" .

