@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_0f2a1c74-bccc-7d81-600c-8ae569cc299d
  a a2a:Record ;
  rdfs:label "Huwelijk op 17 augustus 1864 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700634, oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700635, oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700636, oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700637, oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700638, oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700639 ;
  a2a:hasEvent oa:event_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_0, oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_1, oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_2, oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_3, oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_4, oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_5 ;
  a2a:hasSource oa:source_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d .

oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700634
  a a2a:Person ;
  rdfs:label "Georg Adolph Peters" ;
  a2a:PersonName [
    rdfs:label "Georg Adolph Peters" ;
    a2a:PersonNameFirstName "Georg Adolph" ;
    a2a:PersonNameLastName "Peters"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "42" ;
    rdfs:label "42"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bohnhorst in Hanover" ;
    rdfs:label "Bohnhorst in Hanover"
  ] .

oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700635
  a a2a:Person ;
  rdfs:label "Heinrich Peters" ;
  a2a:PersonName [
    rdfs:label "Heinrich Peters" ;
    a2a:PersonNameFirstName "Heinrich" ;
    a2a:PersonNameLastName "Peters"
  ] .

oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700636
  a a2a:Person ;
  rdfs:label "Catharina Ilse Bahle" ;
  a2a:PersonName [
    rdfs:label "Catharina Ilse Bahle" ;
    a2a:PersonNameFirstName "Catharina Ilse" ;
    a2a:PersonNameLastName "Bahle"
  ] .

oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700637
  a a2a:Person ;
  rdfs:label "Cornelia Pieternella van Dijk" ;
  a2a:PersonName [
    rdfs:label "Cornelia Pieternella van Dijk" ;
    a2a:PersonNameFirstName "Cornelia Pieternella" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "42" ;
    rdfs:label "42"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700638
  a a2a:Person ;
  rdfs:label "Cornelis van Dijk" ;
  a2a:PersonName [
    rdfs:label "Cornelis van Dijk" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] .

oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700639
  a a2a:Person ;
  rdfs:label "Johanna Verbrugge" ;
  a2a:PersonName [
    rdfs:label "Johanna Verbrugge" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Verbrugge"
  ] .

oa:event_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "17-08-1864" ;
    a2a:Year "1864" ;
    a2a:Month "08" ;
    a2a:Day "17" ;
    rdfs:label "1864-08-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700634 ;
  a2a:EventKeyRef oa:event_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Event1 .

oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700635 ;
  a2a:EventKeyRef oa:event_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Event1 .

oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700636 ;
  a2a:EventKeyRef oa:event_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Event1 .

oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700637 ;
  a2a:EventKeyRef oa:event_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Event1 .

oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700638 ;
  a2a:EventKeyRef oa:event_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Event1 .

oa:relationep_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Person1014700639 ;
  a2a:EventKeyRef oa:event_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d_Event1 .

oa:source_srt_0f2a1c74-bccc-7d81-600c-8ae569cc299d
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1864-08-17 - 1864-08-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1864-08-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1864-08-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "17-08-1864" ;
    a2a:Year "1864" ;
    a2a:Month "08" ;
    a2a:Day "17" ;
    rdfs:label "17-08-1864"
  ] ;
  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 "1864.653" ;
    a2a:RegistryNumber "1864D" ;
    a2a:Folio "d38" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1864.653, 1864D, d38"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/93ECA3505B7B460F8BFD6CD3CC1A5F3F" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/93ECA3505B7B460F8BFD6CD3CC1A5F3F" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/93ECA3505B7B460F8BFD6CD3CC1A5F3F"
  ] ;
  a2a:SourceLastChangeDate "2021-04-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/0815C976984A4FD1974552662EDF7BE2" ;
  a2a:RecordIdentifier "1014700633" ;
  a2a:RecordGUID "{0f2a1c74-bccc-7d81-600c-8ae569cc299d}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 0815C976-984A-4FD1-9745-52662EDF7BE2" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061864D_54_A2A.xml van SRT" .

