@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_7d4b262b-ba93-5dd2-348a-ecff31a08aec
  a a2a:Record ;
  rdfs:label "Huwelijk op 22 juli 1835 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151126, oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151127, oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151128, oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151129, oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151130, oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151131 ;
  a2a:hasEvent oa:event_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_0, oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_1, oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_2, oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_3, oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_4, oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_5 ;
  a2a:hasSource oa:source_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec .

oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151126
  a a2a:Person ;
  rdfs:label "Josephus Petrus Martinus Tas" ;
  a2a:PersonName [
    rdfs:label "Josephus Petrus Martinus Tas" ;
    a2a:PersonNameFirstName "Josephus Petrus Martinus" ;
    a2a:PersonNameLastName "Tas"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151127
  a a2a:Person ;
  rdfs:label "Marinus Tas" ;
  a2a:PersonName [
    rdfs:label "Marinus Tas" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Tas"
  ] .

oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151128
  a a2a:Person ;
  rdfs:label "Johanna Wilhelmina Hoogenboom" ;
  a2a:PersonName [
    rdfs:label "Johanna Wilhelmina Hoogenboom" ;
    a2a:PersonNameFirstName "Johanna Wilhelmina" ;
    a2a:PersonNameLastName "Hoogenboom"
  ] .

oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151129
  a a2a:Person ;
  rdfs:label "Elizabeth Captein" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Captein" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Captein"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151130
  a a2a:Person ;
  rdfs:label "Hendrik Captein" ;
  a2a:PersonName [
    rdfs:label "Hendrik Captein" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Captein"
  ] .

oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151131
  a a2a:Person ;
  rdfs:label "Cornelia van Steenoven" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Steenoven" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Steenoven"
  ] .

oa:event_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "22-07-1835" ;
    a2a:Year "1835" ;
    a2a:Month "07" ;
    a2a:Day "22" ;
    rdfs:label "1835-07-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151126 ;
  a2a:EventKeyRef oa:event_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Event1 .

oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151127 ;
  a2a:EventKeyRef oa:event_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Event1 .

oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151128 ;
  a2a:EventKeyRef oa:event_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Event1 .

oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151129 ;
  a2a:EventKeyRef oa:event_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Event1 .

oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151130 ;
  a2a:EventKeyRef oa:event_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Event1 .

oa:relationep_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Person1014151131 ;
  a2a:EventKeyRef oa:event_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec_Event1 .

oa:source_srt_7d4b262b-ba93-5dd2-348a-ecff31a08aec
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1835-07-22 - 1835-07-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1835-07-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1835-07-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "22-07-1835" ;
    a2a:Year "1835" ;
    a2a:Month "07" ;
    a2a:Day "22" ;
    rdfs:label "22-07-1835"
  ] ;
  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 "1835B" ;
    a2a:Folio "b135v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1835B, b135v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/BE737F82D24442AA8FFE474C8B93087D" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/BE737F82D24442AA8FFE474C8B93087D" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/BE737F82D24442AA8FFE474C8B93087D"
  ] ;
  a2a:SourceLastChangeDate "2018-01-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/DEB55A674DBB45169B6321E6F08CDEB5" ;
  a2a:RecordIdentifier "1014151125" ;
  a2a:RecordGUID "{7d4b262b-ba93-5dd2-348a-ecff31a08aec}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder DEB55A67-4DBB-4516-9B63-21E6F08CDEB5" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061835B_54_A2A.xml van SRT" .

