@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_e72db47a-df2e-bbd0-64fa-eefe8243ff9b
  a a2a:Record ;
  rdfs:label "Doop op 25 februari 1701 te Lith" ;
  a2a:hasPerson oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person-5af06ec6-db4d-e553-1f0e-116039ad9516, oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person-1f179043-6446-ca3b-7bb3-f87aba5a95cc, oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person-ad0d0946-6cb7-8f48-676f-769543a5eaf7, oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person-bad3fd52-f1f6-d9ae-de55-2ff3e658e6de, oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person-9862a956-85bc-656e-b485-b59e0c25c255 ;
  a2a:hasEvent oa:event_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_0, oa:relationep_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_1, oa:relationep_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_2, oa:relationep_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_3, oa:relationep_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_4 ;
  a2a:hasSource oa:source_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b .

oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person-5af06ec6-db4d-e553-1f0e-116039ad9516
  a a2a:Person ;
  rdfs:label "Petronella Clinck" ;
  a2a:PersonName [
    rdfs:label "Petronella Clinck" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Clinck"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person-1f179043-6446-ca3b-7bb3-f87aba5a95cc
  a a2a:Person ;
  rdfs:label "Gerit Henrix van Maren" ;
  a2a:PersonName [
    rdfs:label "Gerit Henrix van Maren" ;
    a2a:PersonNameFirstName "Gerit" ;
    a2a:PersonNamePatronym "Henrix" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Maren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person-ad0d0946-6cb7-8f48-676f-769543a5eaf7
  a a2a:Person ;
  rdfs:label "Barbara van Heck" ;
  a2a:PersonName [
    rdfs:label "Barbara van Heck" ;
    a2a:PersonNameFirstName "Barbara" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person-bad3fd52-f1f6-d9ae-de55-2ff3e658e6de
  a a2a:Person ;
  rdfs:label "Joannes Adriani Clinck" ;
  a2a:PersonName [
    rdfs:label "Joannes Adriani Clinck" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePatronym "Adriani" ;
    a2a:PersonNameLastName "Clinck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person-9862a956-85bc-656e-b485-b59e0c25c255
  a a2a:Person ;
  rdfs:label "Luijtgardis van Heck" ;
  a2a:PersonName [
    rdfs:label "Luijtgardis van Heck" ;
    a2a:PersonNameFirstName "Luijtgardis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heck"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1701" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1701-02-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lith" ;
    rdfs:label "Lith"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person:5af06ec6-db4d-e553-1f0e-116039ad9516 ;
  a2a:EventKeyRef oa:event_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Event1 .

oa:relationep_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person:1f179043-6446-ca3b-7bb3-f87aba5a95cc ;
  a2a:EventKeyRef oa:event_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Event1 .

oa:relationep_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person:ad0d0946-6cb7-8f48-676f-769543a5eaf7 ;
  a2a:EventKeyRef oa:event_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Event1 .

oa:relationep_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person:bad3fd52-f1f6-d9ae-de55-2ff3e658e6de ;
  a2a:EventKeyRef oa:event_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Event1 .

oa:relationep_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Person:9862a956-85bc-656e-b485-b59e0c25c255 ;
  a2a:EventKeyRef oa:event_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b_Event1 .

oa:source_bhi_e72db47a-df2e-bbd0-64fa-eefe8243ff9b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Lith" ;
    rdfs:label "Lith", "1701-02-25 - 1701-02-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1701-02-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1701-02-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1701" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1701-02-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3, Periode: 1673-1728" ;
    a2a:Book "Lith doopboek 1673-1728" ;
    a2a:RegistryNumber "3" ;
    a2a:Folio "46r02" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3, Periode: 1673-1728, Lith doopboek 1673-1728, 3, 46r02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4d0e2c2c-31ac-9371-521c-b8b916497821.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4d0e2c2c-31ac-9371-521c-b8b916497821.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-10-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e72db47a-df2e-bbd0-64fa-eefe8243ff9b" ;
  a2a:RecordGUID "{e72db47a-df2e-bbd0-64fa-eefe8243ff9b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_38506_00038506.xml van BHI" .

