@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_084cce29-92ef-e8b4-2429-27d52b1815f7
  a a2a:Record ;
  rdfs:label "Huwelijk op 9 mei 1849 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783797, oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783798, oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783799, oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783800, oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783801, oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783802 ;
  a2a:hasEvent oa:event_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_0, oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_1, oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_2, oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_3, oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_4, oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_5 ;
  a2a:hasSource oa:source_srt_084cce29-92ef-e8b4-2429-27d52b1815f7 .

oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783797
  a a2a:Person ;
  rdfs:label "Sebastiaan Verbruggen" ;
  a2a:PersonName [
    rdfs:label "Sebastiaan Verbruggen" ;
    a2a:PersonNameFirstName "Sebastiaan" ;
    a2a:PersonNameLastName "Verbruggen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht"
  ] .

oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783798
  a a2a:Person ;
  rdfs:label "Wouter Verbruggen" ;
  a2a:PersonName [
    rdfs:label "Wouter Verbruggen" ;
    a2a:PersonNameFirstName "Wouter" ;
    a2a:PersonNameLastName "Verbruggen"
  ] .

oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783799
  a a2a:Person ;
  rdfs:label "Cornelia Broere" ;
  a2a:PersonName [
    rdfs:label "Cornelia Broere" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Broere"
  ] .

oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783800
  a a2a:Person ;
  rdfs:label "Amelia Elisabeth Aletta de Visser" ;
  a2a:PersonName [
    rdfs:label "Amelia Elisabeth Aletta de Visser" ;
    a2a:PersonNameFirstName "Amelia Elisabeth Aletta" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Visser"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gorichem" ;
    rdfs:label "Gorichem"
  ] .

oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783801
  a a2a:Person ;
  rdfs:label "Willem de Visser" ;
  a2a:PersonName [
    rdfs:label "Willem de Visser" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Visser"
  ] .

oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783802
  a a2a:Person ;
  rdfs:label "Aaltje Reijna de Rouville" ;
  a2a:PersonName [
    rdfs:label "Aaltje Reijna de Rouville" ;
    a2a:PersonNameFirstName "Aaltje Reijna" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Rouville"
  ] .

oa:event_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "09-05-1849" ;
    a2a:Year "1849" ;
    a2a:Month "05" ;
    a2a:Day "09" ;
    rdfs:label "1849-05-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783797 ;
  a2a:EventKeyRef oa:event_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Event1 .

oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783798 ;
  a2a:EventKeyRef oa:event_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Event1 .

oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783799 ;
  a2a:EventKeyRef oa:event_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Event1 .

oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783800 ;
  a2a:EventKeyRef oa:event_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Event1 .

oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783801 ;
  a2a:EventKeyRef oa:event_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Event1 .

oa:relationep_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Person1014783802 ;
  a2a:EventKeyRef oa:event_srt_084cce29-92ef-e8b4-2429-27d52b1815f7_Event1 .

oa:source_srt_084cce29-92ef-e8b4-2429-27d52b1815f7
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1849-05-09 - 1849-05-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1849-05-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1849-05-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "09-05-1849" ;
    a2a:Year "1849" ;
    a2a:Month "05" ;
    a2a:Day "09" ;
    rdfs:label "09-05-1849"
  ] ;
  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:RegistryNumber "1849A" ;
    a2a:Folio "a162" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1849A, a162"
  ] ;
  a2a:SourceLastChangeDate "2022-12-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/71BD10183BD94C1CB0EC146FB581C94E" ;
  a2a:RecordIdentifier "1014783796" ;
  a2a:RecordGUID "{084cce29-92ef-e8b4-2429-27d52b1815f7}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 71BD1018-3BD9-4C1C-B0EC-146FB581C94E" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061849A_54_A2A.xml van SRT" .

