@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_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b
  a a2a:Record ;
  rdfs:label "Geboorte op 31 augustus 1852" ;
  a2a:hasPerson oa:person_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Person-45e55c84-8403-6ca6-d663-48b90da2f287, oa:person_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Person-438d1f9f-943c-1f78-3bc1-9324af0598bb, oa:person_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Person-88ca63e1-977c-f144-1cf3-10cfd2a75444 ;
  a2a:hasEvent oa:event_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_0, oa:relationep_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_1, oa:relationep_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_2 ;
  a2a:hasSource oa:source_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b .

oa:person_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Person-45e55c84-8403-6ca6-d663-48b90da2f287
  a a2a:Person ;
  rdfs:label "Geertrui van den Eng" ;
  a2a:PersonName [
    rdfs:label "Geertrui van den Eng" ;
    a2a:PersonNameFirstName "Geertrui" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Eng"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Person-438d1f9f-943c-1f78-3bc1-9324af0598bb
  a a2a:Person ;
  rdfs:label "Jacobus Ludovicus van den Eng" ;
  a2a:PersonName [
    rdfs:label "Jacobus Ludovicus van den Eng" ;
    a2a:PersonNameFirstName "Jacobus Ludovicus" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Eng"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1852" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1852-08-31"^^xsd:date
  ] .

oa:person_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Person-88ca63e1-977c-f144-1cf3-10cfd2a75444
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1852-08-31"^^xsd:date
  ] .

oa:relationep_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Person:45e55c84-8403-6ca6-d663-48b90da2f287 ;
  a2a:EventKeyRef oa:event_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Event1 .

oa:relationep_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Person:438d1f9f-943c-1f78-3bc1-9324af0598bb ;
  a2a:EventKeyRef oa:event_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Event1 .

oa:relationep_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Person:88ca63e1-977c-f144-1cf3-10cfd2a75444 ;
  a2a:EventKeyRef oa:event_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b_Event1 .

oa:source_bhi_b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1852-09-01 - 1852-09-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-09-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-09-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "9" ;
    a2a:Day "1" ;
    rdfs:label "1852-09-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3784, Periode: 1852" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1852" ;
    a2a:DocumentNumber "489" ;
    a2a:RegistryNumber "3784" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3784, Periode: 1852, Geboorteregister 's-Hertogenbosch 1852, 489, 3784"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b" ;
  a2a:RecordGUID "{b40563ca-7fdb-eb7e-9ab3-e2d1dba7ad9b}" ;
  a2a:SourceRemarkOpmerking """Kind wordt bij huwelijk met Antonius Josephus Wijdemans 
d.d. 30-4-1853 erkend en gewettigd.""" ;
  a2a:SourceRemarkdeel "3784" ;
  a2a:SourceRemarkregister_periode "1852" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_1700_00001700.xml van BHI" .

