@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_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf
  a a2a:Record ;
  rdfs:label "Doop op 17 oktober 1797 te Cuijk" ;
  a2a:hasPerson oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person-b14c37ee-e10b-4771-3f37-1827fdfc3698, oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person-de027da5-dfe1-e1d9-a050-deab0e09977e, oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person-cc63e38d-99ba-ef98-a00c-cb6ecd41f25c, oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person-06012b26-a9e2-b204-9a68-cd633b4abd95, oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person-28a68e58-abf4-ddd4-6d72-cddc9b43edc0 ;
  a2a:hasEvent oa:event_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_0, oa:relationep_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_1, oa:relationep_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_2, oa:relationep_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_3, oa:relationep_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_4 ;
  a2a:hasSource oa:source_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf .

oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person-b14c37ee-e10b-4771-3f37-1827fdfc3698
  a a2a:Person ;
  rdfs:label "Cornelius van de Mond" ;
  a2a:PersonName [
    rdfs:label "Cornelius van de Mond" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Mond"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person-de027da5-dfe1-e1d9-a050-deab0e09977e
  a a2a:Person ;
  rdfs:label "Gerardus van de Mond" ;
  a2a:PersonName [
    rdfs:label "Gerardus van de Mond" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Mond"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person-cc63e38d-99ba-ef98-a00c-cb6ecd41f25c
  a a2a:Person ;
  rdfs:label "Joanna Goossens" ;
  a2a:PersonName [
    rdfs:label "Joanna Goossens" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Goossens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person-06012b26-a9e2-b204-9a68-cd633b4abd95
  a a2a:Person ;
  rdfs:label "Antoneta Goossens" ;
  a2a:PersonName [
    rdfs:label "Antoneta Goossens" ;
    a2a:PersonNameFirstName "Antoneta" ;
    a2a:PersonNameLastName "Goossens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person-28a68e58-abf4-ddd4-6d72-cddc9b43edc0
  a a2a:Person ;
  rdfs:label "Cornelius van de Mond" ;
  a2a:PersonName [
    rdfs:label "Cornelius van de Mond" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Mond"
  ] ;
  a2a:Gender "Man" .

oa:event_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1797" ;
    a2a:Month "10" ;
    a2a:Day "17" ;
    rdfs:label "1797-10-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Cuijk" ;
    rdfs:label "Cuijk"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person:b14c37ee-e10b-4771-3f37-1827fdfc3698 ;
  a2a:EventKeyRef oa:event_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Event1 .

oa:relationep_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person:de027da5-dfe1-e1d9-a050-deab0e09977e ;
  a2a:EventKeyRef oa:event_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Event1 .

oa:relationep_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person:cc63e38d-99ba-ef98-a00c-cb6ecd41f25c ;
  a2a:EventKeyRef oa:event_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Event1 .

oa:relationep_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person:06012b26-a9e2-b204-9a68-cd633b4abd95 ;
  a2a:EventKeyRef oa:event_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Event1 .

oa:relationep_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Person:28a68e58-abf4-ddd4-6d72-cddc9b43edc0 ;
  a2a:EventKeyRef oa:event_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf_Event1 .

oa:source_bhi_ba7a4b4c-077d-282d-2d1b-72d10ef2afdf
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Cuijk" ;
    rdfs:label "Cuijk", "1797-10-17 - 1797-10-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1797-10-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1797-10-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1797" ;
    a2a:Month "10" ;
    a2a:Day "17" ;
    rdfs:label "1797-10-17"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 17, Periode: 1797-1823" ;
    a2a:Book "Cuijk dopen, trouwen en begraven 1797-1823" ;
    a2a:RegistryNumber "17" ;
    a2a:Folio "9-05" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 17, Periode: 1797-1823, Cuijk dopen, trouwen en begraven 1797-1823, 17, 9-05"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6e1fb7f5-af96-d8bd-83dd-8425ce5e5e22.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6e1fb7f5-af96-d8bd-83dd-8425ce5e5e22.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ba7a4b4c-077d-282d-2d1b-72d10ef2afdf" ;
  a2a:RecordGUID "{ba7a4b4c-077d-282d-2d1b-72d10ef2afdf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_56831_00056831.xml van BHI" .

