@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_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e
  a a2a:Record ;
  rdfs:label "Doop op 4 oktober 1798 te Kalmthout" ;
  a2a:hasPerson oa:person_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Person-84c1d5c2-efe5-d21b-3ae3-d0d54338dd42, oa:person_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Person-b566abe6-9599-41bc-3832-79e473965618, oa:person_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Person-81d0366c-6a88-7044-ea00-0f85f3e44d0f ;
  a2a:hasEvent oa:event_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_0, oa:relationep_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_1, oa:relationep_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_2 ;
  a2a:hasSource oa:source_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e .

oa:person_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Person-84c1d5c2-efe5-d21b-3ae3-d0d54338dd42
  a a2a:Person ;
  rdfs:label "Christianus Hertoghs" ;
  a2a:PersonName [
    rdfs:label "Christianus Hertoghs" ;
    a2a:PersonNameFirstName "Christianus" ;
    a2a:PersonNameLastName "Hertoghs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Person-b566abe6-9599-41bc-3832-79e473965618
  a a2a:Person ;
  rdfs:label "Maria Helena Claessens" ;
  a2a:PersonName [
    rdfs:label "Maria Helena Claessens" ;
    a2a:PersonNameFirstName "Maria Helena" ;
    a2a:PersonNameLastName "Claessens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Person-81d0366c-6a88-7044-ea00-0f85f3e44d0f
  a a2a:Person ;
  rdfs:label "Joannes Hertoghs" ;
  a2a:PersonName [
    rdfs:label "Joannes Hertoghs" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Hertoghs"
  ] ;
  a2a:Gender "Man" .

oa:event_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1798" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1798-10-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Person:84c1d5c2-efe5-d21b-3ae3-d0d54338dd42 ;
  a2a:EventKeyRef oa:event_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Event1 .

oa:relationep_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Person:b566abe6-9599-41bc-3832-79e473965618 ;
  a2a:EventKeyRef oa:event_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Event1 .

oa:relationep_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Person:81d0366c-6a88-7044-ea00-0f85f3e44d0f ;
  a2a:EventKeyRef oa:event_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e_Event1 .

oa:source_wba_09e461df-7ca2-5bd7-4c90-55b3480fd80e
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1798-10-04 - 1798-10-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1798-10-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1798-10-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1798" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1798-10-04"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: R.K. Parochie Kalmthout, Bron: boek, Deel: 028O, Periode: 1713-1799" ;
    a2a:Book "Kalmthout doopregister Nieuwmoer 1713-1799" ;
    a2a:RegistryNumber "028O" ;
    a2a:Folio "194" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: R.K. Parochie Kalmthout, Bron: boek, Deel: 028O, Periode: 1713-1799, Kalmthout doopregister Nieuwmoer 1713-1799, 028O, 194"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/5d06e1a6-a41e-994e-ea0f-aa52264ce041.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/09e461df-7ca2-5bd7-4c90-55b3480fd80e" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/5d06e1a6-a41e-994e-ea0f-aa52264ce041.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/09e461df-7ca2-5bd7-4c90-55b3480fd80e" ;
  a2a:RecordGUID "{09e461df-7ca2-5bd7-4c90-55b3480fd80e}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Catharina Hertoghs", "Het origineel bevindt zich in het Archief van de gemeente Kalmthout." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_6689_00006689.xml van WBA" .

[] a2a:PersonRemarkdiversen "sub conditione" .
