@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_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291
  a a2a:Record ;
  rdfs:label "Doop op 3 april 1807 te Zeeland" ;
  a2a:hasPerson oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person-f626c25a-5c66-cb90-085c-d3fbfd2cc23d, oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person-f5e84701-c522-7bbc-707e-0a7f36297ae9, oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person-52289fb5-e2d0-2263-fc5a-630a936a2d2d, oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person-5f8b6dce-7f3e-7ad3-9c3a-a96caf2a5a92, oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person-29eb4976-8a22-d625-5d00-7bf666f3bbe5 ;
  a2a:hasEvent oa:event_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_0, oa:relationep_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_1, oa:relationep_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_2, oa:relationep_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_3, oa:relationep_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_4 ;
  a2a:hasSource oa:source_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291 .

oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person-f626c25a-5c66-cb90-085c-d3fbfd2cc23d
  a a2a:Person ;
  rdfs:label "Joannes Toonen" ;
  a2a:PersonName [
    rdfs:label "Joannes Toonen" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Toonen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person-f5e84701-c522-7bbc-707e-0a7f36297ae9
  a a2a:Person ;
  rdfs:label "Joanna Maria Claas Haselbergs" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Claas Haselbergs" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNamePatronym "Claas" ;
    a2a:PersonNameLastName "Haselbergs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person-52289fb5-e2d0-2263-fc5a-630a936a2d2d
  a a2a:Person ;
  rdfs:label "Aldegonda Dirk Toonen" ;
  a2a:PersonName [
    rdfs:label "Aldegonda Dirk Toonen" ;
    a2a:PersonNameFirstName "Aldegonda" ;
    a2a:PersonNamePatronym "Dirk" ;
    a2a:PersonNameLastName "Toonen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person-5f8b6dce-7f3e-7ad3-9c3a-a96caf2a5a92
  a a2a:Person ;
  rdfs:label "Hubertus Gert Huibers" ;
  a2a:PersonName [
    rdfs:label "Hubertus Gert Huibers" ;
    a2a:PersonNameFirstName "Hubertus" ;
    a2a:PersonNamePatronym "Gert" ;
    a2a:PersonNameLastName "Huibers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person-29eb4976-8a22-d625-5d00-7bf666f3bbe5
  a a2a:Person ;
  rdfs:label "Joanna Huibers" ;
  a2a:PersonName [
    rdfs:label "Joanna Huibers" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Huibers"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1807" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1807-04-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zeeland" ;
    rdfs:label "Zeeland"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person:f626c25a-5c66-cb90-085c-d3fbfd2cc23d ;
  a2a:EventKeyRef oa:event_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Event1 .

oa:relationep_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person:f5e84701-c522-7bbc-707e-0a7f36297ae9 ;
  a2a:EventKeyRef oa:event_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Event1 .

oa:relationep_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person:52289fb5-e2d0-2263-fc5a-630a936a2d2d ;
  a2a:EventKeyRef oa:event_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Event1 .

oa:relationep_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person:5f8b6dce-7f3e-7ad3-9c3a-a96caf2a5a92 ;
  a2a:EventKeyRef oa:event_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Event1 .

oa:relationep_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Person:29eb4976-8a22-d625-5d00-7bf666f3bbe5 ;
  a2a:EventKeyRef oa:event_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291_Event1 .

oa:source_bhi_cc3b2d0b-e221-8b0a-99e2-7ee9cc253291
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Zeeland" ;
    rdfs:label "Zeeland", "1807-04-03 - 1807-04-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1807-04-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1807-04-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1807" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1807-04-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: Boek, Deel: 9, Periode: 1752-1811" ;
    a2a:Book "Zeeland doopboek 1752-1811" ;
    a2a:RegistryNumber "9" ;
    a2a:Folio "209-02" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: Boek, Deel: 9, Periode: 1752-1811, Zeeland doopboek 1752-1811, 9, 209-02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d643d646-9232-9f7e-edb6-042b8b82cae2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d643d646-9232-9f7e-edb6-042b8b82cae2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-11-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cc3b2d0b-e221-8b0a-99e2-7ee9cc253291" ;
  a2a:RecordGUID "{cc3b2d0b-e221-8b0a-99e2-7ee9cc253291}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_52408_00052408.xml van BHI" .

