@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_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43
  a a2a:Record ;
  rdfs:label "Doop op 28 november 1784 te Berlicum" ;
  a2a:hasPerson oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person-cdfefce1-3107-07f4-42d2-adf8796adf00, oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person-e9f3a19a-0f07-07f5-31d8-b2ee81715a0e, oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person-445f93b9-89af-dc0d-e200-ddfb980fabde, oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person-7afa210b-54be-3be2-3b5e-2bb6179bebd9, oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person-ee37f5b6-2fc5-ec1c-6bfc-1c2860bd254c ;
  a2a:hasEvent oa:event_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_0, oa:relationep_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_1, oa:relationep_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_2, oa:relationep_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_3, oa:relationep_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_4 ;
  a2a:hasSource oa:source_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43 .

oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person-cdfefce1-3107-07f4-42d2-adf8796adf00
  a a2a:Person ;
  rdfs:label "Nicolaus Joannis Loef" ;
  a2a:PersonName [
    rdfs:label "Nicolaus Joannis Loef" ;
    a2a:PersonNameFirstName "Nicolaus" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNameLastName "Loef"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person-e9f3a19a-0f07-07f5-31d8-b2ee81715a0e
  a a2a:Person ;
  rdfs:label "Barbara Henrici Salomons" ;
  a2a:PersonName [
    rdfs:label "Barbara Henrici Salomons" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNamePatronym "Henrici" ;
    a2a:PersonNameLastName "Salomons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person-445f93b9-89af-dc0d-e200-ddfb980fabde
  a a2a:Person ;
  rdfs:label "Cornelius Loef" ;
  a2a:PersonName [
    rdfs:label "Cornelius Loef" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Loef"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person-7afa210b-54be-3be2-3b5e-2bb6179bebd9
  a a2a:Person ;
  rdfs:label "Joanna Maria Joannis van Dinther" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Joannis van Dinther" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dinther"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person-ee37f5b6-2fc5-ec1c-6bfc-1c2860bd254c
  a a2a:Person ;
  rdfs:label "Lambertus Loef" ;
  a2a:PersonName [
    rdfs:label "Lambertus Loef" ;
    a2a:PersonNameFirstName "Lambertus" ;
    a2a:PersonNameLastName "Loef"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1784" ;
    a2a:Month "11" ;
    a2a:Day "28" ;
    rdfs:label "1784-11-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Berlicum" ;
    rdfs:label "Berlicum"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person:cdfefce1-3107-07f4-42d2-adf8796adf00 ;
  a2a:EventKeyRef oa:event_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Event1 .

oa:relationep_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person:e9f3a19a-0f07-07f5-31d8-b2ee81715a0e ;
  a2a:EventKeyRef oa:event_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Event1 .

oa:relationep_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person:445f93b9-89af-dc0d-e200-ddfb980fabde ;
  a2a:EventKeyRef oa:event_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Event1 .

oa:relationep_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person:7afa210b-54be-3be2-3b5e-2bb6179bebd9 ;
  a2a:EventKeyRef oa:event_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Event1 .

oa:relationep_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Person:ee37f5b6-2fc5-ec1c-6bfc-1c2860bd254c ;
  a2a:EventKeyRef oa:event_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43_Event1 .

oa:source_bhi_1cb0ca75-2d82-cb1d-8b2f-a22efc228e43
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Berlicum" ;
    rdfs:label "Berlicum", "1784-11-28 - 1784-11-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1784-11-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1784-11-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1784" ;
    a2a:Month "11" ;
    a2a:Day "28" ;
    rdfs:label "1784-11-28"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: Boek, Deel: 25, Periode: 1744-1810" ;
    a2a:Book "Berlicum Doopboek 1744-1810" ;
    a2a:RegistryNumber "25" ;
    a2a:Folio "421-03" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: Boek, Deel: 25, Periode: 1744-1810, Berlicum Doopboek 1744-1810, 25, 421-03"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f0042f49-7956-925e-f129-5c0ab1eef11e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f0042f49-7956-925e-f129-5c0ab1eef11e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1cb0ca75-2d82-cb1d-8b2f-a22efc228e43" ;
  a2a:RecordGUID "{1cb0ca75-2d82-cb1d-8b2f-a22efc228e43}" ;
  a2a:SourceRemarkbron "Boek" ;
  a2a:SourceRemarkdeel "25" ;
  a2a:SourceRemarkregister_periode "1744-1810" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_226_00000226.xml van BHI" .

