@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_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3
  a a2a:Record ;
  rdfs:label "Huwelijk op 22 oktober 1890 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725001, oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725002, oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725003, oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725004, oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725005, oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725006 ;
  a2a:hasEvent oa:event_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_0, oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_1, oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_2, oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_3, oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_4, oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_5 ;
  a2a:hasSource oa:source_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3 .

oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725001
  a a2a:Person ;
  rdfs:label "Ludovicus Gerhardus Antonius Jansen" ;
  a2a:PersonName [
    rdfs:label "Ludovicus Gerhardus Antonius Jansen" ;
    a2a:PersonNameFirstName "Ludovicus Gerhardus Antonius" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "44" ;
    rdfs:label "44"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725002
  a a2a:Person ;
  rdfs:label "Johannes Wilhelmus Jansen" ;
  a2a:PersonName [
    rdfs:label "Johannes Wilhelmus Jansen" ;
    a2a:PersonNameFirstName "Johannes Wilhelmus" ;
    a2a:PersonNameLastName "Jansen"
  ] .

oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725003
  a a2a:Person ;
  rdfs:label "Francijntje den Haan" ;
  a2a:PersonName [
    rdfs:label "Francijntje den Haan" ;
    a2a:PersonNameFirstName "Francijntje" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Haan"
  ] .

oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725004
  a a2a:Person ;
  rdfs:label "Sijgje Schoonenberg" ;
  a2a:PersonName [
    rdfs:label "Sijgje Schoonenberg" ;
    a2a:PersonNameFirstName "Sijgje" ;
    a2a:PersonNameLastName "Schoonenberg"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lexmond" ;
    rdfs:label "Lexmond"
  ] .

oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725005
  a a2a:Person ;
  rdfs:label "Geerit of Gerrit Schoonenberg" ;
  a2a:PersonName [
    rdfs:label "Geerit of Gerrit Schoonenberg" ;
    a2a:PersonNameFirstName "Geerit of Gerrit" ;
    a2a:PersonNameLastName "Schoonenberg"
  ] .

oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725006
  a a2a:Person ;
  rdfs:label "Maria Kooijman" ;
  a2a:PersonName [
    rdfs:label "Maria Kooijman" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Kooijman"
  ] .

oa:event_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "22-10-1890" ;
    a2a:Year "1890" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1890-10-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725001 ;
  a2a:EventKeyRef oa:event_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Event1 .

oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725002 ;
  a2a:EventKeyRef oa:event_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Event1 .

oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725003 ;
  a2a:EventKeyRef oa:event_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Event1 .

oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725004 ;
  a2a:EventKeyRef oa:event_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Event1 .

oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725005 ;
  a2a:EventKeyRef oa:event_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Event1 .

oa:relationep_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Person1014725006 ;
  a2a:EventKeyRef oa:event_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3_Event1 .

oa:source_srt_a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1890-10-22 - 1890-10-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-10-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-10-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "22-10-1890" ;
    a2a:Year "1890" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "22-10-1890"
  ] ;
  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 "1890.1232" ;
    a2a:RegistryNumber "1890G" ;
    a2a:Folio "g038" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1890.1232, 1890G, g038"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/B1D7C98B26BA40B18943FCF7FC4398CF" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/B1D7C98B26BA40B18943FCF7FC4398CF" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/B1D7C98B26BA40B18943FCF7FC4398CF"
  ] ;
  a2a:SourceLastChangeDate "2019-05-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/CDCCF140445C4F288A8621719A4A5E49" ;
  a2a:RecordIdentifier "1014725000" ;
  a2a:RecordGUID "{a0d2d3f3-aefa-cc25-3481-044cfb7ef2b3}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder CDCCF140-445C-4F28-8A86-21719A4A5E49" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061890G_54_A2A.xml van SRT" .

