@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_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038
  a a2a:Record ;
  rdfs:label "Doop op 21 december 1713 te Berghem" ;
  a2a:hasPerson oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person-e178d8ad-c0c6-1db7-5012-b40035935d7d, oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person-ecc35c92-ff0f-6809-ceba-eaa847f12eef, oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person-36907096-e566-8719-b568-7427dba00d51, oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person-0eb8fb5a-079d-fcf6-c497-65ce20c1c702, oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person-e1e44d2e-7f54-db68-a5dc-653153d712c7 ;
  a2a:hasEvent oa:event_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_0, oa:relationep_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_1, oa:relationep_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_2, oa:relationep_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_3, oa:relationep_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_4 ;
  a2a:hasSource oa:source_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038 .

oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person-e178d8ad-c0c6-1db7-5012-b40035935d7d
  a a2a:Person ;
  rdfs:label "Joanna van Heumen" ;
  a2a:PersonName [
    rdfs:label "Joanna van Heumen" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heumen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person-ecc35c92-ff0f-6809-ceba-eaa847f12eef
  a a2a:Person ;
  rdfs:label "Henricus Hack" ;
  a2a:PersonName [
    rdfs:label "Henricus Hack" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Hack"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person-36907096-e566-8719-b568-7427dba00d51
  a a2a:Person ;
  rdfs:label "Anthonia Jan van Heumen" ;
  a2a:PersonName [
    rdfs:label "Anthonia Jan van Heumen" ;
    a2a:PersonNameFirstName "Anthonia" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heumen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person-0eb8fb5a-079d-fcf6-c497-65ce20c1c702
  a a2a:Person ;
  rdfs:label "Adrianus van Heumen" ;
  a2a:PersonName [
    rdfs:label "Adrianus van Heumen" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heumen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person-e1e44d2e-7f54-db68-a5dc-653153d712c7
  a a2a:Person ;
  rdfs:label "Joanna Willems" ;
  a2a:PersonName [
    rdfs:label "Joanna Willems" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1713" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1713-12-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Berghem" ;
    rdfs:label "Berghem"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person:e178d8ad-c0c6-1db7-5012-b40035935d7d ;
  a2a:EventKeyRef oa:event_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Event1 .

oa:relationep_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person:ecc35c92-ff0f-6809-ceba-eaa847f12eef ;
  a2a:EventKeyRef oa:event_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Event1 .

oa:relationep_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person:36907096-e566-8719-b568-7427dba00d51 ;
  a2a:EventKeyRef oa:event_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Event1 .

oa:relationep_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person:0eb8fb5a-079d-fcf6-c497-65ce20c1c702 ;
  a2a:EventKeyRef oa:event_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Event1 .

oa:relationep_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Person:e1e44d2e-7f54-db68-a5dc-653153d712c7 ;
  a2a:EventKeyRef oa:event_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038_Event1 .

oa:source_bhi_5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Berghem" ;
    rdfs:label "Berghem", "1713-12-21 - 1713-12-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1713-12-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1713-12-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1713" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1713-12-21"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1, Periode: 1677-1763" ;
    a2a:Book "RK doop-, trouw- en begraafboek 1677-1763" ;
    a2a:RegistryNumber "1" ;
    a2a:Folio "121-06" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1, Periode: 1677-1763, RK doop-, trouw- en begraafboek 1677-1763, 1, 121-06"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1e67a271-7334-331e-b23a-758cc59e7f16.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1e67a271-7334-331e-b23a-758cc59e7f16.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-03-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038" ;
  a2a:RecordGUID "{5bf88bda-b4a4-0bc1-e6ee-fd4f5e764038}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_57336_00057336.xml van BHI" .

