@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_e62c2885-aa91-e5b2-8fca-87958654b592
  a a2a:Record ;
  rdfs:label "Doop op 18 november 1787 te Haps" ;
  a2a:hasPerson oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person-7044cf23-6064-1f00-beb0-916856369ab7, oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person-5d6e6b05-5b36-7a1d-faac-6b491d72b95c, oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person-b06ef97f-4f49-df8e-24e9-d76ff73af693, oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person-20263cd3-d758-5e10-7cb2-141d2d0d8173, oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person-d59808de-2ccf-af79-ce69-3dc46f945039 ;
  a2a:hasEvent oa:event_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_0, oa:relationep_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_1, oa:relationep_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_2, oa:relationep_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_3, oa:relationep_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_4 ;
  a2a:hasSource oa:source_bhi_e62c2885-aa91-e5b2-8fca-87958654b592 .

oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person-7044cf23-6064-1f00-beb0-916856369ab7
  a a2a:Person ;
  rdfs:label "Anna Peters" ;
  a2a:PersonName [
    rdfs:label "Anna Peters" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Peters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person-5d6e6b05-5b36-7a1d-faac-6b491d72b95c
  a a2a:Person ;
  rdfs:label "Henricus Jacobs" ;
  a2a:PersonName [
    rdfs:label "Henricus Jacobs" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person-b06ef97f-4f49-df8e-24e9-d76ff73af693
  a a2a:Person ;
  rdfs:label "Elisabeth Croef" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Croef" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Croef"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person-20263cd3-d758-5e10-7cb2-141d2d0d8173
  a a2a:Person ;
  rdfs:label "Jacobus Theodori Jacobs" ;
  a2a:PersonName [
    rdfs:label "Jacobus Theodori Jacobs" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePatronym "Theodori" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person-d59808de-2ccf-af79-ce69-3dc46f945039
  a a2a:Person ;
  rdfs:label "Theodorus Jacobs" ;
  a2a:PersonName [
    rdfs:label "Theodorus Jacobs" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1787" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1787-11-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Haps" ;
    rdfs:label "Haps"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person:7044cf23-6064-1f00-beb0-916856369ab7 ;
  a2a:EventKeyRef oa:event_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Event1 .

oa:relationep_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person:5d6e6b05-5b36-7a1d-faac-6b491d72b95c ;
  a2a:EventKeyRef oa:event_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Event1 .

oa:relationep_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person:b06ef97f-4f49-df8e-24e9-d76ff73af693 ;
  a2a:EventKeyRef oa:event_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Event1 .

oa:relationep_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person:20263cd3-d758-5e10-7cb2-141d2d0d8173 ;
  a2a:EventKeyRef oa:event_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Event1 .

oa:relationep_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Person:d59808de-2ccf-af79-ce69-3dc46f945039 ;
  a2a:EventKeyRef oa:event_bhi_e62c2885-aa91-e5b2-8fca-87958654b592_Event1 .

oa:source_bhi_e62c2885-aa91-e5b2-8fca-87958654b592
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Haps" ;
    rdfs:label "Haps", "1787-11-18 - 1787-11-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1787-11-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1787-11-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1787" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1787-11-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: BHIC, Bron: microfiche, Deel: 3, Periode: 1723-1792" ;
    a2a:Book "Haps RK Dopen (1723-1792), Trouwen (1724-1792) en Begraven (1724-1813)" ;
    a2a:RegistryNumber "3" ;
    a2a:Folio "193-02" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: BHIC, Bron: microfiche, Deel: 3, Periode: 1723-1792, Haps RK Dopen (1723-1792), Trouwen (1724-1792) en Begraven (1724-1813), 3, 193-02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5efef636-fd51-635a-93ea-ddb97d701a83.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5efef636-fd51-635a-93ea-ddb97d701a83.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-06-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e62c2885-aa91-e5b2-8fca-87958654b592" ;
  a2a:RecordGUID "{e62c2885-aa91-e5b2-8fca-87958654b592}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_69525_00069525.xml van BHI" .

