@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_6375ac7d-fef1-433d-a5f5-eec1a035f9b6
  a a2a:Record ;
  rdfs:label "Doop op 25 januari 1722 te Scherpenisse" ;
  a2a:hasPerson oa:person_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Person-2960b0a0-3e0f-44e3-89e3-4303d4e2c958, oa:person_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Person-9c2ea2c2-69af-4bec-b41f-36ce43ba6fa5, oa:person_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Person-d5c02f91-8892-4a47-840b-4632d46fb18c ;
  a2a:hasEvent oa:event_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_0, oa:relationep_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_1, oa:relationep_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_2 ;
  a2a:hasSource oa:source_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6 .

oa:person_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Person-2960b0a0-3e0f-44e3-89e3-4303d4e2c958
  a a2a:Person ;
  rdfs:label "Jacob Goudswaert" ;
  a2a:PersonName [
    rdfs:label "Jacob Goudswaert" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Goudswaert"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Scherpenisse" ;
    rdfs:label "Scherpenisse"
  ] .

oa:person_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Person-9c2ea2c2-69af-4bec-b41f-36ce43ba6fa5
  a a2a:Person ;
  rdfs:label "Jannetje Matheuss de Graef" ;
  a2a:PersonName [
    rdfs:label "Jannetje Matheuss de Graef" ;
    a2a:PersonNameFirstName "Jannetje" ;
    a2a:PersonNamePatronym "Matheuss" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graef"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Person-d5c02f91-8892-4a47-840b-4632d46fb18c
  a a2a:Person ;
  rdfs:label "Krijn Pieterss Goudswaert" ;
  a2a:PersonName [
    rdfs:label "Krijn Pieterss Goudswaert" ;
    a2a:PersonNameFirstName "Krijn" ;
    a2a:PersonNamePatronym "Pieterss" ;
    a2a:PersonNameLastName "Goudswaert"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1722" ;
    a2a:Month "1" ;
    a2a:Day "25" ;
    rdfs:label "1722-01-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Scherpenisse" ;
    rdfs:label "Scherpenisse"
  ] .

oa:relationep_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Person:2960b0a0-3e0f-44e3-89e3-4303d4e2c958 ;
  a2a:EventKeyRef oa:event_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Event1 .

oa:relationep_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Person:9c2ea2c2-69af-4bec-b41f-36ce43ba6fa5 ;
  a2a:EventKeyRef oa:event_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Event1 .

oa:relationep_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Person:d5c02f91-8892-4a47-840b-4632d46fb18c ;
  a2a:EventKeyRef oa:event_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6_Event1 .

oa:source_thl_6375ac7d-fef1-433d-a5f5-eec1a035f9b6
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Scherpenisse" ;
    rdfs:label "Scherpenisse", "1722-01-25 - 1722-01-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1722-01-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1722-01-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1722" ;
    a2a:Month "1" ;
    a2a:Day "25" ;
    rdfs:label "1722-01-25"^^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/4c727888-0ce2-36da-db93-92f80353ec6f.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/6375ac7d-fef1-433d-a5f5-eec1a035f9b6" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/4c727888-0ce2-36da-db93-92f80353ec6f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-09-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/6375ac7d-fef1-433d-a5f5-eec1a035f9b6" ;
  a2a:RecordGUID "{6375ac7d-fef1-433d-a5f5-eec1a035f9b6}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_017" ;
  a2a:SourceRemarkregister_periode "1709-1812" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2016_00002016.xml van THL" .

