@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_0bf9b766-c8ef-e8b1-acb8-0396261cd403
  a a2a:Record ;
  rdfs:label "Doop op 12 mei 1660 te Schijndel" ;
  a2a:hasPerson oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person-d7cfc719-38e1-b721-99f6-e8ad7f880002, oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person-33d80d9e-70cd-c300-02b1-541dc525e35e, oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person-882da024-dfa0-890d-18f7-85e0bb207c84, oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person-f2fa054b-0502-e3f3-85cb-8ad56be37efb, oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person-13d1e4e4-8d26-2f90-ac53-f967fce69e93 ;
  a2a:hasEvent oa:event_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_0, oa:relationep_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_1, oa:relationep_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_2, oa:relationep_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_3, oa:relationep_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_4 ;
  a2a:hasSource oa:source_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403 .

oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person-d7cfc719-38e1-b721-99f6-e8ad7f880002
  a a2a:Person ;
  rdfs:label "Margareta Joannis Anthonii Voets" ;
  a2a:PersonName [
    rdfs:label "Margareta Joannis Anthonii Voets" ;
    a2a:PersonNameFirstName "Margareta" ;
    a2a:PersonNamePatronym "Joannis Anthonii" ;
    a2a:PersonNameLastName "Voets"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person-33d80d9e-70cd-c300-02b1-541dc525e35e
  a a2a:Person ;
  rdfs:label "Henricus Eijmberti" ;
  a2a:PersonName [
    rdfs:label "Henricus Eijmberti" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Eijmberti"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person-882da024-dfa0-890d-18f7-85e0bb207c84
  a a2a:Person ;
  rdfs:label "Èlisabetha Eijmberti Anthonii" ;
  a2a:PersonName [
    rdfs:label "Èlisabetha Eijmberti Anthonii" ;
    a2a:PersonNameFirstName "Èlisabetha" ;
    a2a:PersonNamePatronym "Eijmberti" ;
    a2a:PersonNameLastName "Anthonii"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person-f2fa054b-0502-e3f3-85cb-8ad56be37efb
  a a2a:Person ;
  rdfs:label "Joannes Joannis Henrici Eijmberti" ;
  a2a:PersonName [
    rdfs:label "Joannes Joannis Henrici Eijmberti" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePatronym "Joannis Henrici" ;
    a2a:PersonNameLastName "Eijmberti"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person-13d1e4e4-8d26-2f90-ac53-f967fce69e93
  a a2a:Person ;
  rdfs:label "Catharina Anthonii" ;
  a2a:PersonName [
    rdfs:label "Catharina Anthonii" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Anthonii"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1660" ;
    a2a:Month "5" ;
    a2a:Day "12" ;
    rdfs:label "1660-05-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person:d7cfc719-38e1-b721-99f6-e8ad7f880002 ;
  a2a:EventKeyRef oa:event_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Event1 .

oa:relationep_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person:33d80d9e-70cd-c300-02b1-541dc525e35e ;
  a2a:EventKeyRef oa:event_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Event1 .

oa:relationep_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person:882da024-dfa0-890d-18f7-85e0bb207c84 ;
  a2a:EventKeyRef oa:event_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Event1 .

oa:relationep_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person:f2fa054b-0502-e3f3-85cb-8ad56be37efb ;
  a2a:EventKeyRef oa:event_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Event1 .

oa:relationep_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Person:13d1e4e4-8d26-2f90-ac53-f967fce69e93 ;
  a2a:EventKeyRef oa:event_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403_Event1 .

oa:source_bhi_0bf9b766-c8ef-e8b1-acb8-0396261cd403
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel", "1660-05-12 - 1660-05-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1660-05-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1660-05-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1660" ;
    a2a:Month "5" ;
    a2a:Day "12" ;
    rdfs:label "1660-05-12"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2, Periode: 1628-1664" ;
    a2a:Book "Rooms-Katholiek doop-, trouw- en begraafboek 1628-1664" ;
    a2a:RegistryNumber "2" ;
    a2a:Folio "198r06" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2, Periode: 1628-1664, Rooms-Katholiek doop-, trouw- en begraafboek 1628-1664, 2, 198r06"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/cc8b7938-04e5-a7c6-8b86-7c433f7c0f1b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/cc8b7938-04e5-a7c6-8b86-7c433f7c0f1b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-09-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0bf9b766-c8ef-e8b1-acb8-0396261cd403" ;
  a2a:RecordGUID "{0bf9b766-c8ef-e8b1-acb8-0396261cd403}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_57104_00057104.xml van BHI" .

[] a2a:PersonRemarkdiversen "onwettig kind" .
