@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_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22
  a a2a:Record ;
  rdfs:label "Huwelijk op 26 juli 1944 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575929, oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575930, oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575931, oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575932, oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575933, oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575934 ;
  a2a:hasEvent oa:event_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_0, oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_1, oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_2, oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_3, oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_4, oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_5 ;
  a2a:hasSource oa:source_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22 .

oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575929
  a a2a:Person ;
  rdfs:label "Franciscus Vijgenboom" ;
  a2a:PersonName [
    rdfs:label "Franciscus Vijgenboom" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Vijgenboom"
  ] ;
  a2a:Residence [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26 jaar" ;
    rdfs:label "26 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575930
  a a2a:Person ;
  rdfs:label "Marinus Antoon Vijgenboom" ;
  a2a:PersonName [
    rdfs:label "Marinus Antoon Vijgenboom" ;
    a2a:PersonNameFirstName "Marinus Antoon" ;
    a2a:PersonNameLastName "Vijgenboom"
  ] .

oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575931
  a a2a:Person ;
  rdfs:label "Adriana Roos" ;
  a2a:PersonName [
    rdfs:label "Adriana Roos" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Roos"
  ] .

oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575932
  a a2a:Person ;
  rdfs:label "Albertina Hendrika Vonk" ;
  a2a:PersonName [
    rdfs:label "Albertina Hendrika Vonk" ;
    a2a:PersonNameFirstName "Albertina Hendrika" ;
    a2a:PersonNameLastName "Vonk"
  ] ;
  a2a:Residence [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "19 jaar" ;
    rdfs:label "19 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575933
  a a2a:Person ;
  rdfs:label "Albertus Vonk" ;
  a2a:PersonName [
    rdfs:label "Albertus Vonk" ;
    a2a:PersonNameFirstName "Albertus" ;
    a2a:PersonNameLastName "Vonk"
  ] .

oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575934
  a a2a:Person ;
  rdfs:label "Hendrika Kranenburg" ;
  a2a:PersonName [
    rdfs:label "Hendrika Kranenburg" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Kranenburg"
  ] .

oa:event_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "26-07-1944" ;
    a2a:Year "1944" ;
    a2a:Month "07" ;
    a2a:Day "26" ;
    rdfs:label "1944-07-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575929 ;
  a2a:EventKeyRef oa:event_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Event1 .

oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575930 ;
  a2a:EventKeyRef oa:event_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Event1 .

oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575931 ;
  a2a:EventKeyRef oa:event_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Event1 .

oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575932 ;
  a2a:EventKeyRef oa:event_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Event1 .

oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575933 ;
  a2a:EventKeyRef oa:event_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Event1 .

oa:relationep_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Person3255575934 ;
  a2a:EventKeyRef oa:event_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22_Event1 .

oa:source_srt_4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1944-07-26 - 1944-07-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1944-07-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1944-07-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "26-07-1944" ;
    a2a:Year "1944" ;
    a2a:Month "07" ;
    a2a:Day "26" ;
    rdfs:label "26-07-1944"
  ] ;
  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 "2069" ;
    a2a:RegistryNumber "1944F" ;
    a2a:Folio "F-169" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 2069, 1944F, F-169"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/72316A6EA9584AEC9AF492FD94FF729C" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/72316A6EA9584AEC9AF492FD94FF729C" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/72316A6EA9584AEC9AF492FD94FF729C"
  ] ;
  a2a:SourceLastChangeDate "2023-05-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/4ADBFE59FFEB4F859DB96218AF91BD22" ;
  a2a:RecordIdentifier "3255575928" ;
  a2a:RecordGUID "{4ADBFE59-FFEB-4F85-9DB9-6218AF91BD22}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/90B943B1296F47BAAAA1D5FE5A0BF257" .

