@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_671a3f25-949c-64fc-55e4-e80a2a74bbfe
  a a2a:Record ;
  rdfs:label "Huwelijk op 1 september 1880 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509115, oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509116, oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509117, oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509118, oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509119, oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509120 ;
  a2a:hasEvent oa:event_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_0, oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_1, oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_2, oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_3, oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_4, oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_5 ;
  a2a:hasSource oa:source_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe .

oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509115
  a a2a:Person ;
  rdfs:label "Johannes Zeger de Vrieze" ;
  a2a:PersonName [
    rdfs:label "Johannes Zeger de Vrieze" ;
    a2a:PersonNameFirstName "Johannes Zeger" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vrieze"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kerkwerve" ;
    rdfs:label "Kerkwerve"
  ] .

oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509116
  a a2a:Person ;
  rdfs:label "Willem de Vrieze" ;
  a2a:PersonName [
    rdfs:label "Willem de Vrieze" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vrieze"
  ] .

oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509117
  a a2a:Person ;
  rdfs:label "Zegerina van der Linden" ;
  a2a:PersonName [
    rdfs:label "Zegerina van der Linden" ;
    a2a:PersonNameFirstName "Zegerina" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Linden"
  ] .

oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509118
  a a2a:Person ;
  rdfs:label "Elizabeth Niepoort" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Niepoort" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Niepoort"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "19" ;
    rdfs:label "19"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509119
  a a2a:Person ;
  rdfs:label "Johannes Niepoort" ;
  a2a:PersonName [
    rdfs:label "Johannes Niepoort" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Niepoort"
  ] .

oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509120
  a a2a:Person ;
  rdfs:label "Geertrui Perin" ;
  a2a:PersonName [
    rdfs:label "Geertrui Perin" ;
    a2a:PersonNameFirstName "Geertrui" ;
    a2a:PersonNameLastName "Perin"
  ] .

oa:event_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "01-09-1880" ;
    a2a:Year "1880" ;
    a2a:Month "09" ;
    a2a:Day "01" ;
    rdfs:label "1880-09-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509115 ;
  a2a:EventKeyRef oa:event_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Event1 .

oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509116 ;
  a2a:EventKeyRef oa:event_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Event1 .

oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509117 ;
  a2a:EventKeyRef oa:event_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Event1 .

oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509118 ;
  a2a:EventKeyRef oa:event_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Event1 .

oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509119 ;
  a2a:EventKeyRef oa:event_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Event1 .

oa:relationep_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Person2315509120 ;
  a2a:EventKeyRef oa:event_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe_Event1 .

oa:source_srt_671a3f25-949c-64fc-55e4-e80a2a74bbfe
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1880-09-01 - 1880-09-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-09-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-09-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "01-09-1880" ;
    a2a:Year "1880" ;
    a2a:Month "09" ;
    a2a:Day "01" ;
    rdfs:label "01-09-1880"
  ] ;
  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 huwelijks- en echtscheidingsregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1880.866" ;
    a2a:RegistryNumber "1880E" ;
    a2a:Folio "e051v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1880.866, 1880E, e051v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/992B13C358BA4A6098118896126769D4" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/992B13C358BA4A6098118896126769D4" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/992B13C358BA4A6098118896126769D4"
  ] ;
  a2a:SourceLastChangeDate "2021-08-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/F11B418534EE4763971EE377081493CB" ;
  a2a:RecordIdentifier "2315509114" ;
  a2a:RecordGUID "{671a3f25-949c-64fc-55e4-e80a2a74bbfe}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder F11B4185-34EE-4763-971E-E377081493CB" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061880E_54_A2A.xml van SRT" .

