@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_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8
  a a2a:Record ;
  rdfs:label "Doop op 10 februari 1794 te Heesch" ;
  a2a:hasPerson oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person-b108f19c-463c-11e3-a747-d206bceb4d38, oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person-b109673a-463c-11e3-a747-d206bceb4d38, oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person-b109a376-463c-11e3-a747-d206bceb4d38, oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person-b108a6ba-463c-11e3-a747-d206bceb4d38, oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person-b1092d9c-463c-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_0, oa:relationep_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_1, oa:relationep_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_2, oa:relationep_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_3, oa:relationep_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_4 ;
  a2a:hasSource oa:source_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8 .

oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person-b108f19c-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Thomas Francisci van de Camp" ;
  a2a:PersonName [
    rdfs:label "Thomas Francisci van de Camp" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNamePatronym "Francisci" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Camp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person-b109673a-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Petrus Ploegmakers" ;
  a2a:PersonName [
    rdfs:label "Petrus Ploegmakers" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Ploegmakers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person-b109a376-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Joanna Francisci van de Camp" ;
  a2a:PersonName [
    rdfs:label "Joanna Francisci van de Camp" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePatronym "Francisci" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Camp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person-b108a6ba-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Franciscus van de Camp" ;
  a2a:PersonName [
    rdfs:label "Franciscus van de Camp" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Camp"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person-b1092d9c-463c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Wilhelma Rodulphi Ruijs" ;
  a2a:PersonName [
    rdfs:label "Wilhelma Rodulphi Ruijs" ;
    a2a:PersonNameFirstName "Wilhelma" ;
    a2a:PersonNamePatronym "Rodulphi" ;
    a2a:PersonNameLastName "Ruijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1794" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1794-02-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heesch" ;
    rdfs:label "Heesch"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person:b108f19c-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Event1 .

oa:relationep_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person:b109673a-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Event1 .

oa:relationep_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person:b109a376-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Event1 .

oa:relationep_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person:b108a6ba-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Event1 .

oa:relationep_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Person:b1092d9c-463c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8_Event1 .

oa:source_bhi_c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Heesch" ;
    rdfs:label "Heesch", "1794-02-10 - 1794-02-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1794-02-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1794-02-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1794" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1794-02-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 2, Periode: 1750-1810" ;
    a2a:Book "Rooms-Katholiek doopboek 1750-1810" ;
    a2a:RegistryNumber "2" ;
    a2a:Folio "176-06" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 2, Periode: 1750-1810, Rooms-Katholiek doopboek 1750-1810, 2, 176-06"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a4fb9eee-8905-6bc8-cbae-a458b510398c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a4fb9eee-8905-6bc8-cbae-a458b510398c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-05-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8" ;
  a2a:RecordGUID "{c3a1e31f-881c-fb90-e8bb-e4d7eb6786f8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_77858_00077858.xml van BHI" .

