@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_07313f8c-130d-e2b6-a41f-4aa930121fef
  a a2a:Record ;
  rdfs:label "Geboorte op 13 september 1899" ;
  a2a:hasPerson oa:person_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Person-4803053f-2055-e600-a99b-18996442d386, oa:person_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Person-7fb09df2-fe0a-ec2c-d398-001fbe517175, oa:person_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Person-c34def54-f0cc-4de1-7f12-faa110e63f09 ;
  a2a:hasEvent oa:event_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_0, oa:relationep_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_1, oa:relationep_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_2 ;
  a2a:hasSource oa:source_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef .

oa:person_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Person-4803053f-2055-e600-a99b-18996442d386
  a a2a:Person ;
  rdfs:label "Henrietta te Boekhorst" ;
  a2a:PersonName [
    rdfs:label "Henrietta te Boekhorst" ;
    a2a:PersonNameFirstName "Henrietta" ;
    a2a:PersonNamePrefixLastName "te" ;
    a2a:PersonNameLastName "Boekhorst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Person-7fb09df2-fe0a-ec2c-d398-001fbe517175
  a a2a:Person ;
  rdfs:label "Jan Albertus Maagh Meijer" ;
  a2a:PersonName [
    rdfs:label "Jan Albertus Maagh Meijer" ;
    a2a:PersonNameFirstName "Jan Albertus" ;
    a2a:PersonNameLastName "Maagh Meijer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Person-c34def54-f0cc-4de1-7f12-faa110e63f09
  a a2a:Person ;
  rdfs:label "Martha Friesina Maagh Meijer" ;
  a2a:PersonName [
    rdfs:label "Martha Friesina Maagh Meijer" ;
    a2a:PersonNameFirstName "Martha Friesina" ;
    a2a:PersonNameLastName "Maagh Meijer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1899-09-13"^^xsd:date
  ] .

oa:event_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1899-09-13"^^xsd:date
  ] .

oa:relationep_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Person:4803053f-2055-e600-a99b-18996442d386 ;
  a2a:EventKeyRef oa:event_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Event1 .

oa:relationep_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Person:7fb09df2-fe0a-ec2c-d398-001fbe517175 ;
  a2a:EventKeyRef oa:event_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Event1 .

oa:relationep_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Person:c34def54-f0cc-4de1-7f12-faa110e63f09 ;
  a2a:EventKeyRef oa:event_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef_Event1 .

oa:source_bhi_07313f8c-130d-e2b6-a41f-4aa930121fef
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hilvarenbeek" ;
    rdfs:label "Hilvarenbeek", "1899-09-14 - 1899-09-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-09-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-09-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1899-09-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4342, Periode: 1899" ;
    a2a:Book "Geboorteregister Hilvarenbeek 1899" ;
    a2a:DocumentNumber "58" ;
    a2a:RegistryNumber "4342" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4342, Periode: 1899, Geboorteregister Hilvarenbeek 1899, 58, 4342"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a2fff2ab-f44c-b8f5-0646-fa9c14243da9.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a2fff2ab-f44c-b8f5-0646-fa9c14243da9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-11-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/07313f8c-130d-e2b6-a41f-4aa930121fef" ;
  a2a:RecordGUID "{07313f8c-130d-e2b6-a41f-4aa930121fef}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1281_00001281.xml van BHI" .

