@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_13a748e2-91f8-4001-a539-e6a7b364ce09
  a a2a:Record ;
  rdfs:label "Huwelijk op 4 augustus 1920 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315290, oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315291, oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315292, oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315293, oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315294, oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315295 ;
  a2a:hasEvent oa:event_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_0, oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_1, oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_2, oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_3, oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_4, oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_5 ;
  a2a:hasSource oa:source_srt_13a748e2-91f8-4001-a539-e6a7b364ce09 .

oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315290
  a a2a:Person ;
  rdfs:label "Marinus Johannes van Dijk" ;
  a2a:PersonName [
    rdfs:label "Marinus Johannes van Dijk" ;
    a2a:PersonNameFirstName "Marinus Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315291
  a a2a:Person ;
  rdfs:label "Jacob Johannes van Dijk" ;
  a2a:PersonName [
    rdfs:label "Jacob Johannes van Dijk" ;
    a2a:PersonNameFirstName "Jacob Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] .

oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315292
  a a2a:Person ;
  rdfs:label "Alida Adriana Keizer" ;
  a2a:PersonName [
    rdfs:label "Alida Adriana Keizer" ;
    a2a:PersonNameFirstName "Alida Adriana" ;
    a2a:PersonNameLastName "Keizer"
  ] .

oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315293
  a a2a:Person ;
  rdfs:label "Geertje Dirkje Boogaart" ;
  a2a:PersonName [
    rdfs:label "Geertje Dirkje Boogaart" ;
    a2a:PersonNameFirstName "Geertje Dirkje" ;
    a2a:PersonNameLastName "Boogaart"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315294
  a a2a:Person ;
  rdfs:label "Marinus Machiel Lourens Boogaart" ;
  a2a:PersonName [
    rdfs:label "Marinus Machiel Lourens Boogaart" ;
    a2a:PersonNameFirstName "Marinus Machiel Lourens" ;
    a2a:PersonNameLastName "Boogaart"
  ] .

oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315295
  a a2a:Person ;
  rdfs:label "Willemina Gerardina Stolk" ;
  a2a:PersonName [
    rdfs:label "Willemina Gerardina Stolk" ;
    a2a:PersonNameFirstName "Willemina Gerardina" ;
    a2a:PersonNameLastName "Stolk"
  ] .

oa:event_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "04-08-1920" ;
    a2a:Year "1920" ;
    a2a:Month "08" ;
    a2a:Day "04" ;
    rdfs:label "1920-08-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315290 ;
  a2a:EventKeyRef oa:event_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Event1 .

oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315291 ;
  a2a:EventKeyRef oa:event_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Event1 .

oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315292 ;
  a2a:EventKeyRef oa:event_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Event1 .

oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315293 ;
  a2a:EventKeyRef oa:event_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Event1 .

oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315294 ;
  a2a:EventKeyRef oa:event_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Event1 .

oa:relationep_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Person1016315295 ;
  a2a:EventKeyRef oa:event_srt_13a748e2-91f8-4001-a539-e6a7b364ce09_Event1 .

oa:source_srt_13a748e2-91f8-4001-a539-e6a7b364ce09
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1920-08-04 - 1920-08-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-08-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-08-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "04-08-1920" ;
    a2a:Year "1920" ;
    a2a:Month "08" ;
    a2a:Day "04" ;
    rdfs:label "04-08-1920"
  ] ;
  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 "1920O" ;
    a2a:Folio "o17v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1920O, o17v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/AAFB52626424498E82F8538840BD52CE" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/AAFB52626424498E82F8538840BD52CE" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/AAFB52626424498E82F8538840BD52CE"
  ] ;
  a2a:SourceLastChangeDate "2017-06-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/0593F5C005004E9C99E067E727B48FF5" ;
  a2a:RecordIdentifier "1016315289" ;
  a2a:RecordGUID "{13a748e2-91f8-4001-a539-e6a7b364ce09}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 0593F5C0-0500-4E9C-99E0-67E727B48FF5" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061920O_54_A2A.xml van SRT" .

