@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_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3
  a a2a:Record ;
  rdfs:label "Huwelijk op 27 januari 1915 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366703, oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366704, oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366705, oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366706, oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366707, oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366708 ;
  a2a:hasEvent oa:event_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_0, oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_1, oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_2, oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_3, oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_4, oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_5 ;
  a2a:hasSource oa:source_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3 .

oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366703
  a a2a:Person ;
  rdfs:label "Albertus Bonnes" ;
  a2a:PersonName [
    rdfs:label "Albertus Bonnes" ;
    a2a:PersonNameFirstName "Albertus" ;
    a2a:PersonNameLastName "Bonnes"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kampen" ;
    rdfs:label "Kampen"
  ] .

oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366704
  a a2a:Person ;
  rdfs:label "N.n. N.n." ;
  a2a:PersonName [
    rdfs:label "N.n. N.n." ;
    a2a:PersonNameFirstName "N.n." ;
    a2a:PersonNameLastName "N.n."
  ] .

oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366705
  a a2a:Person ;
  rdfs:label "Berta Bonnes" ;
  a2a:PersonName [
    rdfs:label "Berta Bonnes" ;
    a2a:PersonNameFirstName "Berta" ;
    a2a:PersonNameLastName "Bonnes"
  ] .

oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366706
  a a2a:Person ;
  rdfs:label "Alida Cornelia Edeling" ;
  a2a:PersonName [
    rdfs:label "Alida Cornelia Edeling" ;
    a2a:PersonNameFirstName "Alida Cornelia" ;
    a2a:PersonNameLastName "Edeling"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "16" ;
    rdfs:label "16"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schoonhoven" ;
    rdfs:label "Schoonhoven"
  ] .

oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366707
  a a2a:Person ;
  rdfs:label "Krijn Boudewijn Edeling" ;
  a2a:PersonName [
    rdfs:label "Krijn Boudewijn Edeling" ;
    a2a:PersonNameFirstName "Krijn Boudewijn" ;
    a2a:PersonNameLastName "Edeling"
  ] .

oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366708
  a a2a:Person ;
  rdfs:label "Maria Christina van Brakel" ;
  a2a:PersonName [
    rdfs:label "Maria Christina van Brakel" ;
    a2a:PersonNameFirstName "Maria Christina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Brakel"
  ] .

oa:event_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "27-01-1915" ;
    a2a:Year "1915" ;
    a2a:Month "01" ;
    a2a:Day "27" ;
    rdfs:label "1915-01-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366703 ;
  a2a:EventKeyRef oa:event_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Event1 .

oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366704 ;
  a2a:EventKeyRef oa:event_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Event1 .

oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366705 ;
  a2a:EventKeyRef oa:event_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Event1 .

oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366706 ;
  a2a:EventKeyRef oa:event_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Event1 .

oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366707 ;
  a2a:EventKeyRef oa:event_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Event1 .

oa:relationep_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Person1015366708 ;
  a2a:EventKeyRef oa:event_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3_Event1 .

oa:source_srt_40F4B34E-3D31-4CC3-AF51-DD02458EBDA3
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1915-01-27 - 1915-01-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-01-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-01-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "27-01-1915" ;
    a2a:Year "1915" ;
    a2a:Month "01" ;
    a2a:Day "27" ;
    rdfs:label "27-01-1915"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, huwelijksakten" ;
    a2a:Book "Nadere toegang op het huwelijksregister van de gemeente Rotterdam" ;
    a2a:RegistryNumber "1915B" ;
    a2a:Folio "b39v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1915B, b39v"
  ] ;
  a2a:SourceLastChangeDate "2023-03-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/40F4B34E3D314CC3AF51DD02458EBDA3" ;
  a2a:RecordIdentifier "1015366702" ;
  a2a:RecordGUID "{40F4B34E-3D31-4CC3-AF51-DD02458EBDA3}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/34988DE012BD477C9C6F13AC11AE72A8" .

