@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_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2
  a a2a:Record ;
  rdfs:label "Doop op 12 februari 1676 te Tholen" ;
  a2a:hasPerson oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person-02587b8f-96b3-4ec4-b493-fa54649c5010, oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person-d39f7d41-1cac-4db7-afe0-0dc0c37eb310, oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person-c67b9888-779f-4852-85e7-9cde16c4a8c8, oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person-f5c41125-45e0-4aec-b5b7-266fceb59d55, oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person-63f56245-d005-4877-9f34-5d135152bd11 ;
  a2a:hasEvent oa:event_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_0, oa:relationep_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_1, oa:relationep_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_2, oa:relationep_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_3, oa:relationep_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_4 ;
  a2a:hasSource oa:source_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2 .

oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person-02587b8f-96b3-4ec4-b493-fa54649c5010
  a a2a:Person ;
  rdfs:label "Johannes Leinse" ;
  a2a:PersonName [
    rdfs:label "Johannes Leinse" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Leinse"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person-d39f7d41-1cac-4db7-afe0-0dc0c37eb310
  a a2a:Person ;
  rdfs:label "Claes Vijve" ;
  a2a:PersonName [
    rdfs:label "Claes Vijve" ;
    a2a:PersonNameFirstName "Claes" ;
    a2a:PersonNameLastName "Vijve"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person-c67b9888-779f-4852-85e7-9cde16c4a8c8
  a a2a:Person ;
  rdfs:label "Hendrick van Murmten" ;
  a2a:PersonName [
    rdfs:label "Hendrick van Murmten" ;
    a2a:PersonNameFirstName "Hendrick" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Murmten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person-f5c41125-45e0-4aec-b5b7-266fceb59d55
  a a2a:Person ;
  rdfs:label "Jacob Leinse" ;
  a2a:PersonName [
    rdfs:label "Jacob Leinse" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Leinse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person-63f56245-d005-4877-9f34-5d135152bd11
  a a2a:Person ;
  rdfs:label "Johanna Hendricx" ;
  a2a:PersonName [
    rdfs:label "Johanna Hendricx" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Hendricx"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1676" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1676-02-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen"
  ] .

oa:relationep_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person:02587b8f-96b3-4ec4-b493-fa54649c5010 ;
  a2a:EventKeyRef oa:event_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Event1 .

oa:relationep_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person:d39f7d41-1cac-4db7-afe0-0dc0c37eb310 ;
  a2a:EventKeyRef oa:event_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Event1 .

oa:relationep_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person:c67b9888-779f-4852-85e7-9cde16c4a8c8 ;
  a2a:EventKeyRef oa:event_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Event1 .

oa:relationep_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person:f5c41125-45e0-4aec-b5b7-266fceb59d55 ;
  a2a:EventKeyRef oa:event_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Event1 .

oa:relationep_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Person:63f56245-d005-4877-9f34-5d135152bd11 ;
  a2a:EventKeyRef oa:event_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2_Event1 .

oa:source_thl_1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tholen" ;
    rdfs:label "Tholen", "1676-02-12 - 1676-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1676-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1676-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1676" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1676-02-12"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_045, Periode: 1675-1695" ;
    a2a:Book "Doopboek NH kerk, afschrift Hollestelle" ;
    a2a:RegistryNumber "DTB_045" ;
    a2a:Folio "13" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_045, Periode: 1675-1695, Doopboek NH kerk, afschrift Hollestelle, DTB_045, 13"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/4618a3be-33bf-9c25-0f3c-0a557fee1be4.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/4618a3be-33bf-9c25-0f3c-0a557fee1be4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-08-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2" ;
  a2a:RecordGUID "{1280f5f3-e4be-4fd4-b75a-3cf6e2a1c5e2}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_045" ;
  a2a:SourceRemarkregister_periode "1675-1695" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_1900_00001900.xml van THL" .

