@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_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac
  a a2a:Record ;
  rdfs:label "Geboorte op 7 september 1840" ;
  a2a:hasPerson oa:person_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Person-dd3d3305-1340-0ad0-fc7c-d98eff400250, oa:person_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Person-8329c87e-0fae-8cf1-ac78-33b0cfef175e, oa:person_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Person-0d14dada-471b-075e-a46e-ca982c22f761 ;
  a2a:hasEvent oa:event_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_0, oa:relationep_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_1, oa:relationep_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_2 ;
  a2a:hasSource oa:source_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac .

oa:person_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Person-dd3d3305-1340-0ad0-fc7c-d98eff400250
  a a2a:Person ;
  rdfs:label "Barbara de Bekker" ;
  a2a:PersonName [
    rdfs:label "Barbara de Bekker" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bekker"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1840" ;
    a2a:Month "9" ;
    a2a:Day "7" ;
    rdfs:label "1840-09-07"^^xsd:date
  ] .

oa:person_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Person-8329c87e-0fae-8cf1-ac78-33b0cfef175e
  a a2a:Person ;
  rdfs:label "Johanna van Dongen" ;
  a2a:PersonName [
    rdfs:label "Johanna van Dongen" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dongen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Person-0d14dada-471b-075e-a46e-ca982c22f761
  a a2a:Person ;
  rdfs:label "Martinus de Bekker" ;
  a2a:PersonName [
    rdfs:label "Martinus de Bekker" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bekker"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1840" ;
    a2a:Month "9" ;
    a2a:Day "7" ;
    rdfs:label "1840-09-07"^^xsd:date
  ] .

oa:relationep_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Person:dd3d3305-1340-0ad0-fc7c-d98eff400250 ;
  a2a:EventKeyRef oa:event_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Event1 .

oa:relationep_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Person:8329c87e-0fae-8cf1-ac78-33b0cfef175e ;
  a2a:EventKeyRef oa:event_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Event1 .

oa:relationep_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Person:0d14dada-471b-075e-a46e-ca982c22f761 ;
  a2a:EventKeyRef oa:event_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac_Event1 .

oa:source_bhi_e1b5eeaa-e985-e775-5900-2f0a499e76ac
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand", "1840-09-07 - 1840-09-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-09-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-09-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1840" ;
    a2a:Month "9" ;
    a2a:Day "7" ;
    rdfs:label "1840-09-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4830, Periode: 1840" ;
    a2a:Book "Geboorteregister Loon op Zand 1840" ;
    a2a:DocumentNumber "114" ;
    a2a:RegistryNumber "4830" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4830, Periode: 1840, Geboorteregister Loon op Zand 1840, 114, 4830"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/34e4243e-947e-b16b-4893-693f82c801f2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/34e4243e-947e-b16b-4893-693f82c801f2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-10-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e1b5eeaa-e985-e775-5900-2f0a499e76ac" ;
  a2a:RecordGUID "{e1b5eeaa-e985-e775-5900-2f0a499e76ac}" ;
  a2a:SourceRemarkdeel "4830" ;
  a2a:SourceRemarkregister_periode "1840" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_778_00000778.xml van BHI" .

