@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_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3
  a a2a:Record ;
  rdfs:label "Doop op 6 oktober 1718 te Berghem" ;
  a2a:hasPerson oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person-8decb94b-4c59-9acc-0196-f21bebb4e458, oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person-6e90b53c-4e16-e31f-776f-110dacd983e7, oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person-16cb699f-dfe0-21d7-c8c8-63ab29187af0, oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person-7116c9cb-b514-7499-1b7b-0aed78c97cf2, oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person-0efc65be-4c65-1f9d-bc5d-5829ba8e62fd ;
  a2a:hasEvent oa:event_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_0, oa:relationep_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_1, oa:relationep_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_2, oa:relationep_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_3, oa:relationep_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_4 ;
  a2a:hasSource oa:source_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3 .

oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person-8decb94b-4c59-9acc-0196-f21bebb4e458
  a a2a:Person ;
  rdfs:label "Jacobus Dircks" ;
  a2a:PersonName [
    rdfs:label "Jacobus Dircks" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Dircks"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person-6e90b53c-4e16-e31f-776f-110dacd983e7
  a a2a:Person ;
  rdfs:label "Joannes Nelen" ;
  a2a:PersonName [
    rdfs:label "Joannes Nelen" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Nelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person-16cb699f-dfe0-21d7-c8c8-63ab29187af0
  a a2a:Person ;
  rdfs:label "Joanna Jacob Nelen" ;
  a2a:PersonName [
    rdfs:label "Joanna Jacob Nelen" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePatronym "Jacob" ;
    a2a:PersonNameLastName "Nelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person-7116c9cb-b514-7499-1b7b-0aed78c97cf2
  a a2a:Person ;
  rdfs:label "Joannes Dircks" ;
  a2a:PersonName [
    rdfs:label "Joannes Dircks" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Dircks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person-0efc65be-4c65-1f9d-bc5d-5829ba8e62fd
  a a2a:Person ;
  rdfs:label "Elisabetha Jacob Nelen" ;
  a2a:PersonName [
    rdfs:label "Elisabetha Jacob Nelen" ;
    a2a:PersonNameFirstName "Elisabetha" ;
    a2a:PersonNamePatronym "Jacob" ;
    a2a:PersonNameLastName "Nelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1718" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1718-10-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Berghem" ;
    rdfs:label "Berghem"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person:8decb94b-4c59-9acc-0196-f21bebb4e458 ;
  a2a:EventKeyRef oa:event_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Event1 .

oa:relationep_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person:6e90b53c-4e16-e31f-776f-110dacd983e7 ;
  a2a:EventKeyRef oa:event_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Event1 .

oa:relationep_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person:16cb699f-dfe0-21d7-c8c8-63ab29187af0 ;
  a2a:EventKeyRef oa:event_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Event1 .

oa:relationep_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person:7116c9cb-b514-7499-1b7b-0aed78c97cf2 ;
  a2a:EventKeyRef oa:event_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Event1 .

oa:relationep_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Person:0efc65be-4c65-1f9d-bc5d-5829ba8e62fd ;
  a2a:EventKeyRef oa:event_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3_Event1 .

oa:source_bhi_4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Berghem" ;
    rdfs:label "Berghem", "1718-10-06 - 1718-10-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1718-10-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1718-10-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1718" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1718-10-06"^^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 "134-08" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1, Periode: 1677-1763, RK doop-, trouw- en begraafboek 1677-1763, 1, 134-08"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0f990227-1cfd-0f85-9803-b2c7097cd979.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0f990227-1cfd-0f85-9803-b2c7097cd979.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-03-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3" ;
  a2a:RecordGUID "{4f6f35e7-e78f-1d4a-b17b-e03d2c1f61c3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_57335_00057335.xml van BHI" .

