@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_4b285eef-edae-c851-902f-6ece7d321fea
  a a2a:Record ;
  rdfs:label "Geboorte op 5 maart 1920" ;
  a2a:hasPerson oa:person_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Person-3569177e-ee46-50d1-4f50-73794ee2e16f, oa:person_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Person-fe3a8890-70ae-1cd8-ba2e-bb24ca250f0f, oa:person_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Person-941ed66a-53a9-b0cc-030b-d8b5e42a8ae8 ;
  a2a:hasEvent oa:event_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4b285eef-edae-c851-902f-6ece7d321fea_0, oa:relationep_bhi_4b285eef-edae-c851-902f-6ece7d321fea_1, oa:relationep_bhi_4b285eef-edae-c851-902f-6ece7d321fea_2 ;
  a2a:hasSource oa:source_bhi_4b285eef-edae-c851-902f-6ece7d321fea .

oa:person_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Person-3569177e-ee46-50d1-4f50-73794ee2e16f
  a a2a:Person ;
  rdfs:label "Maria de Lepper" ;
  a2a:PersonName [
    rdfs:label "Maria de Lepper" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Lepper"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Person-fe3a8890-70ae-1cd8-ba2e-bb24ca250f0f
  a a2a:Person ;
  rdfs:label "Hendricus van Esch" ;
  a2a:PersonName [
    rdfs:label "Hendricus van Esch" ;
    a2a:PersonNameFirstName "Hendricus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Esch"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Person-941ed66a-53a9-b0cc-030b-d8b5e42a8ae8
  a a2a:Person ;
  rdfs:label "Henrietta Christina Maria van Esch" ;
  a2a:PersonName [
    rdfs:label "Henrietta Christina Maria van Esch" ;
    a2a:PersonNameFirstName "Henrietta Christina Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Esch"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "3" ;
    a2a:Day "5" ;
    rdfs:label "1920-03-05"^^xsd:date
  ] .

oa:event_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "3" ;
    a2a:Day "5" ;
    rdfs:label "1920-03-05"^^xsd:date
  ] .

oa:relationep_bhi_4b285eef-edae-c851-902f-6ece7d321fea_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Person:3569177e-ee46-50d1-4f50-73794ee2e16f ;
  a2a:EventKeyRef oa:event_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Event1 .

oa:relationep_bhi_4b285eef-edae-c851-902f-6ece7d321fea_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Person:fe3a8890-70ae-1cd8-ba2e-bb24ca250f0f ;
  a2a:EventKeyRef oa:event_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Event1 .

oa:relationep_bhi_4b285eef-edae-c851-902f-6ece7d321fea_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Person:941ed66a-53a9-b0cc-030b-d8b5e42a8ae8 ;
  a2a:EventKeyRef oa:event_bhi_4b285eef-edae-c851-902f-6ece7d321fea_Event1 .

oa:source_bhi_4b285eef-edae-c851-902f-6ece7d321fea
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Boxtel" ;
    rdfs:label "Boxtel", "1920-03-06 - 1920-03-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-03-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-03-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "3" ;
    a2a:Day "6" ;
    rdfs:label "1920-03-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 413, Periode: 1920" ;
    a2a:Book "Geboorteregister Boxtel 1920" ;
    a2a:DocumentNumber "69" ;
    a2a:RegistryNumber "413" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 413, Periode: 1920, Geboorteregister Boxtel 1920, 69, 413"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/40581189-6b8c-7da1-c9bc-8e105e1aa59b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/40581189-6b8c-7da1-c9bc-8e105e1aa59b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-01-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4b285eef-edae-c851-902f-6ece7d321fea" ;
  a2a:RecordGUID "{4b285eef-edae-c851-902f-6ece7d321fea}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1828_00001828.xml van BHI" .

