@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_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf
  a a2a:Record ;
  rdfs:label "Doop op 10 april 1715 te Kalmthout" ;
  a2a:hasPerson oa:person_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Person-f4f8cd11-5009-f4d3-d196-0e875b14d7db, oa:person_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Person-63ace28a-f074-4045-839a-51cf3eb9519e, oa:person_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Person-8bdffec7-4cb4-581a-f016-8e66a628e317 ;
  a2a:hasEvent oa:event_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_0, oa:relationep_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_1, oa:relationep_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_2 ;
  a2a:hasSource oa:source_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf .

oa:person_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Person-f4f8cd11-5009-f4d3-d196-0e875b14d7db
  a a2a:Person ;
  rdfs:label "Joannes Corn Sanders" ;
  a2a:PersonName [
    rdfs:label "Joannes Corn Sanders" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePatronym "Corn" ;
    a2a:PersonNameLastName "Sanders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Person-63ace28a-f074-4045-839a-51cf3eb9519e
  a a2a:Person ;
  rdfs:label "Maria Corn Rommens" ;
  a2a:PersonName [
    rdfs:label "Maria Corn Rommens" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Corn" ;
    a2a:PersonNameLastName "Rommens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Person-8bdffec7-4cb4-581a-f016-8e66a628e317
  a a2a:Person ;
  rdfs:label "Joachim Sanders" ;
  a2a:PersonName [
    rdfs:label "Joachim Sanders" ;
    a2a:PersonNameFirstName "Joachim" ;
    a2a:PersonNameLastName "Sanders"
  ] ;
  a2a:Gender "Man" .

oa:event_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1715" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1715-04-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Person:f4f8cd11-5009-f4d3-d196-0e875b14d7db ;
  a2a:EventKeyRef oa:event_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Event1 .

oa:relationep_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Person:63ace28a-f074-4045-839a-51cf3eb9519e ;
  a2a:EventKeyRef oa:event_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Event1 .

oa:relationep_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Person:8bdffec7-4cb4-581a-f016-8e66a628e317 ;
  a2a:EventKeyRef oa:event_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf_Event1 .

oa:source_wba_c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1715-04-10 - 1715-04-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1715-04-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1715-04-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1715" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1715-04-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Parochieregisters Heerlijkheid Kalmthout-Essen, Bron: boek, Deel: 028D, Periode: 171..." ;
    a2a:Book "Kalmthout Doopregister 1712-1761" ;
    a2a:RegistryNumber "028D" ;
    a2a:Folio "13" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Parochieregisters Heerlijkheid Kalmthout-Essen, Bron: boek, Deel: 028D, Periode: 171..., Kalmthout Doopregister 1712-1761, 028D, 13"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/61862cf3-28c0-26aa-a102-070d29c2e29f.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/61862cf3-28c0-26aa-a102-070d29c2e29f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf" ;
  a2a:RecordGUID "{c49ee06f-cc4a-15ec-ebc5-2aec89ef2bdf}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Cornelis Meeus Sanders en Aldegundis Peter Steenbackers", "Het origineel bevindt zich in het Archief van de gemeente Kalmthout." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_9191_00009191.xml van WBA" .

[] a2a:PersonRemarkdiversen "sub conditione" .
