@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_f1e5381c-2962-a8e2-89fa-e14882c354f1
  a a2a:Record ;
  rdfs:label "Huwelijk op 15 december 1909 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898768, oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898769, oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898770, oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898771, oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898772, oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898773 ;
  a2a:hasEvent oa:event_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_0, oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_1, oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_2, oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_3, oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_4, oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_5 ;
  a2a:hasSource oa:source_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1 .

oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898768
  a a2a:Person ;
  rdfs:label "Bernard Gerhard Maria Winter" ;
  a2a:PersonName [
    rdfs:label "Bernard Gerhard Maria Winter" ;
    a2a:PersonNameFirstName "Bernard Gerhard Maria" ;
    a2a:PersonNameLastName "Winter"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "44" ;
    rdfs:label "44"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898769
  a a2a:Person ;
  rdfs:label "Gerhard Bernard Winter" ;
  a2a:PersonName [
    rdfs:label "Gerhard Bernard Winter" ;
    a2a:PersonNameFirstName "Gerhard Bernard" ;
    a2a:PersonNameLastName "Winter"
  ] .

oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898770
  a a2a:Person ;
  rdfs:label "Johanna Maria Kattenbelt" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Kattenbelt" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Kattenbelt"
  ] .

oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898771
  a a2a:Person ;
  rdfs:label "Dina Hendrika van Oosterhout" ;
  a2a:PersonName [
    rdfs:label "Dina Hendrika van Oosterhout" ;
    a2a:PersonNameFirstName "Dina Hendrika" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oosterhout"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898772
  a a2a:Person ;
  rdfs:label "Arie van Oosterhout" ;
  a2a:PersonName [
    rdfs:label "Arie van Oosterhout" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oosterhout"
  ] .

oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898773
  a a2a:Person ;
  rdfs:label "Jeannette Debora Soeter" ;
  a2a:PersonName [
    rdfs:label "Jeannette Debora Soeter" ;
    a2a:PersonNameFirstName "Jeannette Debora" ;
    a2a:PersonNameLastName "Soeter"
  ] .

oa:event_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "15-12-1909" ;
    a2a:Year "1909" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1909-12-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898768 ;
  a2a:EventKeyRef oa:event_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Event1 .

oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898769 ;
  a2a:EventKeyRef oa:event_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Event1 .

oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898770 ;
  a2a:EventKeyRef oa:event_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Event1 .

oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898771 ;
  a2a:EventKeyRef oa:event_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Event1 .

oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898772 ;
  a2a:EventKeyRef oa:event_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Event1 .

oa:relationep_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Person1014898773 ;
  a2a:EventKeyRef oa:event_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1_Event1 .

oa:source_srt_f1e5381c-2962-a8e2-89fa-e14882c354f1
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1909-12-15 - 1909-12-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-12-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-12-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-12-1909" ;
    a2a:Year "1909" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "15-12-1909"
  ] ;
  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 "1909R" ;
    a2a:Folio "r36v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1909R, r36v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/9C06D3E27F0D4941B8FB6F3827F1C215" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/9C06D3E27F0D4941B8FB6F3827F1C215" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/9C06D3E27F0D4941B8FB6F3827F1C215"
  ] ;
  a2a:SourceLastChangeDate "2017-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/28263FA5DE0F4BFA99061875AEF0B0C5" ;
  a2a:RecordIdentifier "1014898767" ;
  a2a:RecordGUID "{f1e5381c-2962-a8e2-89fa-e14882c354f1}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 28263FA5-DE0F-4BFA-9906-1875AEF0B0C5" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061909R_54_A2A.xml van SRT" .

