@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_41ba7a7e-403e-12db-e719-2afceb5cb481
  a a2a:Record ;
  rdfs:label "Doop op 25 januari 1623 te Schijndel" ;
  a2a:hasPerson oa:person_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Person-a7099f04-5eb1-fc17-b242-6937dcaa4253, oa:person_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Person-02b5125b-29ce-f1fe-5d75-0d8fe06b3fb7, oa:person_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Person-96086bdc-167a-3ac9-e058-98a84f5b4978 ;
  a2a:hasEvent oa:event_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_0, oa:relationep_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_1, oa:relationep_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_2 ;
  a2a:hasSource oa:source_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481 .

oa:person_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Person-a7099f04-5eb1-fc17-b242-6937dcaa4253
  a a2a:Person ;
  rdfs:label "Theodoricus Henrici" ;
  a2a:PersonName [
    rdfs:label "Theodoricus Henrici" ;
    a2a:PersonNameFirstName "Theodoricus" ;
    a2a:PersonNameLastName "Henrici"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Person-02b5125b-29ce-f1fe-5d75-0d8fe06b3fb7
  a a2a:Person ;
  rdfs:label "Henricus Henrici" ;
  a2a:PersonName [
    rdfs:label "Henricus Henrici" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Henrici"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Person-96086bdc-167a-3ac9-e058-98a84f5b4978
  a a2a:Person ;
  rdfs:label "Hugo Gisberti Hugonis van Berckel" ;
  a2a:PersonName [
    rdfs:label "Hugo Gisberti Hugonis van Berckel" ;
    a2a:PersonNameFirstName "Hugo" ;
    a2a:PersonNamePatronym "Gisberti Hugonis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Berckel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1623" ;
    a2a:Month "1" ;
    a2a:Day "25" ;
    rdfs:label "1623-01-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Person:a7099f04-5eb1-fc17-b242-6937dcaa4253 ;
  a2a:EventKeyRef oa:event_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Event1 .

oa:relationep_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Person:02b5125b-29ce-f1fe-5d75-0d8fe06b3fb7 ;
  a2a:EventKeyRef oa:event_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Event1 .

oa:relationep_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Person:96086bdc-167a-3ac9-e058-98a84f5b4978 ;
  a2a:EventKeyRef oa:event_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481_Event1 .

oa:source_bhi_41ba7a7e-403e-12db-e719-2afceb5cb481
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Schijndel" ;
    rdfs:label "Schijndel", "1623-01-25 - 1623-01-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1623-01-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1623-01-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1623" ;
    a2a:Month "1" ;
    a2a:Day "25" ;
    rdfs:label "1623-01-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1, Periode: 1604-1627" ;
    a2a:Book "Rooms-Katholiek doopboek 1604-1627" ;
    a2a:RegistryNumber "1" ;
    a2a:Folio "119r" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1, Periode: 1604-1627, Rooms-Katholiek doopboek 1604-1627, 1, 119r"
  ] ;
  a2a:SourceLastChangeDate "2015-02-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/41ba7a7e-403e-12db-e719-2afceb5cb481" ;
  a2a:RecordGUID "{41ba7a7e-403e-12db-e719-2afceb5cb481}" ;
  a2a:SourceRemarkOpmerking "Gt2 weduwe van Joannes Petri Reyneri." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_41898_00041898.xml van BHI" .

