@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_f9595466-eec5-555b-4aef-8ea1508bca7f
  a a2a:Record ;
  rdfs:label "Doop op 23 november 1743 te Kalmthout" ;
  a2a:hasPerson oa:person_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Person-3462cd59-9bda-db19-e8f7-20e33561d6c5, oa:person_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Person-c5b79b2e-b6ea-5191-f9de-6fd6941b3937, oa:person_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Person-7f5e2064-75ed-4200-008e-44c001367736 ;
  a2a:hasEvent oa:event_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_0, oa:relationep_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_1, oa:relationep_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_2 ;
  a2a:hasSource oa:source_wba_f9595466-eec5-555b-4aef-8ea1508bca7f .

oa:person_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Person-3462cd59-9bda-db19-e8f7-20e33561d6c5
  a a2a:Person ;
  rdfs:label "Adrianus Bastiaense Maus" ;
  a2a:PersonName [
    rdfs:label "Adrianus Bastiaense Maus" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePatronym "Bastiaense" ;
    a2a:PersonNameLastName "Maus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Person-c5b79b2e-b6ea-5191-f9de-6fd6941b3937
  a a2a:Person ;
  rdfs:label "Maria Janse Guns" ;
  a2a:PersonName [
    rdfs:label "Maria Janse Guns" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Janse" ;
    a2a:PersonNameLastName "Guns"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Person-7f5e2064-75ed-4200-008e-44c001367736
  a a2a:Person ;
  rdfs:label "Cornelius Maus" ;
  a2a:PersonName [
    rdfs:label "Cornelius Maus" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Maus"
  ] ;
  a2a:Gender "Man" .

oa:event_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1743" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1743-11-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Person:3462cd59-9bda-db19-e8f7-20e33561d6c5 ;
  a2a:EventKeyRef oa:event_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Event1 .

oa:relationep_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Person:c5b79b2e-b6ea-5191-f9de-6fd6941b3937 ;
  a2a:EventKeyRef oa:event_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Event1 .

oa:relationep_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Person:7f5e2064-75ed-4200-008e-44c001367736 ;
  a2a:EventKeyRef oa:event_wba_f9595466-eec5-555b-4aef-8ea1508bca7f_Event1 .

oa:source_wba_f9595466-eec5-555b-4aef-8ea1508bca7f
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1743-11-23 - 1743-11-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1743-11-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1743-11-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1743" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1743-11-23"^^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 "70" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: R.K. Parochie Kalmthout, Bron: boek, Deel: 028O, Periode: 1713-1799, Kalmthout doopregister Nieuwmoer 1713-1799, 028O, 70"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/30b0c9a2-667c-0021-da2a-9ee30ce178bc.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/f9595466-eec5-555b-4aef-8ea1508bca7f" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/30b0c9a2-667c-0021-da2a-9ee30ce178bc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/f9595466-eec5-555b-4aef-8ea1508bca7f" ;
  a2a:RecordGUID "{f9595466-eec5-555b-4aef-8ea1508bca7f}" ;
  a2a:SourceRemarkOpmerking "Getuigen: Cornelius Bernars Govers en Chatarina Bastiaense Maus; meter getuigt voor hen beide", "Het origineel bevindt zich in het Archief van de gemeente Kalmthout." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_9282_00009282.xml van WBA" .

