@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_03dec4b6-a8ff-b9d1-710a-e258e72ca032
  a a2a:Record ;
  rdfs:label "Doop op 22 augustus 1801 te Kalmthout" ;
  a2a:hasPerson oa:person_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Person-32b3ea44-f34b-780d-74b1-1388f0968797, oa:person_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Person-418a54fa-8204-e170-4284-e183203a0b2e, oa:person_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Person-3e55fe91-8523-8399-deba-5064cd16394f ;
  a2a:hasEvent oa:event_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_0, oa:relationep_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_1, oa:relationep_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_2 ;
  a2a:hasSource oa:source_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032 .

oa:person_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Person-32b3ea44-f34b-780d-74b1-1388f0968797
  a a2a:Person ;
  rdfs:label "Cornelius Bolders" ;
  a2a:PersonName [
    rdfs:label "Cornelius Bolders" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Bolders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Person-418a54fa-8204-e170-4284-e183203a0b2e
  a a2a:Person ;
  rdfs:label "Anna Catharina van Oevelen" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina van Oevelen" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oevelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Person-3e55fe91-8523-8399-deba-5064cd16394f
  a a2a:Person ;
  rdfs:label "Petrus Joannes Bolders" ;
  a2a:PersonName [
    rdfs:label "Petrus Joannes Bolders" ;
    a2a:PersonNameFirstName "Petrus Joannes" ;
    a2a:PersonNameLastName "Bolders"
  ] ;
  a2a:Gender "Man" .

oa:event_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1801" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1801-08-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Person:32b3ea44-f34b-780d-74b1-1388f0968797 ;
  a2a:EventKeyRef oa:event_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Event1 .

oa:relationep_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Person:418a54fa-8204-e170-4284-e183203a0b2e ;
  a2a:EventKeyRef oa:event_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Event1 .

oa:relationep_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Person:3e55fe91-8523-8399-deba-5064cd16394f ;
  a2a:EventKeyRef oa:event_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032_Event1 .

oa:source_wba_03dec4b6-a8ff-b9d1-710a-e258e72ca032
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1801-08-22 - 1801-08-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1801-08-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1801-08-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1801" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1801-08-22"^^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: 028Mbis, Periode: ..." ;
    a2a:Book "Kalmthout doopregister 1798-1803" ;
    a2a:RegistryNumber "028Mbis" ;
    a2a:Folio "65" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Parochieregisters Heerlijkheid Kalmthout-Essen, Bron: boek, Deel: 028Mbis, Periode: ..., Kalmthout doopregister 1798-1803, 028Mbis, 65"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/3f2360eb-2607-d94b-9dcc-5b912e71b12c.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/03dec4b6-a8ff-b9d1-710a-e258e72ca032" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/3f2360eb-2607-d94b-9dcc-5b912e71b12c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/03dec4b6-a8ff-b9d1-710a-e258e72ca032" ;
  a2a:RecordGUID "{03dec4b6-a8ff-b9d1-710a-e258e72ca032}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Petrus Bolders en Maria Anna van Oevelen", "Het origineel bevindt zich in het Archief van de gemeente Kalmthout." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_6676_00006676.xml van WBA" .

[] a2a:PersonRemarkdiversen "geboren om 5 uur in de namiddag en dezelfde dag gedoopt" .
