@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_9999f3e1-7dc0-e1db-39be-45d0f7f77f67
  a a2a:Record ;
  rdfs:label "Doop op 14 oktober 1713 te Geffen" ;
  a2a:hasPerson oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person-b331fe2c-9420-2ec4-cfc6-948065e0a657, oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person-40ffd9c1-01b9-f5cb-8a15-eba62e6a6400, oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person-e575b757-f0cb-c684-98c7-6b93ea0e4e31, oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person-ce0d9673-151a-b809-3918-c8e4a52fc898, oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person-811768aa-4cdd-2075-4107-f53bd70233ce ;
  a2a:hasEvent oa:event_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_0, oa:relationep_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_1, oa:relationep_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_2, oa:relationep_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_3, oa:relationep_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_4 ;
  a2a:hasSource oa:source_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67 .

oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person-b331fe2c-9420-2ec4-cfc6-948065e0a657
  a a2a:Person ;
  rdfs:label "Jan Theuwens" ;
  a2a:PersonName [
    rdfs:label "Jan Theuwens" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Theuwens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person-40ffd9c1-01b9-f5cb-8a15-eba62e6a6400
  a a2a:Person ;
  rdfs:label "Mari Jan Bogers" ;
  a2a:PersonName [
    rdfs:label "Mari Jan Bogers" ;
    a2a:PersonNameFirstName "Mari" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Bogers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person-e575b757-f0cb-c684-98c7-6b93ea0e4e31
  a a2a:Person ;
  rdfs:label "Anna Maria Bogers" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Bogers" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Bogers"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person-ce0d9673-151a-b809-3918-c8e4a52fc898
  a a2a:Person ;
  rdfs:label "Anneke Cornelisse van Uden" ;
  a2a:PersonName [
    rdfs:label "Anneke Cornelisse van Uden" ;
    a2a:PersonNameFirstName "Anneke" ;
    a2a:PersonNamePatronym "Cornelisse" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Uden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person-811768aa-4cdd-2075-4107-f53bd70233ce
  a a2a:Person ;
  rdfs:label "Frans Jan Bogers" ;
  a2a:PersonName [
    rdfs:label "Frans Jan Bogers" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Bogers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1713" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1713-10-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Geffen" ;
    rdfs:label "Geffen"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person:b331fe2c-9420-2ec4-cfc6-948065e0a657 ;
  a2a:EventKeyRef oa:event_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Event1 .

oa:relationep_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person:40ffd9c1-01b9-f5cb-8a15-eba62e6a6400 ;
  a2a:EventKeyRef oa:event_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Event1 .

oa:relationep_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person:e575b757-f0cb-c684-98c7-6b93ea0e4e31 ;
  a2a:EventKeyRef oa:event_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Event1 .

oa:relationep_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person:ce0d9673-151a-b809-3918-c8e4a52fc898 ;
  a2a:EventKeyRef oa:event_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Event1 .

oa:relationep_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Person:811768aa-4cdd-2075-4107-f53bd70233ce ;
  a2a:EventKeyRef oa:event_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67_Event1 .

oa:source_bhi_9999f3e1-7dc0-e1db-39be-45d0f7f77f67
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Geffen" ;
    rdfs:label "Geffen", "1713-10-14 - 1713-10-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1713-10-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1713-10-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1713" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1713-10-14"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Brabants Historisch Informatie Centrum, Bron: boek, Deel: 10.1, Periode: 1683-1731" ;
    a2a:Book "Rooms-Katholiek doopboek 1683-1731" ;
    a2a:RegistryNumber "10.1" ;
    a2a:Folio "66-07" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: Brabants Historisch Informatie Centrum, Bron: boek, Deel: 10.1, Periode: 1683-1731, Rooms-Katholiek doopboek 1683-1731, 10.1, 66-07"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/27379d7e-205b-a335-1583-a1815a3bae3b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/27379d7e-205b-a335-1583-a1815a3bae3b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-10-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/9999f3e1-7dc0-e1db-39be-45d0f7f77f67" ;
  a2a:RecordGUID "{9999f3e1-7dc0-e1db-39be-45d0f7f77f67}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_74945_00074945.xml van BHI" .

