@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_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b
  a a2a:Record ;
  rdfs:label "Doop op 13 augustus 1769 te Kalmthout" ;
  a2a:hasPerson oa:person_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Person-ebd838dd-ae84-4bff-b0cc-7835204cdfac, oa:person_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Person-28f8bd08-09bb-8674-912b-9a20eba544ff, oa:person_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Person-345ef306-3942-119a-cffd-8874a9d878f9 ;
  a2a:hasEvent oa:event_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_0, oa:relationep_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_1, oa:relationep_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_2 ;
  a2a:hasSource oa:source_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b .

oa:person_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Person-ebd838dd-ae84-4bff-b0cc-7835204cdfac
  a a2a:Person ;
  rdfs:label "Joannes Cappiteijns" ;
  a2a:PersonName [
    rdfs:label "Joannes Cappiteijns" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Cappiteijns"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Person-28f8bd08-09bb-8674-912b-9a20eba544ff
  a a2a:Person ;
  rdfs:label "Maria van den Reijn" ;
  a2a:PersonName [
    rdfs:label "Maria van den Reijn" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Reijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Person-345ef306-3942-119a-cffd-8874a9d878f9
  a a2a:Person ;
  rdfs:label "Catharina Cappiteijns" ;
  a2a:PersonName [
    rdfs:label "Catharina Cappiteijns" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Cappiteijns"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1769" ;
    a2a:Month "8" ;
    a2a:Day "13" ;
    rdfs:label "1769-08-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] .

oa:relationep_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Person:ebd838dd-ae84-4bff-b0cc-7835204cdfac ;
  a2a:EventKeyRef oa:event_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Event1 .

oa:relationep_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Person:28f8bd08-09bb-8674-912b-9a20eba544ff ;
  a2a:EventKeyRef oa:event_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Event1 .

oa:relationep_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Person:345ef306-3942-119a-cffd-8874a9d878f9 ;
  a2a:EventKeyRef oa:event_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b_Event1 .

oa:source_wba_a8605fa8-7859-b3f5-e26d-bb9fc3f7906b
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1769-08-13 - 1769-08-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1769-08-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1769-08-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1769" ;
    a2a:Month "8" ;
    a2a:Day "13" ;
    rdfs:label "1769-08-13"^^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: 028M, Periode: 175..." ;
    a2a:Book "Kalmthout dopen 1762-1798, huwelijken - begraven 1779-1797, dopen Huybergen-Hoek 1750-1802 p. 30-70" ;
    a2a:RegistryNumber "028M" ;
    a2a:Folio "24" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Parochieregisters Heerlijkheid Kalmthout-Essen, Bron: boek, Deel: 028M, Periode: 175..., Kalmthout dopen 1762-1798, huwelijken - begraven 1779-1797, dopen Huybergen-Hoek 1750-1802 p. 30-70, 028M, 24"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/404d8a83-6e6c-206d-9a8a-bbb510894cd0.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/a8605fa8-7859-b3f5-e26d-bb9fc3f7906b" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/404d8a83-6e6c-206d-9a8a-bbb510894cd0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/a8605fa8-7859-b3f5-e26d-bb9fc3f7906b" ;
  a2a:RecordGUID "{a8605fa8-7859-b3f5-e26d-bb9fc3f7906b}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Joannes Vorsselmans en Maria Catharina Halin", "Het origineel bevindt zich in het Archief van de gemeente Kalmthout." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_9122_00009122.xml van WBA" .

[] a2a:PersonRemarkdiversen "ex Kalmthout" .
[] a2a:PersonRemarkdiversen "ex Kalmthout" .
[] a2a:PersonRemarkdiversen "sub conditione" .
