@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_b3c20ff2-91f8-9fba-87c8-304a7b4eef50
  a a2a:Record ;
  rdfs:label "Doop op 11 oktober 1709 te Geffen" ;
  a2a:hasPerson oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person-fc48fed9-f11c-b4d9-f8b4-9bedf9c84834, oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person-b6dd7510-f513-a2bd-1f38-7174a7ef6257, oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person-9f006d8b-aff0-d6a3-dba6-d8f595035df5, oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person-ca395289-d514-1b16-7a05-734c7e19fe8b, oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person-8a22cd9c-b729-517b-ce62-410fe4a79dc1 ;
  a2a:hasEvent oa:event_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_0, oa:relationep_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_1, oa:relationep_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_2, oa:relationep_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_3, oa:relationep_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_4 ;
  a2a:hasSource oa:source_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50 .

oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person-fc48fed9-f11c-b4d9-f8b4-9bedf9c84834
  a a2a:Person ;
  rdfs:label "Jan Dirck Spirinx" ;
  a2a:PersonName [
    rdfs:label "Jan Dirck Spirinx" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Dirck" ;
    a2a:PersonNameLastName "Spirinx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person-b6dd7510-f513-a2bd-1f38-7174a7ef6257
  a a2a:Person ;
  rdfs:label "Pecke Jan Sigmans" ;
  a2a:PersonName [
    rdfs:label "Pecke Jan Sigmans" ;
    a2a:PersonNameFirstName "Pecke" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Sigmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person-9f006d8b-aff0-d6a3-dba6-d8f595035df5
  a a2a:Person ;
  rdfs:label "Elisabeth Spirinx" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Spirinx" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Spirinx"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person-ca395289-d514-1b16-7a05-734c7e19fe8b
  a a2a:Person ;
  rdfs:label "Lucia Jan Sigmans" ;
  a2a:PersonName [
    rdfs:label "Lucia Jan Sigmans" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNamePatronym "Jan" ;
    a2a:PersonNameLastName "Sigmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person-8a22cd9c-b729-517b-ce62-410fe4a79dc1
  a a2a:Person ;
  rdfs:label "Ceel Gijsbert Spirinx" ;
  a2a:PersonName [
    rdfs:label "Ceel Gijsbert Spirinx" ;
    a2a:PersonNameFirstName "Ceel" ;
    a2a:PersonNamePatronym "Gijsbert" ;
    a2a:PersonNameLastName "Spirinx"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1709" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1709-10-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Geffen" ;
    rdfs:label "Geffen"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person:fc48fed9-f11c-b4d9-f8b4-9bedf9c84834 ;
  a2a:EventKeyRef oa:event_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Event1 .

oa:relationep_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person:b6dd7510-f513-a2bd-1f38-7174a7ef6257 ;
  a2a:EventKeyRef oa:event_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Event1 .

oa:relationep_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person:9f006d8b-aff0-d6a3-dba6-d8f595035df5 ;
  a2a:EventKeyRef oa:event_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Event1 .

oa:relationep_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person:ca395289-d514-1b16-7a05-734c7e19fe8b ;
  a2a:EventKeyRef oa:event_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Event1 .

oa:relationep_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Person:8a22cd9c-b729-517b-ce62-410fe4a79dc1 ;
  a2a:EventKeyRef oa:event_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50_Event1 .

oa:source_bhi_b3c20ff2-91f8-9fba-87c8-304a7b4eef50
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Geffen" ;
    rdfs:label "Geffen", "1709-10-11 - 1709-10-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1709-10-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1709-10-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1709" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1709-10-11"^^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: 10.1, Periode: 1683-1731" ;
    a2a:Book "Rooms-Katholiek doopboek 1683-1731" ;
    a2a:RegistryNumber "10.1" ;
    a2a:Folio "57-04" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: Brabants Historisch Informatie Centrum, Bron: boek, Deel: 10.1, Periode: 1683-1731, Rooms-Katholiek doopboek 1683-1731, 10.1, 57-04"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e74a5efc-2175-e2fc-bc43-9c2fc3103571.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e74a5efc-2175-e2fc-bc43-9c2fc3103571.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-10-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b3c20ff2-91f8-9fba-87c8-304a7b4eef50" ;
  a2a:RecordGUID "{b3c20ff2-91f8-9fba-87c8-304a7b4eef50}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_74950_00074950.xml van BHI" .

[] a2a:PersonRemarkdiversen "ernaast: overleden" .
