@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_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6
  a a2a:Record ;
  rdfs:label "Doop op 9 april 1739 te Boxtel" ;
  a2a:hasPerson oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person-cdd547e1-7097-8747-6c4d-513db8d9a431, oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person-06e62a7a-b5b3-78f7-06ce-632d0f148d41, oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person-2efa0377-7903-46a9-43fe-1ce996fbb3dd, oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person-d89309c4-5a2f-3fae-ae92-bec060816d8a, oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person-b89415c5-81e8-9e93-b3d7-1d2f11a3833a ;
  a2a:hasEvent oa:event_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_0, oa:relationep_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_1, oa:relationep_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_2, oa:relationep_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_3, oa:relationep_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_4 ;
  a2a:hasSource oa:source_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6 .

oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person-cdd547e1-7097-8747-6c4d-513db8d9a431
  a a2a:Person ;
  rdfs:label "Nicolaus Smits" ;
  a2a:PersonName [
    rdfs:label "Nicolaus Smits" ;
    a2a:PersonNameFirstName "Nicolaus" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person-06e62a7a-b5b3-78f7-06ce-632d0f148d41
  a a2a:Person ;
  rdfs:label "Clara van Helmont" ;
  a2a:PersonName [
    rdfs:label "Clara van Helmont" ;
    a2a:PersonNameFirstName "Clara" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Helmont"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person-2efa0377-7903-46a9-43fe-1ce996fbb3dd
  a a2a:Person ;
  rdfs:label "Mechtildis Pauli Hanse" ;
  a2a:PersonName [
    rdfs:label "Mechtildis Pauli Hanse" ;
    a2a:PersonNameFirstName "Mechtildis" ;
    a2a:PersonNamePatronym "Pauli" ;
    a2a:PersonNameLastName "Hanse"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person-d89309c4-5a2f-3fae-ae92-bec060816d8a
  a a2a:Person ;
  rdfs:label "Paulus Hanse" ;
  a2a:PersonName [
    rdfs:label "Paulus Hanse" ;
    a2a:PersonNameFirstName "Paulus" ;
    a2a:PersonNameLastName "Hanse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person-b89415c5-81e8-9e93-b3d7-1d2f11a3833a
  a a2a:Person ;
  rdfs:label "Clara Smits" ;
  a2a:PersonName [
    rdfs:label "Clara Smits" ;
    a2a:PersonNameFirstName "Clara" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1739" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1739-04-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Boxtel" ;
    rdfs:label "Boxtel"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person:cdd547e1-7097-8747-6c4d-513db8d9a431 ;
  a2a:EventKeyRef oa:event_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Event1 .

oa:relationep_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person:06e62a7a-b5b3-78f7-06ce-632d0f148d41 ;
  a2a:EventKeyRef oa:event_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Event1 .

oa:relationep_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person:2efa0377-7903-46a9-43fe-1ce996fbb3dd ;
  a2a:EventKeyRef oa:event_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Event1 .

oa:relationep_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person:d89309c4-5a2f-3fae-ae92-bec060816d8a ;
  a2a:EventKeyRef oa:event_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Event1 .

oa:relationep_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Person:b89415c5-81e8-9e93-b3d7-1d2f11a3833a ;
  a2a:EventKeyRef oa:event_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6_Event1 .

oa:source_bhi_7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Boxtel" ;
    rdfs:label "Boxtel", "1739-04-09 - 1739-04-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1739-04-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1739-04-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1739" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1739-04-09"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: Boek, Deel: 6, Periode: 1720-1748" ;
    a2a:Book "Boxtel doop- en trouwboek 1720-1748" ;
    a2a:RegistryNumber "6" ;
    a2a:Folio "62v-05a" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: Boek, Deel: 6, Periode: 1720-1748, Boxtel doop- en trouwboek 1720-1748, 6, 62v-05a"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/df8ab70c-25c0-1c03-a375-ed3e7b5ff614.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/df8ab70c-25c0-1c03-a375-ed3e7b5ff614.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-03-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6" ;
  a2a:RecordGUID "{7bc6f47c-d3fc-6e32-d445-5bc8dafcdcb6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_48235_00048235.xml van BHI" .

[] a2a:PersonRemarkdiversen "Tweeling" .
