@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_ae18d260-d058-3fc5-0641-e97021e042df
  a a2a:Record ;
  rdfs:label "Geboorte op 10 augustus 1845" ;
  a2a:hasPerson oa:person_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Person-ef4a2bec-59dc-d0f6-d0d2-9e2f85970e32, oa:person_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Person-ce7b6864-cef1-d720-a928-1ac8d39997cf, oa:person_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Person-40e7dbb4-3284-ace9-e404-bb4278bb9f3f ;
  a2a:hasEvent oa:event_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ae18d260-d058-3fc5-0641-e97021e042df_0, oa:relationep_bhi_ae18d260-d058-3fc5-0641-e97021e042df_1, oa:relationep_bhi_ae18d260-d058-3fc5-0641-e97021e042df_2 ;
  a2a:hasSource oa:source_bhi_ae18d260-d058-3fc5-0641-e97021e042df .

oa:person_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Person-ef4a2bec-59dc-d0f6-d0d2-9e2f85970e32
  a a2a:Person ;
  rdfs:label "Antonia Beaart" ;
  a2a:PersonName [
    rdfs:label "Antonia Beaart" ;
    a2a:PersonNameFirstName "Antonia" ;
    a2a:PersonNameLastName "Beaart"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1845" ;
    a2a:Month "8" ;
    a2a:Day "10" ;
    rdfs:label "1845-08-10"^^xsd:date
  ] .

oa:person_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Person-ce7b6864-cef1-d720-a928-1ac8d39997cf
  a a2a:Person ;
  rdfs:label "Johanna van Amstel" ;
  a2a:PersonName [
    rdfs:label "Johanna van Amstel" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Amstel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Person-40e7dbb4-3284-ace9-e404-bb4278bb9f3f
  a a2a:Person ;
  rdfs:label "Jacobus Beaart" ;
  a2a:PersonName [
    rdfs:label "Jacobus Beaart" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Beaart"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1845" ;
    a2a:Month "8" ;
    a2a:Day "10" ;
    rdfs:label "1845-08-10"^^xsd:date
  ] .

oa:relationep_bhi_ae18d260-d058-3fc5-0641-e97021e042df_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Person:ef4a2bec-59dc-d0f6-d0d2-9e2f85970e32 ;
  a2a:EventKeyRef oa:event_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Event1 .

oa:relationep_bhi_ae18d260-d058-3fc5-0641-e97021e042df_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Person:ce7b6864-cef1-d720-a928-1ac8d39997cf ;
  a2a:EventKeyRef oa:event_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Event1 .

oa:relationep_bhi_ae18d260-d058-3fc5-0641-e97021e042df_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Person:40e7dbb4-3284-ace9-e404-bb4278bb9f3f ;
  a2a:EventKeyRef oa:event_bhi_ae18d260-d058-3fc5-0641-e97021e042df_Event1 .

oa:source_bhi_ae18d260-d058-3fc5-0641-e97021e042df
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hedikhuizen" ;
    rdfs:label "Hedikhuizen", "1845-08-11 - 1845-08-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1845-08-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1845-08-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1845" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1845-08-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3378, Periode: 1845" ;
    a2a:Book "Geboorteregister Hedikhuizen 1845" ;
    a2a:DocumentNumber "26" ;
    a2a:RegistryNumber "3378" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3378, Periode: 1845, Geboorteregister Hedikhuizen 1845, 26, 3378"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/3ed4f8d5-11a0-1913-c921-88fcb1f330a0.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/3ed4f8d5-11a0-1913-c921-88fcb1f330a0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-08-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ae18d260-d058-3fc5-0641-e97021e042df" ;
  a2a:RecordGUID "{ae18d260-d058-3fc5-0641-e97021e042df}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_4892_00004892.xml van BHI" .

