@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_b852414a-090d-a6be-10ac-243d94dea09c
  a a2a:Record ;
  rdfs:label "Huwelijk op 24 april 1909 te Schaijk" ;
  a2a:hasPerson oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2e855c-462e-11e3-a747-d206bceb4d38, oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2e038e-462e-11e3-a747-d206bceb4d38, oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2ecb52-462e-11e3-a747-d206bceb4d38, oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2e4a56-462e-11e3-a747-d206bceb4d38, oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2f0d92-462e-11e3-a747-d206bceb4d38, oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2dc57c-462e-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_0, oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_1, oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_2, oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_3, oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_4, oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_5 ;
  a2a:hasSource oa:source_bhi_b852414a-090d-a6be-10ac-243d94dea09c .

oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2e855c-462e-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Anna Adriana Maria Ruijs" ;
  a2a:PersonName [
    rdfs:label "Anna Adriana Maria Ruijs" ;
    a2a:PersonNameFirstName "Anna Adriana Maria" ;
    a2a:PersonNameLastName "Ruijs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Schaijk" ;
    rdfs:label "Schaijk"
  ] .

oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2e038e-462e-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Johannes Kersten" ;
  a2a:PersonName [
    rdfs:label "Johannes Kersten" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Kersten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2ecb52-462e-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Franciscus Ruijs" ;
  a2a:PersonName [
    rdfs:label "Franciscus Ruijs" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Ruijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2e4a56-462e-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Maria van der Wielen" ;
  a2a:PersonName [
    rdfs:label "Maria van der Wielen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wielen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2f0d92-462e-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Maria Catharina Voet" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Voet" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Voet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person-5a2dc57c-462e-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Wilhelmus Kersten" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Kersten" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Kersten"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Schaijk" ;
    rdfs:label "Schaijk"
  ] .

oa:event_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1909-04-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schaijk" ;
    rdfs:label "Schaijk"
  ] .

oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person:5a2e855c-462e-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Event1 .

oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person:5a2e038e-462e-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Event1 .

oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person:5a2ecb52-462e-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Event1 .

oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person:5a2e4a56-462e-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Event1 .

oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_4
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person:5a2f0d92-462e-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Event1 .

oa:relationep_bhi_b852414a-090d-a6be-10ac-243d94dea09c_5
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Person:5a2dc57c-462e-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_b852414a-090d-a6be-10ac-243d94dea09c_Event1 .

oa:source_bhi_b852414a-090d-a6be-10ac-243d94dea09c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Schaijk" ;
    rdfs:label "Schaijk", "1909-04-24 - 1909-04-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-04-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-04-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1909-04-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 2733, Periode: 1909" ;
    a2a:Book "Huwelijksregister Schaijk 1909" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "2733" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 2733, Periode: 1909, Huwelijksregister Schaijk 1909, 3, 2733"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/294c08fd-eeef-2e0e-f245-8eedb09b6c29.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/294c08fd-eeef-2e0e-f245-8eedb09b6c29.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/42867274-f645-e08a-831f-5dc35c625fa9.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/42867274-f645-e08a-831f-5dc35c625fa9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-07-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b852414a-090d-a6be-10ac-243d94dea09c" ;
  a2a:RecordGUID "{b852414a-090d-a6be-10ac-243d94dea09c}" ;
  a2a:SourceRemarkOpmerking "Bruidegom geboren 1883 Bruid geboren 1882 akte bevatmeer info" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_18523_00018523.xml van BHI" .

