@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_2dd324d2-b173-52a8-9583-ca3d424bbbad
  a a2a:Record ;
  rdfs:label "Huwelijk op 6 februari 1901 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254408, oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254409, oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254410, oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254411, oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254412, oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254413 ;
  a2a:hasEvent oa:event_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_0, oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_1, oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_2, oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_3, oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_4, oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_5 ;
  a2a:hasSource oa:source_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad .

oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254408
  a a2a:Person ;
  rdfs:label "Arie Berghout" ;
  a2a:PersonName [
    rdfs:label "Arie Berghout" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Berghout"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "46" ;
    rdfs:label "46"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Charlois" ;
    rdfs:label "Charlois"
  ] .

oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254409
  a a2a:Person ;
  rdfs:label "Jan Berghout" ;
  a2a:PersonName [
    rdfs:label "Jan Berghout" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Berghout"
  ] .

oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254410
  a a2a:Person ;
  rdfs:label "Aagje Hoogwerf" ;
  a2a:PersonName [
    rdfs:label "Aagje Hoogwerf" ;
    a2a:PersonNameFirstName "Aagje" ;
    a2a:PersonNameLastName "Hoogwerf"
  ] .

oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254411
  a a2a:Person ;
  rdfs:label "Grietje Zijl" ;
  a2a:PersonName [
    rdfs:label "Grietje Zijl" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Zijl"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Anjum" ;
    rdfs:label "Anjum"
  ] .

oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254412
  a a2a:Person ;
  rdfs:label "Freerk Zijl" ;
  a2a:PersonName [
    rdfs:label "Freerk Zijl" ;
    a2a:PersonNameFirstName "Freerk" ;
    a2a:PersonNameLastName "Zijl"
  ] .

oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254413
  a a2a:Person ;
  rdfs:label "Renske Klazes de Bruin" ;
  a2a:PersonName [
    rdfs:label "Renske Klazes de Bruin" ;
    a2a:PersonNameFirstName "Renske Klazes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bruin"
  ] .

oa:event_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "06-02-1901" ;
    a2a:Year "1901" ;
    a2a:Month "02" ;
    a2a:Day "06" ;
    rdfs:label "1901-02-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254408 ;
  a2a:EventKeyRef oa:event_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Event1 .

oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254409 ;
  a2a:EventKeyRef oa:event_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Event1 .

oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254410 ;
  a2a:EventKeyRef oa:event_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Event1 .

oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254411 ;
  a2a:EventKeyRef oa:event_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Event1 .

oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254412 ;
  a2a:EventKeyRef oa:event_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Event1 .

oa:relationep_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Person1015254413 ;
  a2a:EventKeyRef oa:event_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad_Event1 .

oa:source_srt_2dd324d2-b173-52a8-9583-ca3d424bbbad
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1901-02-06 - 1901-02-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-02-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1901-02-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "06-02-1901" ;
    a2a:Year "1901" ;
    a2a:Month "02" ;
    a2a:Day "06" ;
    rdfs:label "06-02-1901"
  ] ;
  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 "1901A" ;
    a2a:Folio "a55" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1901A, a55"
  ] ;
  a2a:SourceLastChangeDate "2023-07-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/FB229210F7D548E886A86D259FF1E4CB" ;
  a2a:RecordIdentifier "1015254407" ;
  a2a:RecordGUID "{2dd324d2-b173-52a8-9583-ca3d424bbbad}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder FB229210-F7D5-48E8-86A8-6D259FF1E4CB" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061901A_54_A2A.xml van SRT" .

