@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_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530
  a a2a:Record ;
  rdfs:label "Geboorte op 7 oktober 1870" ;
  a2a:hasPerson oa:person_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Person-14bd3ba4-bbe4-acb3-34a3-ad72d7ca9dfc, oa:person_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Person-e23778cf-98b8-d126-6b97-056371431d81, oa:person_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Person-62e73734-8b36-3480-29cb-2071bd18567e ;
  a2a:hasEvent oa:event_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_0, oa:relationep_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_1, oa:relationep_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_2 ;
  a2a:hasSource oa:source_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530 .

oa:person_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Person-14bd3ba4-bbe4-acb3-34a3-ad72d7ca9dfc
  a a2a:Person ;
  rdfs:label "Josephus Vandenbergh" ;
  a2a:PersonName [
    rdfs:label "Josephus Vandenbergh" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Vandenbergh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29 jaar" ;
    rdfs:label "29 jaar"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Person-e23778cf-98b8-d126-6b97-056371431d81
  a a2a:Person ;
  rdfs:label "Maria Catharina Arnouts" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Arnouts" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Arnouts"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:Profession "huisvrouw" .

oa:person_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Person-62e73734-8b36-3480-29cb-2071bd18567e
  a a2a:Person ;
  rdfs:label "Barbara Carolina Vandenbergh" ;
  a2a:PersonName [
    rdfs:label "Barbara Carolina Vandenbergh" ;
    a2a:PersonNameFirstName "Barbara Carolina" ;
    a2a:PersonNameLastName "Vandenbergh"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1870" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1870-10-07"^^xsd:date
  ] .

oa:event_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1870" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1870-10-07"^^xsd:date
  ] .

oa:relationep_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Person:14bd3ba4-bbe4-acb3-34a3-ad72d7ca9dfc ;
  a2a:EventKeyRef oa:event_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Event1 .

oa:relationep_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Person:e23778cf-98b8-d126-6b97-056371431d81 ;
  a2a:EventKeyRef oa:event_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Event1 .

oa:relationep_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Person:62e73734-8b36-3480-29cb-2071bd18567e ;
  a2a:EventKeyRef oa:event_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530_Event1 .

oa:source_wba_a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1870-10-07 - 1870-10-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1870-10-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1870-10-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1870" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1870-10-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 47, Periode: 1870" ;
    a2a:Book "Geboorteregister Kalmthout 1870" ;
    a2a:DocumentNumber "85" ;
    a2a:RegistryNumber "47" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 47, Periode: 1870, Geboorteregister Kalmthout 1870, 85, 47"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/95948453-774f-8d97-5df3-01b2bd189f70.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/95948453-774f-8d97-5df3-01b2bd189f70.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-09-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530" ;
  a2a:RecordGUID "{a4e1d9d9-fdb2-cee5-0d0a-37c64d4e9530}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_16593_00016593.xml van WBA" .

[] a2a:PersonRemarkdiversen "wonende in deze gemeente in het Achterbroek wijk C no 70" .
