@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_99a68e2b-6b89-eae4-9e2a-42673676f21e
  a a2a:Record ;
  rdfs:label "Doop op 26 augustus 1697 te Boxmeer" ;
  a2a:hasPerson oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-227d1c04-8176-353f-5779-df2d7aa02c11, oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-ca030713-9fad-a944-467f-75cd2fbedcb1, oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-c42c27ec-e025-9578-adfe-0d372a27f6ab, oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-a3134123-34ed-e048-9f6d-16c395401400, oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-1edb4deb-d518-20f8-b0a7-eccc769b1b07, oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-f3045f4f-4938-3eee-857a-81053e192e59 ;
  a2a:hasEvent oa:event_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_0, oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_1, oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_2, oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_3, oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_4, oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_5 ;
  a2a:hasSource oa:source_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e .

oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-227d1c04-8176-353f-5779-df2d7aa02c11
  a a2a:Person ;
  rdfs:label "Albertus Ansem" ;
  a2a:PersonName [
    rdfs:label "Albertus Ansem" ;
    a2a:PersonNameFirstName "Albertus" ;
    a2a:PersonNameLastName "Ansem"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-ca030713-9fad-a944-467f-75cd2fbedcb1
  a a2a:Person ;
  rdfs:label "Maria van Elsen" ;
  a2a:PersonName [
    rdfs:label "Maria van Elsen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Elsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-c42c27ec-e025-9578-adfe-0d372a27f6ab
  a a2a:Person ;
  rdfs:label "Joannes Aerts" ;
  a2a:PersonName [
    rdfs:label "Joannes Aerts" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Aerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-a3134123-34ed-e048-9f6d-16c395401400
  a a2a:Person ;
  rdfs:label "Ida Theodori Pieters" ;
  a2a:PersonName [
    rdfs:label "Ida Theodori Pieters" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNamePatronym "Theodori" ;
    a2a:PersonNameLastName "Pieters"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-1edb4deb-d518-20f8-b0a7-eccc769b1b07
  a a2a:Person ;
  rdfs:label "Maria Jacobs" ;
  a2a:PersonName [
    rdfs:label "Maria Jacobs" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person-f3045f4f-4938-3eee-857a-81053e192e59
  a a2a:Person ;
  rdfs:label "Theodorus Pieters" ;
  a2a:PersonName [
    rdfs:label "Theodorus Pieters" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNameLastName "Pieters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1697" ;
    a2a:Month "8" ;
    a2a:Day "26" ;
    rdfs:label "1697-08-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person:227d1c04-8176-353f-5779-df2d7aa02c11 ;
  a2a:EventKeyRef oa:event_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Event1 .

oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person:ca030713-9fad-a944-467f-75cd2fbedcb1 ;
  a2a:EventKeyRef oa:event_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Event1 .

oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person:c42c27ec-e025-9578-adfe-0d372a27f6ab ;
  a2a:EventKeyRef oa:event_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Event1 .

oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person:a3134123-34ed-e048-9f6d-16c395401400 ;
  a2a:EventKeyRef oa:event_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Event1 .

oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person:1edb4deb-d518-20f8-b0a7-eccc769b1b07 ;
  a2a:EventKeyRef oa:event_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Event1 .

oa:relationep_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_5
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Person:f3045f4f-4938-3eee-857a-81053e192e59 ;
  a2a:EventKeyRef oa:event_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e_Event1 .

oa:source_bhi_99a68e2b-6b89-eae4-9e2a-42673676f21e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer", "1697-08-26 - 1697-08-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1697-08-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1697-08-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1697" ;
    a2a:Month "8" ;
    a2a:Day "26" ;
    rdfs:label "1697-08-26"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: BHIC, Bron: boek, Deel: 1, Periode: 1667-1739" ;
    a2a:Book "RK doop-, trouw- en begraafboek 1667-1739" ;
    a2a:RegistryNumber "1" ;
    a2a:Folio "20v07" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: boek, Deel: 1, Periode: 1667-1739, RK doop-, trouw- en begraafboek 1667-1739, 1, 20v07"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6c09c7c3-ad02-54a4-e641-f811cc952cbd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6c09c7c3-ad02-54a4-e641-f811cc952cbd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/99a68e2b-6b89-eae4-9e2a-42673676f21e" ;
  a2a:RecordGUID "{99a68e2b-6b89-eae4-9e2a-42673676f21e}" ;
  a2a:SourceRemarkarchiefnaam "BHIC" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1" ;
  a2a:SourceRemarkregister_periode "1667-1739" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_1197_00001197.xml van BHI" .

