@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_cd8e9905-7032-00e9-8654-e6df82db7619
  a a2a:Record ;
  rdfs:label "Geboorte op 8 augustus 1824" ;
  a2a:hasPerson oa:person_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Person-526e1219-78af-efd2-4646-b615697b1ce0, oa:person_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Person-96b6047f-521a-fef1-645c-0f3b0504268a, oa:person_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Person-6846db2f-5188-3c36-cf8c-43831a5ea845 ;
  a2a:hasEvent oa:event_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_0, oa:relationep_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_1, oa:relationep_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_2 ;
  a2a:hasSource oa:source_bhi_cd8e9905-7032-00e9-8654-e6df82db7619 .

oa:person_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Person-526e1219-78af-efd2-4646-b615697b1ce0
  a a2a:Person ;
  rdfs:label "Martien Haamers" ;
  a2a:PersonName [
    rdfs:label "Martien Haamers" ;
    a2a:PersonNameFirstName "Martien" ;
    a2a:PersonNameLastName "Haamers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "8" ;
    a2a:Day "8" ;
    rdfs:label "1824-08-08"^^xsd:date
  ] .

oa:person_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Person-96b6047f-521a-fef1-645c-0f3b0504268a
  a a2a:Person ;
  rdfs:label "Maria Kruijssen" ;
  a2a:PersonName [
    rdfs:label "Maria Kruijssen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Kruijssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Person-6846db2f-5188-3c36-cf8c-43831a5ea845
  a a2a:Person ;
  rdfs:label "Peter Haamers" ;
  a2a:PersonName [
    rdfs:label "Peter Haamers" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Haamers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1824" ;
    a2a:Month "8" ;
    a2a:Day "8" ;
    rdfs:label "1824-08-08"^^xsd:date
  ] .

oa:relationep_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Person:526e1219-78af-efd2-4646-b615697b1ce0 ;
  a2a:EventKeyRef oa:event_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Event1 .

oa:relationep_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Person:96b6047f-521a-fef1-645c-0f3b0504268a ;
  a2a:EventKeyRef oa:event_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Event1 .

oa:relationep_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Person:6846db2f-5188-3c36-cf8c-43831a5ea845 ;
  a2a:EventKeyRef oa:event_bhi_cd8e9905-7032-00e9-8654-e6df82db7619_Event1 .

oa:source_bhi_cd8e9905-7032-00e9-8654-e6df82db7619
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Berkel-Enschot" ;
    rdfs:label "Berkel-Enschot", "1824-08-08 - 1824-08-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-08-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-08-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1824" ;
    a2a:Month "8" ;
    a2a:Day "8" ;
    rdfs:label "1824-08-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 733, Periode: 1824" ;
    a2a:Book "Geboorteregister Berkel-Enschot 1824" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "733" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 733, Periode: 1824, Geboorteregister Berkel-Enschot 1824, 11, 733"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4dcf753d-42cb-0552-3b49-ed6737d5acd2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4dcf753d-42cb-0552-3b49-ed6737d5acd2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-06-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cd8e9905-7032-00e9-8654-e6df82db7619" ;
  a2a:RecordGUID "{cd8e9905-7032-00e9-8654-e6df82db7619}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_69831_00069831.xml van BHI" .

