@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_52ae1a6f-428c-e338-a960-01084276aee7
  a a2a:Record ;
  rdfs:label "Huwelijk op 15 februari 1935 te Eindhoven" ;
  a2a:hasPerson oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-12e679af-7662-fca4-23c5-426089567264, oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-74c51c35-b0d2-ec59-c883-ff70ee967aab, oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-16414735-0e1b-9958-f263-56ab748d1914, oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-191f0424-3ac1-84bb-0356-b56b485f3236, oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-551d6465-a0a7-0678-8e96-e964afd9a6d6, oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-b82dbaf2-80be-c1da-1e52-55bd17d29ca7 ;
  a2a:hasEvent oa:event_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_0, oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_1, oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_2, oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_3, oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_4, oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_5 ;
  a2a:hasSource oa:source_bhi_52ae1a6f-428c-e338-a960-01084276aee7 .

oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-12e679af-7662-fca4-23c5-426089567264
  a a2a:Person ;
  rdfs:label "Johannes Brink" ;
  a2a:PersonName [
    rdfs:label "Johannes Brink" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Brink"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Velp" ;
    rdfs:label "Velp"
  ] .

oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-74c51c35-b0d2-ec59-c883-ff70ee967aab
  a a2a:Person ;
  rdfs:label "Egberdiena Bond" ;
  a2a:PersonName [
    rdfs:label "Egberdiena Bond" ;
    a2a:PersonNameFirstName "Egberdiena" ;
    a2a:PersonNameLastName "Bond"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-16414735-0e1b-9958-f263-56ab748d1914
  a a2a:Person ;
  rdfs:label "Hendrika Willemina Gronouwe" ;
  a2a:PersonName [
    rdfs:label "Hendrika Willemina Gronouwe" ;
    a2a:PersonNameFirstName "Hendrika Willemina" ;
    a2a:PersonNameLastName "Gronouwe"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-191f0424-3ac1-84bb-0356-b56b485f3236
  a a2a:Person ;
  rdfs:label "Roelfiena Hindriks" ;
  a2a:PersonName [
    rdfs:label "Roelfiena Hindriks" ;
    a2a:PersonNameFirstName "Roelfiena" ;
    a2a:PersonNameLastName "Hindriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-551d6465-a0a7-0678-8e96-e964afd9a6d6
  a a2a:Person ;
  rdfs:label "Johannes Brink" ;
  a2a:PersonName [
    rdfs:label "Johannes Brink" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Brink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person-b82dbaf2-80be-c1da-1e52-55bd17d29ca7
  a a2a:Person ;
  rdfs:label "Jan Bond" ;
  a2a:PersonName [
    rdfs:label "Jan Bond" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Bond"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1935" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1935-02-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven"
  ] .

oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person:12e679af-7662-fca4-23c5-426089567264 ;
  a2a:EventKeyRef oa:event_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Event1 .

oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person:74c51c35-b0d2-ec59-c883-ff70ee967aab ;
  a2a:EventKeyRef oa:event_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Event1 .

oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person:16414735-0e1b-9958-f263-56ab748d1914 ;
  a2a:EventKeyRef oa:event_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Event1 .

oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person:191f0424-3ac1-84bb-0356-b56b485f3236 ;
  a2a:EventKeyRef oa:event_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Event1 .

oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person:551d6465-a0a7-0678-8e96-e964afd9a6d6 ;
  a2a:EventKeyRef oa:event_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Event1 .

oa:relationep_bhi_52ae1a6f-428c-e338-a960-01084276aee7_5
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Person:b82dbaf2-80be-c1da-1e52-55bd17d29ca7 ;
  a2a:EventKeyRef oa:event_bhi_52ae1a6f-428c-e338-a960-01084276aee7_Event1 .

oa:source_bhi_52ae1a6f-428c-e338-a960-01084276aee7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven", "1935-02-15 - 1935-02-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1935-02-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1935-02-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1935" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1935-02-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 167, Periode: 1935" ;
    a2a:Book "Huwelijksregister Eindhoven 1935" ;
    a2a:DocumentNumber "74" ;
    a2a:RegistryNumber "167" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 167, Periode: 1935, Huwelijksregister Eindhoven 1935, 74, 167"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/cf201236-3853-3eb6-62d1-12dbf7c242f7.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/cf201236-3853-3eb6-62d1-12dbf7c242f7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-07-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/52ae1a6f-428c-e338-a960-01084276aee7" ;
  a2a:RecordGUID "{52ae1a6f-428c-e338-a960-01084276aee7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240501_408_00000408.xml van BHI" .

