@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_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc
  a a2a:Record ;
  rdfs:label "Doop op 16 januari 1728 te Berghem" ;
  a2a:hasPerson oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person-ab5b6d37-2301-dd29-f1c7-3b41667322f9, oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person-019fd0d5-5a1b-8be0-3b4e-15e06f831c28, oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person-83750bf1-6ca0-419e-8073-fde745efc446, oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person-a263964d-2286-286d-b3b0-ec8e71bed75b, oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person-1567356c-d638-ae93-b477-a9a4edbc4a30 ;
  a2a:hasEvent oa:event_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_0, oa:relationep_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_1, oa:relationep_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_2, oa:relationep_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_3, oa:relationep_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_4 ;
  a2a:hasSource oa:source_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc .

oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person-ab5b6d37-2301-dd29-f1c7-3b41667322f9
  a a2a:Person ;
  rdfs:label "Anna Maria van Libergen" ;
  a2a:PersonName [
    rdfs:label "Anna Maria van Libergen" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Libergen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person-019fd0d5-5a1b-8be0-3b4e-15e06f831c28
  a a2a:Person ;
  rdfs:label "Guillielmus Gerits van Hellemont" ;
  a2a:PersonName [
    rdfs:label "Guillielmus Gerits van Hellemont" ;
    a2a:PersonNameFirstName "Guillielmus" ;
    a2a:PersonNamePatronym "Gerits" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hellemont"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person-83750bf1-6ca0-419e-8073-fde745efc446
  a a2a:Person ;
  rdfs:label "Joanna Aert Strick" ;
  a2a:PersonName [
    rdfs:label "Joanna Aert Strick" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePatronym "Aert" ;
    a2a:PersonNameLastName "Strick"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person-a263964d-2286-286d-b3b0-ec8e71bed75b
  a a2a:Person ;
  rdfs:label "Arnoldus Sebers van Libergen" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Sebers van Libergen" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNamePatronym "Sebers" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Libergen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person-1567356c-d638-ae93-b477-a9a4edbc4a30
  a a2a:Person ;
  rdfs:label "Guilielma Jan Erkelens" ;
  a2a:PersonName [
    rdfs:label "Guilielma Jan Erkelens" ;
    a2a:PersonNameFirstName "Guilielma" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Erkelens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1728" ;
    a2a:Month "1" ;
    a2a:Day "16" ;
    rdfs:label "1728-01-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Berghem" ;
    rdfs:label "Berghem"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person:ab5b6d37-2301-dd29-f1c7-3b41667322f9 ;
  a2a:EventKeyRef oa:event_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Event1 .

oa:relationep_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person:019fd0d5-5a1b-8be0-3b4e-15e06f831c28 ;
  a2a:EventKeyRef oa:event_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Event1 .

oa:relationep_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person:83750bf1-6ca0-419e-8073-fde745efc446 ;
  a2a:EventKeyRef oa:event_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Event1 .

oa:relationep_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person:a263964d-2286-286d-b3b0-ec8e71bed75b ;
  a2a:EventKeyRef oa:event_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Event1 .

oa:relationep_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Person:1567356c-d638-ae93-b477-a9a4edbc4a30 ;
  a2a:EventKeyRef oa:event_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc_Event1 .

oa:source_bhi_d2fd39ae-7de7-36d1-a7c8-a62f737c52dc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Berghem" ;
    rdfs:label "Berghem", "1728-01-16 - 1728-01-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1728-01-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1728-01-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1728" ;
    a2a:Month "1" ;
    a2a:Day "16" ;
    rdfs:label "1728-01-16"^^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 "158-12" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1, Periode: 1677-1763, RK doop-, trouw- en begraafboek 1677-1763, 1, 158-12"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0d6eb7a3-b8fc-1628-7ad9-d97af51b8ebe.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0d6eb7a3-b8fc-1628-7ad9-d97af51b8ebe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-03-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d2fd39ae-7de7-36d1-a7c8-a62f737c52dc" ;
  a2a:RecordGUID "{d2fd39ae-7de7-36d1-a7c8-a62f737c52dc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_57343_00057343.xml van BHI" .

