@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_c93ff112-9f99-e8f3-321a-ac37dc0649d4
  a a2a:Record ;
  rdfs:label "Huwelijk op 8 januari 1896 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200334, oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200335, oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200336, oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200337, oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200338, oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200339 ;
  a2a:hasEvent oa:event_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_0, oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_1, oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_2, oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_3, oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_4, oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_5 ;
  a2a:hasSource oa:source_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4 .

oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200334
  a a2a:Person ;
  rdfs:label "Dirk Willem Bouman" ;
  a2a:PersonName [
    rdfs:label "Dirk Willem Bouman" ;
    a2a:PersonNameFirstName "Dirk Willem" ;
    a2a:PersonNameLastName "Bouman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "49" ;
    rdfs:label "49"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200335
  a a2a:Person ;
  rdfs:label "Willem Bouman" ;
  a2a:PersonName [
    rdfs:label "Willem Bouman" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Bouman"
  ] .

oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200336
  a a2a:Person ;
  rdfs:label "Willemina Bosch" ;
  a2a:PersonName [
    rdfs:label "Willemina Bosch" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Bosch"
  ] .

oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200337
  a a2a:Person ;
  rdfs:label "Adriana Zuzanna van der Benning" ;
  a2a:PersonName [
    rdfs:label "Adriana Zuzanna van der Benning" ;
    a2a:PersonNameFirstName "Adriana Zuzanna" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Benning"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "54" ;
    rdfs:label "54"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200338
  a a2a:Person ;
  rdfs:label "Bernardus van der Benning" ;
  a2a:PersonName [
    rdfs:label "Bernardus van der Benning" ;
    a2a:PersonNameFirstName "Bernardus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Benning"
  ] .

oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200339
  a a2a:Person ;
  rdfs:label "Johanna Lebrun" ;
  a2a:PersonName [
    rdfs:label "Johanna Lebrun" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Lebrun"
  ] .

oa:event_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "08-01-1896" ;
    a2a:Year "1896" ;
    a2a:Month "01" ;
    a2a:Day "08" ;
    rdfs:label "1896-01-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200334 ;
  a2a:EventKeyRef oa:event_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Event1 .

oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200335 ;
  a2a:EventKeyRef oa:event_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Event1 .

oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200336 ;
  a2a:EventKeyRef oa:event_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Event1 .

oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200337 ;
  a2a:EventKeyRef oa:event_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Event1 .

oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200338 ;
  a2a:EventKeyRef oa:event_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Event1 .

oa:relationep_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Person1015200339 ;
  a2a:EventKeyRef oa:event_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4_Event1 .

oa:source_srt_c93ff112-9f99-e8f3-321a-ac37dc0649d4
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1896-01-08 - 1896-01-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1896-01-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1896-01-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "08-01-1896" ;
    a2a:Year "1896" ;
    a2a:Month "01" ;
    a2a:Day "08" ;
    rdfs:label "08-01-1896"
  ] ;
  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 "1896.19" ;
    a2a:RegistryNumber "1896A" ;
    a2a:Folio "a006v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1896.19, 1896A, a006v"
  ] ;
  a2a:SourceLastChangeDate "2022-10-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/5E894141DB174A08BFC16DD99E354627" ;
  a2a:RecordIdentifier "1015200333" ;
  a2a:RecordGUID "{c93ff112-9f99-e8f3-321a-ac37dc0649d4}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 5E894141-DB17-4A08-BFC1-6DD99E354627" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061896A_54_A2A.xml van SRT" .

