@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_07bc567f-080f-b6a4-fa56-4f7dd661dfc8
  a a2a:Record ;
  rdfs:label "Doop op 9 oktober 1644 te Boxmeer" ;
  a2a:hasPerson oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person-546edc1c-463c-11e3-a747-d206bceb4d38, oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person-546fb326-463c-11e3-a747-d206bceb4d38, oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person-546ff6b0-463c-11e3-a747-d206bceb4d38, oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person-546f5cfa-463c-11e3-a747-d206bceb4d38, oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person-546f1e8e-463c-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_0, oa:relationep_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_1, oa:relationep_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_2, oa:relationep_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_3, oa:relationep_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_4 ;
  a2a:hasSource oa:source_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8 .

oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person-546edc1c-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Johannes Labon" ;
  a2a:PersonName [
    rdfs:label "Johannes Labon" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Labon"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person-546fb326-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Johannes Baptista Richart" ;
  a2a:PersonName [
    rdfs:label "Johannes Baptista Richart" ;
    a2a:PersonNameFirstName "Johannes Baptista" ;
    a2a:PersonNameLastName "Richart"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person-546ff6b0-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Gelaudia Torlo" ;
  a2a:PersonName [
    rdfs:label "Gelaudia Torlo" ;
    a2a:PersonNameFirstName "Gelaudia" ;
    a2a:PersonNameLastName "Torlo"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person-546f5cfa-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Elisabet N.N." ;
  a2a:PersonName [
    rdfs:label "Elisabet N.N." ;
    a2a:PersonNameFirstName "Elisabet" ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person-546f1e8e-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Derick Labon" ;
  a2a:PersonName [
    rdfs:label "Derick Labon" ;
    a2a:PersonNameFirstName "Derick" ;
    a2a:PersonNameLastName "Labon"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1644" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1644-10-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person:546edc1c-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Event1 .

oa:relationep_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person:546fb326-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Event1 .

oa:relationep_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person:546ff6b0-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Event1 .

oa:relationep_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person:546f5cfa-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Event1 .

oa:relationep_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Person:546f1e8e-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8_Event1 .

oa:source_bhi_07bc567f-080f-b6a4-fa56-4f7dd661dfc8
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer", "1644-10-09 - 1644-10-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1644-10-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1644-10-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1644" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1644-10-09"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 18, Periode: 1601-1667" ;
    a2a:Book "Rooms-Katholiek doopboek 1601-1667" ;
    a2a:RegistryNumber "18" ;
    a2a:Folio "27L11" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 18, Periode: 1601-1667, Rooms-Katholiek doopboek 1601-1667, 18, 27L11"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b1c139f3-eab4-e886-b772-9f228d41ade0.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b1c139f3-eab4-e886-b772-9f228d41ade0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-05-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/07bc567f-080f-b6a4-fa56-4f7dd661dfc8" ;
  a2a:RecordGUID "{07bc567f-080f-b6a4-fa56-4f7dd661dfc8}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "18" ;
  a2a:SourceRemarkregister_periode "1601-1667" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_351_00000351.xml van BHI" .

[] a2a:PersonRemarkdiversen "bestuurder in Boxmeer" .
