@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_cc30d957-00da-e6dd-25f0-00cd52c3a8a1
  a a2a:Record ;
  rdfs:label "Doop op 20 januari 1790 te Boekel" ;
  a2a:hasPerson oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person-79acc2df-854d-287a-898a-649cbf700c60, oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person-c7539013-6b55-fa11-453a-74a4626bc91f, oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person-61548643-36f3-47d6-0390-27c88ccc472b, oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person-c6b373da-1316-24cd-ecaf-3f612438e690, oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person-b3da839e-ce03-7bdc-4a9a-66fe7613b70b ;
  a2a:hasEvent oa:event_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_0, oa:relationep_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_1, oa:relationep_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_2, oa:relationep_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_3, oa:relationep_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_4 ;
  a2a:hasSource oa:source_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1 .

oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person-79acc2df-854d-287a-898a-649cbf700c60
  a a2a:Person ;
  rdfs:label "Gerardus Janssens" ;
  a2a:PersonName [
    rdfs:label "Gerardus Janssens" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNameLastName "Janssens"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person-c7539013-6b55-fa11-453a-74a4626bc91f
  a a2a:Person ;
  rdfs:label "Henricus Bevers" ;
  a2a:PersonName [
    rdfs:label "Henricus Bevers" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Bevers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person-61548643-36f3-47d6-0390-27c88ccc472b
  a a2a:Person ;
  rdfs:label "Marij Joannis Jan Bankers" ;
  a2a:PersonName [
    rdfs:label "Marij Joannis Jan Bankers" ;
    a2a:PersonNameFirstName "Marij" ;
    a2a:PersonNamePatronym "Joannis Jan" ;
    a2a:PersonNameLastName "Bankers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person-c6b373da-1316-24cd-ecaf-3f612438e690
  a a2a:Person ;
  rdfs:label "Cornelius Janssens" ;
  a2a:PersonName [
    rdfs:label "Cornelius Janssens" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Janssens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person-b3da839e-ce03-7bdc-4a9a-66fe7613b70b
  a a2a:Person ;
  rdfs:label "Antonetta Jan Tonis Cuipers" ;
  a2a:PersonName [
    rdfs:label "Antonetta Jan Tonis Cuipers" ;
    a2a:PersonNameFirstName "Antonetta" ;
    a2a:PersonNamePatronym "Jan Tonis" ;
    a2a:PersonNameLastName "Cuipers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1790" ;
    a2a:Month "1" ;
    a2a:Day "20" ;
    rdfs:label "1790-01-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Boekel" ;
    rdfs:label "Boekel"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person:79acc2df-854d-287a-898a-649cbf700c60 ;
  a2a:EventKeyRef oa:event_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Event1 .

oa:relationep_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person:c7539013-6b55-fa11-453a-74a4626bc91f ;
  a2a:EventKeyRef oa:event_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Event1 .

oa:relationep_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person:61548643-36f3-47d6-0390-27c88ccc472b ;
  a2a:EventKeyRef oa:event_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Event1 .

oa:relationep_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person:c6b373da-1316-24cd-ecaf-3f612438e690 ;
  a2a:EventKeyRef oa:event_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Event1 .

oa:relationep_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Person:b3da839e-ce03-7bdc-4a9a-66fe7613b70b ;
  a2a:EventKeyRef oa:event_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1_Event1 .

oa:source_bhi_cc30d957-00da-e6dd-25f0-00cd52c3a8a1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Boekel" ;
    rdfs:label "Boekel", "1790-01-20 - 1790-01-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1790-01-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1790-01-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1790" ;
    a2a:Month "1" ;
    a2a:Day "20" ;
    rdfs:label "1790-01-20"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3, Periode: 1770-1806" ;
    a2a:Book "Rooms-Katholiek doopboek 1770-1806" ;
    a2a:RegistryNumber "3" ;
    a2a:Folio "86r02" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3, Periode: 1770-1806, Rooms-Katholiek doopboek 1770-1806, 3, 86r02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/925c086f-7e2e-5539-b023-454c679d1823.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/925c086f-7e2e-5539-b023-454c679d1823.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cc30d957-00da-e6dd-25f0-00cd52c3a8a1" ;
  a2a:RecordGUID "{cc30d957-00da-e6dd-25f0-00cd52c3a8a1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_52407_00052407.xml van BHI" .

