@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_5a21284f-e1ba-11f2-e141-bd4c8f8205a1
  a a2a:Record ;
  rdfs:label "Doop op 7 mei 1767 te Schijndel" ;
  a2a:hasPerson oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person-c120d9af-e6f3-5934-e671-819cdb16883d, oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person-fd2d97ae-f998-5b44-0b6c-eb7a312bcebb, oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person-1d92b7e4-ab3e-fc32-0a8f-816658a8704c, oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person-e276e5c4-0618-866b-db2c-af161873cdb0, oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person-c017bad8-aa95-95f5-68d5-d4ae40368c39 ;
  a2a:hasEvent oa:event_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_0, oa:relationep_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_1, oa:relationep_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_2, oa:relationep_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_3, oa:relationep_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_4 ;
  a2a:hasSource oa:source_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1 .

oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person-c120d9af-e6f3-5934-e671-819cdb16883d
  a a2a:Person ;
  rdfs:label "Theodorus Andreae Henrici Vercuijlen" ;
  a2a:PersonName [
    rdfs:label "Theodorus Andreae Henrici Vercuijlen" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNamePatronym "Andreae Henrici" ;
    a2a:PersonNameLastName "Vercuijlen"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person-fd2d97ae-f998-5b44-0b6c-eb7a312bcebb
  a a2a:Person ;
  rdfs:label "Nicolaus Henrici Vercuijlen" ;
  a2a:PersonName [
    rdfs:label "Nicolaus Henrici Vercuijlen" ;
    a2a:PersonNameFirstName "Nicolaus" ;
    a2a:PersonNamePatronym "Henrici" ;
    a2a:PersonNameLastName "Vercuijlen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person-1d92b7e4-ab3e-fc32-0a8f-816658a8704c
  a a2a:Person ;
  rdfs:label "Petronilla Antonii Voets" ;
  a2a:PersonName [
    rdfs:label "Petronilla Antonii Voets" ;
    a2a:PersonNameFirstName "Petronilla" ;
    a2a:PersonNamePatronym "Antonii" ;
    a2a:PersonNameLastName "Voets"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person-e276e5c4-0618-866b-db2c-af161873cdb0
  a a2a:Person ;
  rdfs:label "Maria Theodori Voets" ;
  a2a:PersonName [
    rdfs:label "Maria Theodori Voets" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Theodori" ;
    a2a:PersonNameLastName "Voets"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person-c017bad8-aa95-95f5-68d5-d4ae40368c39
  a a2a:Person ;
  rdfs:label "Andreas Henrici Vercuijlen" ;
  a2a:PersonName [
    rdfs:label "Andreas Henrici Vercuijlen" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNamePatronym "Henrici" ;
    a2a:PersonNameLastName "Vercuijlen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1767" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1767-05-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person:c120d9af-e6f3-5934-e671-819cdb16883d ;
  a2a:EventKeyRef oa:event_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Event1 .

oa:relationep_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person:fd2d97ae-f998-5b44-0b6c-eb7a312bcebb ;
  a2a:EventKeyRef oa:event_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Event1 .

oa:relationep_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person:1d92b7e4-ab3e-fc32-0a8f-816658a8704c ;
  a2a:EventKeyRef oa:event_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Event1 .

oa:relationep_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person:e276e5c4-0618-866b-db2c-af161873cdb0 ;
  a2a:EventKeyRef oa:event_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Event1 .

oa:relationep_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Person:c017bad8-aa95-95f5-68d5-d4ae40368c39 ;
  a2a:EventKeyRef oa:event_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1_Event1 .

oa:source_bhi_5a21284f-e1ba-11f2-e141-bd4c8f8205a1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel", "1767-05-07 - 1767-05-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1767-05-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1767-05-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1767" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1767-05-07"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9, Periode: 1742-1768" ;
    a2a:Book "Schijndel doopboek 1742-1768" ;
    a2a:RegistryNumber "9" ;
    a2a:Folio "114r04b" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9, Periode: 1742-1768, Schijndel doopboek 1742-1768, 9, 114r04b"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/51143ef2-6931-6cfb-d9d9-029b4e5d9c35.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/51143ef2-6931-6cfb-d9d9-029b4e5d9c35.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-05-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5a21284f-e1ba-11f2-e141-bd4c8f8205a1" ;
  a2a:RecordGUID "{5a21284f-e1ba-11f2-e141-bd4c8f8205a1}" ;
  a2a:SourceRemarkOpmerking "onder voorwaarde" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_78165_00078165.xml van BHI" .

[] a2a:PersonRemarkdiversen "tweeling" .
