@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_0ab5382f-26fc-52a6-cdf2-059081250d3b
  a a2a:Record ;
  rdfs:label "Geboorte op 7 maart 1900" ;
  a2a:hasPerson oa:person_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Person-d3f9fa54-6d67-1bef-9c21-4af0ee941c1e, oa:person_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Person-6ba7d668-862d-87b6-9537-14c6cfa597f5, oa:person_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Person-5e83e355-1a5b-80c3-1b7f-9ab67508005b ;
  a2a:hasEvent oa:event_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_0, oa:relationep_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_1, oa:relationep_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_2 ;
  a2a:hasSource oa:source_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b .

oa:person_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Person-d3f9fa54-6d67-1bef-9c21-4af0ee941c1e
  a a2a:Person ;
  rdfs:label "Aloysius Debakker" ;
  a2a:PersonName [
    rdfs:label "Aloysius Debakker" ;
    a2a:PersonNameFirstName "Aloysius" ;
    a2a:PersonNameLastName "Debakker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Person-6ba7d668-862d-87b6-9537-14c6cfa597f5
  a a2a:Person ;
  rdfs:label "Maria Anna Buyens" ;
  a2a:PersonName [
    rdfs:label "Maria Anna Buyens" ;
    a2a:PersonNameFirstName "Maria Anna" ;
    a2a:PersonNameLastName "Buyens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Person-5e83e355-1a5b-80c3-1b7f-9ab67508005b
  a a2a:Person ;
  rdfs:label "Maria Dimphna Debakker" ;
  a2a:PersonName [
    rdfs:label "Maria Dimphna Debakker" ;
    a2a:PersonNameFirstName "Maria Dimphna" ;
    a2a:PersonNameLastName "Debakker"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1900-03-07"^^xsd:date
  ] .

oa:event_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1900-03-07"^^xsd:date
  ] .

oa:relationep_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Person:d3f9fa54-6d67-1bef-9c21-4af0ee941c1e ;
  a2a:EventKeyRef oa:event_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Event1 .

oa:relationep_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Person:6ba7d668-862d-87b6-9537-14c6cfa597f5 ;
  a2a:EventKeyRef oa:event_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Event1 .

oa:relationep_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Person:5e83e355-1a5b-80c3-1b7f-9ab67508005b ;
  a2a:EventKeyRef oa:event_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b_Event1 .

oa:source_wba_0ab5382f-26fc-52a6-cdf2-059081250d3b
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1900-03-07 - 1900-03-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-03-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-03-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1900-03-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 71, Periode: 1900" ;
    a2a:Book "Geboorteregister Kalmthout 1900" ;
    a2a:DocumentNumber "20" ;
    a2a:RegistryNumber "71" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 71, Periode: 1900, Geboorteregister Kalmthout 1900, 20, 71"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/3068ea72-fdbe-f1cd-750c-f0d0ab651e41.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0ab5382f-26fc-52a6-cdf2-059081250d3b" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/3068ea72-fdbe-f1cd-750c-f0d0ab651e41.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-12-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0ab5382f-26fc-52a6-cdf2-059081250d3b" ;
  a2a:RecordGUID "{0ab5382f-26fc-52a6-cdf2-059081250d3b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1899_00001899.xml van WBA" .

[] a2a:PersonRemarkdiversen "39 jaar, metser, geboren Calmthout en wonende te Nieuwmoer Wijk D no 89" .
[] a2a:PersonRemarkdiversen "37 jaar, huisvrouw, geboren te Calmthout." .
