@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_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac
  a a2a:Record ;
  rdfs:label "Doop op 9 oktober 1783 te Zeeland" ;
  a2a:hasPerson oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person-e301c89c-143d-9f88-978c-e0817fe6c9da, oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person-8223929e-d997-9004-7c53-6edc7ecff519, oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person-56bd4801-c130-1c0e-3365-a0fc7d5c7ee6, oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person-e2816a5b-b7da-5840-7452-e190fb97c24a, oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person-211b354e-f738-2712-dfde-39a5c3a25637 ;
  a2a:hasEvent oa:event_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_0, oa:relationep_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_1, oa:relationep_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_2, oa:relationep_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_3, oa:relationep_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_4 ;
  a2a:hasSource oa:source_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac .

oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person-e301c89c-143d-9f88-978c-e0817fe6c9da
  a a2a:Person ;
  rdfs:label "Joannes Cuipers" ;
  a2a:PersonName [
    rdfs:label "Joannes Cuipers" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Cuipers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person-8223929e-d997-9004-7c53-6edc7ecff519
  a a2a:Person ;
  rdfs:label "Hendrina van den Bogart" ;
  a2a:PersonName [
    rdfs:label "Hendrina van den Bogart" ;
    a2a:PersonNameFirstName "Hendrina" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bogart"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person-56bd4801-c130-1c0e-3365-a0fc7d5c7ee6
  a a2a:Person ;
  rdfs:label "Gertrudis Janse" ;
  a2a:PersonName [
    rdfs:label "Gertrudis Janse" ;
    a2a:PersonNameFirstName "Gertrudis" ;
    a2a:PersonNameLastName "Janse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person-e2816a5b-b7da-5840-7452-e190fb97c24a
  a a2a:Person ;
  rdfs:label "Cornelius Cuipers" ;
  a2a:PersonName [
    rdfs:label "Cornelius Cuipers" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Cuipers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person-211b354e-f738-2712-dfde-39a5c3a25637
  a a2a:Person ;
  rdfs:label "Antonia Cuipers" ;
  a2a:PersonName [
    rdfs:label "Antonia Cuipers" ;
    a2a:PersonNameFirstName "Antonia" ;
    a2a:PersonNameLastName "Cuipers"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1783" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1783-10-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zeeland" ;
    rdfs:label "Zeeland"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person:e301c89c-143d-9f88-978c-e0817fe6c9da ;
  a2a:EventKeyRef oa:event_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Event1 .

oa:relationep_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person:8223929e-d997-9004-7c53-6edc7ecff519 ;
  a2a:EventKeyRef oa:event_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Event1 .

oa:relationep_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person:56bd4801-c130-1c0e-3365-a0fc7d5c7ee6 ;
  a2a:EventKeyRef oa:event_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Event1 .

oa:relationep_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person:e2816a5b-b7da-5840-7452-e190fb97c24a ;
  a2a:EventKeyRef oa:event_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Event1 .

oa:relationep_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Person:211b354e-f738-2712-dfde-39a5c3a25637 ;
  a2a:EventKeyRef oa:event_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac_Event1 .

oa:source_bhi_d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Zeeland" ;
    rdfs:label "Zeeland", "1783-10-09 - 1783-10-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1783-10-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1783-10-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1783" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1783-10-09"^^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 "106-01" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: Boek, Deel: 9, Periode: 1752-1811, Zeeland doopboek 1752-1811, 9, 106-01"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/80a0625c-5faf-4964-951b-36deb39a64d2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/80a0625c-5faf-4964-951b-36deb39a64d2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-11-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac" ;
  a2a:RecordGUID "{d03a9aa8-6ffa-49b7-c836-d41fc7fbfcac}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_52579_00052579.xml van BHI" .

