@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_7eb60f8b-2834-3ba9-e52e-3c672d233e2b
  a a2a:Record ;
  rdfs:label "Huwelijk op 13 april 1842 te Capelle" ;
  a2a:hasPerson oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-1075eee8-462c-11e3-a747-d206bceb4d38, oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-10756a18-462c-11e3-a747-d206bceb4d38, oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-10763650-462c-11e3-a747-d206bceb4d38, oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-1075b018-462c-11e3-a747-d206bceb4d38, oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-1076776e-462c-11e3-a747-d206bceb4d38, oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-10752594-462c-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_0, oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_1, oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_2, oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_3, oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_4, oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_5 ;
  a2a:hasSource oa:source_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b .

oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-1075eee8-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Lucia Gommers" ;
  a2a:PersonName [
    rdfs:label "Lucia Gommers" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNameLastName "Gommers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Capelle" ;
    rdfs:label "Capelle"
  ] .

oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-10756a18-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Mathias Hoogers" ;
  a2a:PersonName [
    rdfs:label "Mathias Hoogers" ;
    a2a:PersonNameFirstName "Mathias" ;
    a2a:PersonNameLastName "Hoogers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-10763650-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Johannes Gommers" ;
  a2a:PersonName [
    rdfs:label "Johannes Gommers" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Gommers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-1075b018-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Catharina Scheij" ;
  a2a:PersonName [
    rdfs:label "Catharina Scheij" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Scheij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-1076776e-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Johanna Pols" ;
  a2a:PersonName [
    rdfs:label "Johanna Pols" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Pols"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person-10752594-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Antonius Hoogers" ;
  a2a:PersonName [
    rdfs:label "Antonius Hoogers" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Hoogers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Vlijmen" ;
    rdfs:label "Vlijmen"
  ] .

oa:event_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1842" ;
    a2a:Month "4" ;
    a2a:Day "13" ;
    rdfs:label "1842-04-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Capelle" ;
    rdfs:label "Capelle"
  ] .

oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person:1075eee8-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Event1 .

oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person:10756a18-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Event1 .

oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person:10763650-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Event1 .

oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person:1075b018-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Event1 .

oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_4
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person:1076776e-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Event1 .

oa:relationep_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_5
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Person:10752594-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b_Event1 .

oa:source_bhi_7eb60f8b-2834-3ba9-e52e-3c672d233e2b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Capelle" ;
    rdfs:label "Capelle", "1842-04-13 - 1842-04-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1842-04-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1842-04-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1842" ;
    a2a:Month "4" ;
    a2a:Day "13" ;
    rdfs:label "1842-04-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1481, Periode: 1842" ;
    a2a:Book "Huwelijksregister Capelle 1842" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "1481" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1481, Periode: 1842, Huwelijksregister Capelle 1842, 7, 1481"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a7db064a-6e23-0b70-7138-2e9f852e5f3f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a7db064a-6e23-0b70-7138-2e9f852e5f3f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-07-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7eb60f8b-2834-3ba9-e52e-3c672d233e2b" ;
  a2a:RecordGUID "{7eb60f8b-2834-3ba9-e52e-3c672d233e2b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_19903_00019903.xml van BHI" .

