@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_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a
  a a2a:Record ;
  rdfs:label "Geboorte op 28 augustus 1847" ;
  a2a:hasPerson oa:person_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Person-17e6e492-9408-5e23-d7de-74408e98e8b9, oa:person_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Person-b7e41585-2d81-edb2-a6b0-1841dd496681, oa:person_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Person-b2568819-351a-59d4-5cda-f8fe1848aad1 ;
  a2a:hasEvent oa:event_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_0, oa:relationep_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_1, oa:relationep_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_2 ;
  a2a:hasSource oa:source_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a .

oa:person_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Person-17e6e492-9408-5e23-d7de-74408e98e8b9
  a a2a:Person ;
  rdfs:label "Petrus Joannes Debondt" ;
  a2a:PersonName [
    rdfs:label "Petrus Joannes Debondt" ;
    a2a:PersonNameFirstName "Petrus Joannes" ;
    a2a:PersonNameLastName "Debondt"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "22 jaar" ;
    rdfs:label "22 jaar"
  ] ;
  a2a:Profession "handwerker" .

oa:person_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Person-b7e41585-2d81-edb2-a6b0-1841dd496681
  a a2a:Person ;
  rdfs:label "Maria Catharina Debondt" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Debondt" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Debondt"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "24 jaar" ;
    rdfs:label "24 jaar"
  ] ;
  a2a:Profession "dienstmeid" .

oa:person_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Person-b2568819-351a-59d4-5cda-f8fe1848aad1
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Debondt" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Debondt" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Debondt"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1847" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1847-08-28"^^xsd:date
  ] .

oa:event_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1847" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1847-08-28"^^xsd:date
  ] .

oa:relationep_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Person:17e6e492-9408-5e23-d7de-74408e98e8b9 ;
  a2a:EventKeyRef oa:event_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Event1 .

oa:relationep_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Person:b7e41585-2d81-edb2-a6b0-1841dd496681 ;
  a2a:EventKeyRef oa:event_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Event1 .

oa:relationep_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Person:b2568819-351a-59d4-5cda-f8fe1848aad1 ;
  a2a:EventKeyRef oa:event_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a_Event1 .

oa:source_wba_87e79377-a2e4-cae7-0c73-0f9dd88ebb7a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1847-08-28 - 1847-08-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1847-08-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1847-08-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1847" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1847-08-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 30, Periode: 1847" ;
    a2a:Book "Geboorteregister Kalmthout 1847" ;
    a2a:DocumentNumber "67" ;
    a2a:RegistryNumber "30" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 30, Periode: 1847, Geboorteregister Kalmthout 1847, 67, 30"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/cfcbb756-ded7-b97a-15b2-2e77f1b2bc3e.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/87e79377-a2e4-cae7-0c73-0f9dd88ebb7a" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/cfcbb756-ded7-b97a-15b2-2e77f1b2bc3e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-09-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/87e79377-a2e4-cae7-0c73-0f9dd88ebb7a" ;
  a2a:RecordGUID "{87e79377-a2e4-cae7-0c73-0f9dd88ebb7a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17789_00017789.xml van WBA" .

[] a2a:PersonRemarkdiversen "wonende in deze gemeente, den welke ons heeft verklaard" .
[] a2a:PersonRemarkdiversen "in het huis gestaan op den heikant wijk E no 43" .
