@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_23cef30f-2fc9-dfdc-effe-bed79527436d
  a a2a:Record ;
  rdfs:label "Geboorte op 23 oktober 1813" ;
  a2a:hasPerson oa:person_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Person-d50dd4ee-48d9-ded4-4b40-1938d5852dbf, oa:person_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Person-4b1184e9-1316-9c42-3ab9-f0ac09b1995a, oa:person_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Person-93491000-ef6f-7660-eaa6-fc9f9c43f0ee ;
  a2a:hasEvent oa:event_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_0, oa:relationep_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_1, oa:relationep_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_2 ;
  a2a:hasSource oa:source_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d .

oa:person_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Person-d50dd4ee-48d9-ded4-4b40-1938d5852dbf
  a a2a:Person ;
  rdfs:label "Nicolaas Posthumus" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Posthumus" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNameLastName "Posthumus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Person-4b1184e9-1316-9c42-3ab9-f0ac09b1995a
  a a2a:Person ;
  rdfs:label "Elizabeth Berlot" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Berlot" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Berlot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Person-93491000-ef6f-7660-eaa6-fc9f9c43f0ee
  a a2a:Person ;
  rdfs:label "Hermanus Hendricus Posthumus" ;
  a2a:PersonName [
    rdfs:label "Hermanus Hendricus Posthumus" ;
    a2a:PersonNameFirstName "Hermanus Hendricus" ;
    a2a:PersonNameLastName "Posthumus"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1813" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1813-10-23"^^xsd:date
  ] .

oa:event_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1813-10-23"^^xsd:date
  ] .

oa:relationep_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Person:d50dd4ee-48d9-ded4-4b40-1938d5852dbf ;
  a2a:EventKeyRef oa:event_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Event1 .

oa:relationep_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Person:4b1184e9-1316-9c42-3ab9-f0ac09b1995a ;
  a2a:EventKeyRef oa:event_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Event1 .

oa:relationep_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Person:93491000-ef6f-7660-eaa6-fc9f9c43f0ee ;
  a2a:EventKeyRef oa:event_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d_Event1 .

oa:source_bhi_23cef30f-2fc9-dfdc-effe-bed79527436d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Helvoirt" ;
    rdfs:label "Helvoirt", "1813-10-23 - 1813-10-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-10-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-10-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1813" ;
    a2a:Month "10" ;
    a2a:Day "23" ;
    rdfs:label "1813-10-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 3636, Periode: 1813" ;
    a2a:Book "Geboorteregister Helvoirt 1813" ;
    a2a:DocumentNumber "35" ;
    a2a:RegistryNumber "3636" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 3636, Periode: 1813, Geboorteregister Helvoirt 1813, 35, 3636"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/cbe66416-cdd2-c3fe-e0eb-f318352d635b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/cbe66416-cdd2-c3fe-e0eb-f318352d635b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-08-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/23cef30f-2fc9-dfdc-effe-bed79527436d" ;
  a2a:RecordGUID "{23cef30f-2fc9-dfdc-effe-bed79527436d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_115_00000115.xml van BHI" .

