@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_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc
  a a2a:Record ;
  rdfs:label "Doop op 10 mei 1751 te Veghel" ;
  a2a:hasPerson oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person-2198b7fa-a4c5-0ff7-e8b1-ef755ef6da97, oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person-6c2d1af0-4784-4aad-d942-e8d199e76a88, oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person-ec9cf4af-d4c0-19a1-e781-3a8b16abf0c1, oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person-1886c2f5-bba9-1b17-e49d-403bdd1f193e, oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person-042aaa8e-e0bd-535a-4d0f-29350ef7fd2c ;
  a2a:hasEvent oa:event_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_0, oa:relationep_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_1, oa:relationep_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_2, oa:relationep_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_3, oa:relationep_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_4 ;
  a2a:hasSource oa:source_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc .

oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person-2198b7fa-a4c5-0ff7-e8b1-ef755ef6da97
  a a2a:Person ;
  rdfs:label "Martinus van Doren" ;
  a2a:PersonName [
    rdfs:label "Martinus van Doren" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Doren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person-6c2d1af0-4784-4aad-d942-e8d199e76a88
  a a2a:Person ;
  rdfs:label "Maria van Hoof" ;
  a2a:PersonName [
    rdfs:label "Maria van Hoof" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person-ec9cf4af-d4c0-19a1-e781-3a8b16abf0c1
  a a2a:Person ;
  rdfs:label "Mechtildis Arnoldi van Hoof" ;
  a2a:PersonName [
    rdfs:label "Mechtildis Arnoldi van Hoof" ;
    a2a:PersonNameFirstName "Mechtildis" ;
    a2a:PersonNamePatronym "Arnoldi" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person-1886c2f5-bba9-1b17-e49d-403bdd1f193e
  a a2a:Person ;
  rdfs:label "Egidius Joannis Vercuijlen" ;
  a2a:PersonName [
    rdfs:label "Egidius Joannis Vercuijlen" ;
    a2a:PersonNameFirstName "Egidius" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNameLastName "Vercuijlen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person-042aaa8e-e0bd-535a-4d0f-29350ef7fd2c
  a a2a:Person ;
  rdfs:label "Arnolda Vercuijlen" ;
  a2a:PersonName [
    rdfs:label "Arnolda Vercuijlen" ;
    a2a:PersonNameFirstName "Arnolda" ;
    a2a:PersonNameLastName "Vercuijlen"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1751" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1751-05-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person:2198b7fa-a4c5-0ff7-e8b1-ef755ef6da97 ;
  a2a:EventKeyRef oa:event_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Event1 .

oa:relationep_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person:6c2d1af0-4784-4aad-d942-e8d199e76a88 ;
  a2a:EventKeyRef oa:event_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Event1 .

oa:relationep_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person:ec9cf4af-d4c0-19a1-e781-3a8b16abf0c1 ;
  a2a:EventKeyRef oa:event_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Event1 .

oa:relationep_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person:1886c2f5-bba9-1b17-e49d-403bdd1f193e ;
  a2a:EventKeyRef oa:event_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Event1 .

oa:relationep_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Person:042aaa8e-e0bd-535a-4d0f-29350ef7fd2c ;
  a2a:EventKeyRef oa:event_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc_Event1 .

oa:source_bhi_ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel", "1751-05-10 - 1751-05-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1751-05-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1751-05-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1751" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1751-05-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: BHIC, Bron: boek, Deel: 2, Periode: 1751-1792" ;
    a2a:Book "Veghel RK Doop-, trouw- en begraafboek" ;
    a2a:RegistryNumber "2" ;
    a2a:Folio "4-03" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: boek, Deel: 2, Periode: 1751-1792, Veghel RK Doop-, trouw- en begraafboek, 2, 4-03"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/cfaad436-60da-f9c6-266f-22c7587ae896.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/cfaad436-60da-f9c6-266f-22c7587ae896.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc" ;
  a2a:RecordGUID "{ee2d4a1b-5b5f-3aa7-d4b1-1acfbb018bcc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_57194_00057194.xml van BHI" .

