@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_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba
  a a2a:Record ;
  rdfs:label "Doop op 20 juli 1800 te Sint-Oedenrode" ;
  a2a:hasPerson oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person-3b92033e-663d-b97d-4e3b-e6980c3ae7fe, oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person-b41f7349-48dd-4c89-ff73-ca6721dc3170, oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person-4d3465a3-6d72-b462-5a42-4e6f25618ff7, oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person-9714ae98-7e0d-925a-cb95-23a139fecd73, oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person-f90cc023-dedc-eec5-7477-2fac0288c571 ;
  a2a:hasEvent oa:event_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_0, oa:relationep_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_1, oa:relationep_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_2, oa:relationep_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_3, oa:relationep_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_4 ;
  a2a:hasSource oa:source_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba .

oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person-3b92033e-663d-b97d-4e3b-e6980c3ae7fe
  a a2a:Person ;
  rdfs:label "Wilm Raijmakers" ;
  a2a:PersonName [
    rdfs:label "Wilm Raijmakers" ;
    a2a:PersonNameFirstName "Wilm" ;
    a2a:PersonNameLastName "Raijmakers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person-b41f7349-48dd-4c89-ff73-ca6721dc3170
  a a2a:Person ;
  rdfs:label "Gerdus Jan van Boekel" ;
  a2a:PersonName [
    rdfs:label "Gerdus Jan van Boekel" ;
    a2a:PersonNameFirstName "Gerdus" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Boekel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person-4d3465a3-6d72-b462-5a42-4e6f25618ff7
  a a2a:Person ;
  rdfs:label "Petrus Raijmakers" ;
  a2a:PersonName [
    rdfs:label "Petrus Raijmakers" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Raijmakers"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person-9714ae98-7e0d-925a-cb95-23a139fecd73
  a a2a:Person ;
  rdfs:label "Adr. Peter Raijmakers" ;
  a2a:PersonName [
    rdfs:label "Adr. Peter Raijmakers" ;
    a2a:PersonNameFirstName "Adr." ;
    a2a:PersonNamePatronym "Peter" ;
    a2a:PersonNameLastName "Raijmakers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person-f90cc023-dedc-eec5-7477-2fac0288c571
  a a2a:Person ;
  rdfs:label "Peternel van der Velden" ;
  a2a:PersonName [
    rdfs:label "Peternel van der Velden" ;
    a2a:PersonNameFirstName "Peternel" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Velden"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1800" ;
    a2a:Month "7" ;
    a2a:Day "20" ;
    rdfs:label "1800-07-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sint-Oedenrode" ;
    rdfs:label "Sint-Oedenrode"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person:3b92033e-663d-b97d-4e3b-e6980c3ae7fe ;
  a2a:EventKeyRef oa:event_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Event1 .

oa:relationep_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person:b41f7349-48dd-4c89-ff73-ca6721dc3170 ;
  a2a:EventKeyRef oa:event_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Event1 .

oa:relationep_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person:4d3465a3-6d72-b462-5a42-4e6f25618ff7 ;
  a2a:EventKeyRef oa:event_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Event1 .

oa:relationep_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person:9714ae98-7e0d-925a-cb95-23a139fecd73 ;
  a2a:EventKeyRef oa:event_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Event1 .

oa:relationep_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Person:f90cc023-dedc-eec5-7477-2fac0288c571 ;
  a2a:EventKeyRef oa:event_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba_Event1 .

oa:source_bhi_2ab8b9ea-8daa-45f2-784b-b2227dcc2fba
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sint-Oedenrode" ;
    rdfs:label "Sint-Oedenrode", "1800-07-20 - 1800-07-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-07-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1800-07-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1800" ;
    a2a:Month "7" ;
    a2a:Day "20" ;
    rdfs:label "1800-07-20"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: Boek, Deel: 36, Periode: 1798-1810" ;
    a2a:Book "Sint-Oedenrode doop- en trouwboek 1798-1810" ;
    a2a:RegistryNumber "36" ;
    a2a:Folio "70-03" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: Boek, Deel: 36, Periode: 1798-1810, Sint-Oedenrode doop- en trouwboek 1798-1810, 36, 70-03"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/771f9c71-1c97-569a-e2fa-53879c9b38eb.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/771f9c71-1c97-569a-e2fa-53879c9b38eb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2ab8b9ea-8daa-45f2-784b-b2227dcc2fba" ;
  a2a:RecordGUID "{2ab8b9ea-8daa-45f2-784b-b2227dcc2fba}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_415_00000415.xml van BHI" .

