@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_19b040bd-a2ba-432f-9266-e7b9db86aa86
  a a2a:Record ;
  rdfs:label "Doop op 30 september 1725 te Scherpenisse" ;
  a2a:hasPerson oa:person_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Person-e3363c91-9983-4c56-a8a7-6b15540dea44, oa:person_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Person-8110ac22-f522-44fb-8eca-3fcef63bdaee, oa:person_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Person-4bd972a3-da3e-4a09-8738-41a8b22f516c ;
  a2a:hasEvent oa:event_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_0, oa:relationep_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_1, oa:relationep_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_2 ;
  a2a:hasSource oa:source_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86 .

oa:person_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Person-e3363c91-9983-4c56-a8a7-6b15540dea44
  a a2a:Person ;
  rdfs:label "Mattijs van der Gans" ;
  a2a:PersonName [
    rdfs:label "Mattijs van der Gans" ;
    a2a:PersonNameFirstName "Mattijs" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Gans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Scherpenisse" ;
    rdfs:label "Scherpenisse"
  ] .

oa:person_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Person-8110ac22-f522-44fb-8eca-3fcef63bdaee
  a a2a:Person ;
  rdfs:label "Geert van der Gans" ;
  a2a:PersonName [
    rdfs:label "Geert van der Gans" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Gans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Person-4bd972a3-da3e-4a09-8738-41a8b22f516c
  a a2a:Person ;
  rdfs:label "Antonetta Vissers" ;
  a2a:PersonName [
    rdfs:label "Antonetta Vissers" ;
    a2a:PersonNameFirstName "Antonetta" ;
    a2a:PersonNameLastName "Vissers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1725" ;
    a2a:Month "9" ;
    a2a:Day "30" ;
    rdfs:label "1725-09-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Scherpenisse" ;
    rdfs:label "Scherpenisse"
  ] .

oa:relationep_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Person:e3363c91-9983-4c56-a8a7-6b15540dea44 ;
  a2a:EventKeyRef oa:event_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Event1 .

oa:relationep_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Person:8110ac22-f522-44fb-8eca-3fcef63bdaee ;
  a2a:EventKeyRef oa:event_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Event1 .

oa:relationep_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Person:4bd972a3-da3e-4a09-8738-41a8b22f516c ;
  a2a:EventKeyRef oa:event_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86_Event1 .

oa:source_thl_19b040bd-a2ba-432f-9266-e7b9db86aa86
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Scherpenisse" ;
    rdfs:label "Scherpenisse", "1725-09-30 - 1725-09-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1725-09-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1725-09-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1725" ;
    a2a:Month "9" ;
    a2a:Day "30" ;
    rdfs:label "1725-09-30"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_017, Periode: 1709-1812" ;
    a2a:Book "Doopboek NH kerk, afschrift Hollestelle" ;
    a2a:RegistryNumber "DTB_017" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_017, Periode: 1709-1812, Doopboek NH kerk, afschrift Hollestelle, DTB_017"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/2fffbf87-dfa7-5d97-2611-dd866fab3777.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/19b040bd-a2ba-432f-9266-e7b9db86aa86" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/2fffbf87-dfa7-5d97-2611-dd866fab3777.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-09-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/19b040bd-a2ba-432f-9266-e7b9db86aa86" ;
  a2a:RecordGUID "{19b040bd-a2ba-432f-9266-e7b9db86aa86}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_017" ;
  a2a:SourceRemarkregister_periode "1709-1812" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_1910_00001910.xml van THL" .

