@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_761a3163-62d7-8cb9-4c1c-e8fb8295de4e
  a a2a:Record ;
  rdfs:label "Huwelijk op 2 december 1863 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654665, oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654666, oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654667, oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654668, oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654669, oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654670 ;
  a2a:hasEvent oa:event_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_0, oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_1, oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_2, oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_3, oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_4, oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_5 ;
  a2a:hasSource oa:source_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e .

oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654665
  a a2a:Person ;
  rdfs:label "Gijsbert Gagesteijn" ;
  a2a:PersonName [
    rdfs:label "Gijsbert Gagesteijn" ;
    a2a:PersonNameFirstName "Gijsbert" ;
    a2a:PersonNameLastName "Gagesteijn"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Overschie" ;
    rdfs:label "Overschie"
  ] .

oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654666
  a a2a:Person ;
  rdfs:label "Willem Gagesteijn" ;
  a2a:PersonName [
    rdfs:label "Willem Gagesteijn" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Gagesteijn"
  ] .

oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654667
  a a2a:Person ;
  rdfs:label "Sophia van Wijnen" ;
  a2a:PersonName [
    rdfs:label "Sophia van Wijnen" ;
    a2a:PersonNameFirstName "Sophia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Wijnen"
  ] .

oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654668
  a a2a:Person ;
  rdfs:label "Elizabeth Meijer" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Meijer" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654669
  a a2a:Person ;
  rdfs:label "Jan Hendrik Meijer" ;
  a2a:PersonName [
    rdfs:label "Jan Hendrik Meijer" ;
    a2a:PersonNameFirstName "Jan Hendrik" ;
    a2a:PersonNameLastName "Meijer"
  ] .

oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654670
  a a2a:Person ;
  rdfs:label "Adriana Maria Homburg" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria Homburg" ;
    a2a:PersonNameFirstName "Adriana Maria" ;
    a2a:PersonNameLastName "Homburg"
  ] .

oa:event_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "02-12-1863" ;
    a2a:Year "1863" ;
    a2a:Month "12" ;
    a2a:Day "02" ;
    rdfs:label "1863-12-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654665 ;
  a2a:EventKeyRef oa:event_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Event1 .

oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654666 ;
  a2a:EventKeyRef oa:event_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Event1 .

oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654667 ;
  a2a:EventKeyRef oa:event_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Event1 .

oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654668 ;
  a2a:EventKeyRef oa:event_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Event1 .

oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654669 ;
  a2a:EventKeyRef oa:event_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Event1 .

oa:relationep_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Person1014654670 ;
  a2a:EventKeyRef oa:event_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e_Event1 .

oa:source_srt_761a3163-62d7-8cb9-4c1c-e8fb8295de4e
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1863-12-02 - 1863-12-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1863-12-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1863-12-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "02-12-1863" ;
    a2a:Year "1863" ;
    a2a:Month "12" ;
    a2a:Day "02" ;
    rdfs:label "02-12-1863"
  ] ;
  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:DocumentNumber "1863.894" ;
    a2a:RegistryNumber "1863F" ;
    a2a:Folio "f5v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1863.894, 1863F, f5v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/326E5E4D3CA4438DB46E601932A861E8" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/326E5E4D3CA4438DB46E601932A861E8" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/326E5E4D3CA4438DB46E601932A861E8"
  ] ;
  a2a:SourceLastChangeDate "2017-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/EAB612EE925E44BFA61C37A0AADDA29E" ;
  a2a:RecordIdentifier "1014654664" ;
  a2a:RecordGUID "{761a3163-62d7-8cb9-4c1c-e8fb8295de4e}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder EAB612EE-925E-44BF-A61C-37A0AADDA29E" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061863F_54_A2A.xml van SRT" .

