@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_e2a8a447-d9de-4e24-545b-e67d1060c357
  a a2a:Record ;
  rdfs:label "Doop op 27 december 1670 te Geffen" ;
  a2a:hasPerson oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-9a0e63a8-84a1-5b78-3db6-321c3315b4dc, oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-dc757745-f4c2-9ebb-5288-95a570d4623a, oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-a1a551c5-b327-6d0c-7447-58c255c083f1, oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-d19b8b3d-8894-b1d4-902a-5ccca12206ce, oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-ec04fc42-f12a-e0ec-462c-53dc111b28e0, oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-79fb40ac-248c-bfb1-ed1e-fe87679e65e9 ;
  a2a:hasEvent oa:event_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_0, oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_1, oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_2, oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_3, oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_4, oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_5 ;
  a2a:hasSource oa:source_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357 .

oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-9a0e63a8-84a1-5b78-3db6-321c3315b4dc
  a a2a:Person ;
  rdfs:label "Antonius Janssen" ;
  a2a:PersonName [
    rdfs:label "Antonius Janssen" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-dc757745-f4c2-9ebb-5288-95a570d4623a
  a a2a:Person ;
  rdfs:label "Guilielma Jan Gilens" ;
  a2a:PersonName [
    rdfs:label "Guilielma Jan Gilens" ;
    a2a:PersonNameFirstName "Guilielma" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Gilens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-a1a551c5-b327-6d0c-7447-58c255c083f1
  a a2a:Person ;
  rdfs:label "Maria Peeters" ;
  a2a:PersonName [
    rdfs:label "Maria Peeters" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-d19b8b3d-8894-b1d4-902a-5ccca12206ce
  a a2a:Person ;
  rdfs:label "Joanna Rulens" ;
  a2a:PersonName [
    rdfs:label "Joanna Rulens" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Rulens"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-ec04fc42-f12a-e0ec-462c-53dc111b28e0
  a a2a:Person ;
  rdfs:label "Maria Janssen" ;
  a2a:PersonName [
    rdfs:label "Maria Janssen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person-79fb40ac-248c-bfb1-ed1e-fe87679e65e9
  a a2a:Person ;
  rdfs:label "Joannes Rulens" ;
  a2a:PersonName [
    rdfs:label "Joannes Rulens" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Rulens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1670" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1670-12-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Geffen" ;
    rdfs:label "Geffen"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person:9a0e63a8-84a1-5b78-3db6-321c3315b4dc ;
  a2a:EventKeyRef oa:event_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Event1 .

oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person:dc757745-f4c2-9ebb-5288-95a570d4623a ;
  a2a:EventKeyRef oa:event_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Event1 .

oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person:a1a551c5-b327-6d0c-7447-58c255c083f1 ;
  a2a:EventKeyRef oa:event_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Event1 .

oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person:d19b8b3d-8894-b1d4-902a-5ccca12206ce ;
  a2a:EventKeyRef oa:event_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Event1 .

oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person:ec04fc42-f12a-e0ec-462c-53dc111b28e0 ;
  a2a:EventKeyRef oa:event_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Event1 .

oa:relationep_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_5
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Person:79fb40ac-248c-bfb1-ed1e-fe87679e65e9 ;
  a2a:EventKeyRef oa:event_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357_Event1 .

oa:source_bhi_e2a8a447-d9de-4e24-545b-e67d1060c357
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Geffen" ;
    rdfs:label "Geffen", "1670-12-27 - 1670-12-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1670-12-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1670-12-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1670" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1670-12-27"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Brabants Historisch Informatie Centrum, Bron: boek, Deel: 9.1, Periode: 1664-1684" ;
    a2a:Book "Rooms-Katholiek doopboek 1664-1684" ;
    a2a:RegistryNumber "9.1" ;
    a2a:Folio "38-09" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: Brabants Historisch Informatie Centrum, Bron: boek, Deel: 9.1, Periode: 1664-1684, Rooms-Katholiek doopboek 1664-1684, 9.1, 38-09"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ab2f602b-c379-333a-805a-c7313ac7a4d5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ab2f602b-c379-333a-805a-c7313ac7a4d5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-12-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e2a8a447-d9de-4e24-545b-e67d1060c357" ;
  a2a:RecordGUID "{e2a8a447-d9de-4e24-545b-e67d1060c357}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231206_57474_00057474.xml van BHI" .

[] a2a:PersonRemarkdiversen "te Rosmalen" .
