@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_04492bc2-f71b-a4c4-e2b0-d54259d104ea
  a a2a:Record ;
  rdfs:label "Geboorte op 5 maart 1922" ;
  a2a:hasPerson oa:person_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Person-c33503e2-6a29-9c81-228f-70ba0da29d82, oa:person_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Person-15ded5d3-f210-d700-43ef-f7eee553b5ef, oa:person_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Person-57694516-3165-982b-3eff-ac93727b5605 ;
  a2a:hasEvent oa:event_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_0, oa:relationep_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_1, oa:relationep_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_2 ;
  a2a:hasSource oa:source_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea .

oa:person_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Person-c33503e2-6a29-9c81-228f-70ba0da29d82
  a a2a:Person ;
  rdfs:label "Wilhelmina Dekkers" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Dekkers" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNameLastName "Dekkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Person-15ded5d3-f210-d700-43ef-f7eee553b5ef
  a a2a:Person ;
  rdfs:label "Johannes Antonius Boogers" ;
  a2a:PersonName [
    rdfs:label "Johannes Antonius Boogers" ;
    a2a:PersonNameFirstName "Johannes Antonius" ;
    a2a:PersonNameLastName "Boogers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "5" ;
    rdfs:label "1922-03-05"^^xsd:date
  ] .

oa:person_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Person-57694516-3165-982b-3eff-ac93727b5605
  a a2a:Person ;
  rdfs:label "Adrianus Boogers" ;
  a2a:PersonName [
    rdfs:label "Adrianus Boogers" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Boogers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "5" ;
    rdfs:label "1922-03-05"^^xsd:date
  ] .

oa:relationep_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Person:c33503e2-6a29-9c81-228f-70ba0da29d82 ;
  a2a:EventKeyRef oa:event_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Event1 .

oa:relationep_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Person:15ded5d3-f210-d700-43ef-f7eee553b5ef ;
  a2a:EventKeyRef oa:event_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Event1 .

oa:relationep_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Person:57694516-3165-982b-3eff-ac93727b5605 ;
  a2a:EventKeyRef oa:event_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea_Event1 .

oa:source_bhi_04492bc2-f71b-a4c4-e2b0-d54259d104ea
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Veldhoven" ;
    rdfs:label "Veldhoven", "1922-03-06 - 1922-03-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-03-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-03-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "6" ;
    rdfs:label "1922-03-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3328, Periode: 1922" ;
    a2a:Book "Geboorteregister Veldhoven 1922" ;
    a2a:DocumentNumber "44" ;
    a2a:RegistryNumber "3328" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3328, Periode: 1922, Geboorteregister Veldhoven 1922, 44, 3328"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/eca45d71-7224-eec4-f2f7-d17c08a72ae4.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/eca45d71-7224-eec4-f2f7-d17c08a72ae4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-07-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/04492bc2-f71b-a4c4-e2b0-d54259d104ea" ;
  a2a:RecordGUID "{04492bc2-f71b-a4c4-e2b0-d54259d104ea}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_82099_00082099.xml van BHI" .

