@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_ab5c964b-71dc-76fd-ac6e-e7f3764843e3
  a a2a:Record ;
  rdfs:label "Huwelijk op 28 december 1932 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107911, oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107912, oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107913, oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107914, oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107915, oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107916 ;
  a2a:hasEvent oa:event_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_0, oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_1, oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_2, oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_3, oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_4, oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_5 ;
  a2a:hasSource oa:source_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3 .

oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107911
  a a2a:Person ;
  rdfs:label "Jan Slegt" ;
  a2a:PersonName [
    rdfs:label "Jan Slegt" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Slegt"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Reeuwijk" ;
    rdfs:label "Reeuwijk"
  ] .

oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107912
  a a2a:Person ;
  rdfs:label "Rafel Slegt" ;
  a2a:PersonName [
    rdfs:label "Rafel Slegt" ;
    a2a:PersonNameFirstName "Rafel" ;
    a2a:PersonNameLastName "Slegt"
  ] .

oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107913
  a a2a:Person ;
  rdfs:label "Margaretha Uitenbroek" ;
  a2a:PersonName [
    rdfs:label "Margaretha Uitenbroek" ;
    a2a:PersonNameFirstName "Margaretha" ;
    a2a:PersonNameLastName "Uitenbroek"
  ] .

oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107914
  a a2a:Person ;
  rdfs:label "Wijnanda Cornelia Broere" ;
  a2a:PersonName [
    rdfs:label "Wijnanda Cornelia Broere" ;
    a2a:PersonNameFirstName "Wijnanda Cornelia" ;
    a2a:PersonNameLastName "Broere"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wemeldinge" ;
    rdfs:label "Wemeldinge"
  ] .

oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107915
  a a2a:Person ;
  rdfs:label "Abraham Adrianus Broere" ;
  a2a:PersonName [
    rdfs:label "Abraham Adrianus Broere" ;
    a2a:PersonNameFirstName "Abraham Adrianus" ;
    a2a:PersonNameLastName "Broere"
  ] .

oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107916
  a a2a:Person ;
  rdfs:label "Lena Visser" ;
  a2a:PersonName [
    rdfs:label "Lena Visser" ;
    a2a:PersonNameFirstName "Lena" ;
    a2a:PersonNameLastName "Visser"
  ] .

oa:event_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "28-12-1932" ;
    a2a:Year "1932" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1932-12-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107911 ;
  a2a:EventKeyRef oa:event_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Event1 .

oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107912 ;
  a2a:EventKeyRef oa:event_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Event1 .

oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107913 ;
  a2a:EventKeyRef oa:event_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Event1 .

oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107914 ;
  a2a:EventKeyRef oa:event_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Event1 .

oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107915 ;
  a2a:EventKeyRef oa:event_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Event1 .

oa:relationep_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Person1017107916 ;
  a2a:EventKeyRef oa:event_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3_Event1 .

oa:source_srt_ab5c964b-71dc-76fd-ac6e-e7f3764843e3
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1932-12-28 - 1932-12-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1932-12-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1932-12-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-12-1932" ;
    a2a:Year "1932" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "28-12-1932"
  ] ;
  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:DocumentNumber "1932.4880" ;
    a2a:RegistryNumber "1932R" ;
    a2a:Folio "r121v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1932.4880, 1932R, r121v"
  ] ;
  a2a:SourceLastChangeDate "2023-02-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/48C2C33C446F428789FA445074A2C931" ;
  a2a:RecordIdentifier "1017107910" ;
  a2a:RecordGUID "{ab5c964b-71dc-76fd-ac6e-e7f3764843e3}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 48C2C33C-446F-4287-89FA-445074A2C931" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061932R_54_A2A.xml van SRT" .

