@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_969ff95c-99c5-2c46-bc8c-26df7134f4e2
  a a2a:Record ;
  rdfs:label "Huwelijk op 6 februari 1850 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346128, oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346129, oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346130, oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346131, oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346132, oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346133 ;
  a2a:hasEvent oa:event_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_0, oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_1, oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_2, oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_3, oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_4, oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_5 ;
  a2a:hasSource oa:source_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2 .

oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346128
  a a2a:Person ;
  rdfs:label "Christiaan Mattheus Nolte" ;
  a2a:PersonName [
    rdfs:label "Christiaan Mattheus Nolte" ;
    a2a:PersonNameFirstName "Christiaan Mattheus" ;
    a2a:PersonNameLastName "Nolte"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346129
  a a2a:Person ;
  rdfs:label "Christiaan Nolte" ;
  a2a:PersonName [
    rdfs:label "Christiaan Nolte" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Nolte"
  ] .

oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346130
  a a2a:Person ;
  rdfs:label "Elizabeth Anthonia Voermans" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Anthonia Voermans" ;
    a2a:PersonNameFirstName "Elizabeth Anthonia" ;
    a2a:PersonNameLastName "Voermans"
  ] .

oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346131
  a a2a:Person ;
  rdfs:label "Maria Johanna Deben" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Deben" ;
    a2a:PersonNameFirstName "Maria Johanna" ;
    a2a:PersonNameLastName "Deben"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346132
  a a2a:Person ;
  rdfs:label "Johannes Reinier Deben" ;
  a2a:PersonName [
    rdfs:label "Johannes Reinier Deben" ;
    a2a:PersonNameFirstName "Johannes Reinier" ;
    a2a:PersonNameLastName "Deben"
  ] .

oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346133
  a a2a:Person ;
  rdfs:label "Adriana Cornelia Kelder" ;
  a2a:PersonName [
    rdfs:label "Adriana Cornelia Kelder" ;
    a2a:PersonNameFirstName "Adriana Cornelia" ;
    a2a:PersonNameLastName "Kelder"
  ] .

oa:event_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "06-02-1850" ;
    a2a:Year "1850" ;
    a2a:Month "02" ;
    a2a:Day "06" ;
    rdfs:label "1850-02-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346128 ;
  a2a:EventKeyRef oa:event_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Event1 .

oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346129 ;
  a2a:EventKeyRef oa:event_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Event1 .

oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346130 ;
  a2a:EventKeyRef oa:event_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Event1 .

oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346131 ;
  a2a:EventKeyRef oa:event_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Event1 .

oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346132 ;
  a2a:EventKeyRef oa:event_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Event1 .

oa:relationep_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Person1014346133 ;
  a2a:EventKeyRef oa:event_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2_Event1 .

oa:source_srt_969ff95c-99c5-2c46-bc8c-26df7134f4e2
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1850-02-06 - 1850-02-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-02-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-02-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "06-02-1850" ;
    a2a:Year "1850" ;
    a2a:Month "02" ;
    a2a:Day "06" ;
    rdfs:label "06-02-1850"
  ] ;
  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 "1850A" ;
    a2a:Folio "a46v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1850A, a46v"
  ] ;
  a2a:SourceLastChangeDate "2023-03-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/3E8D7E07A3814031A525D266B66E3D63" ;
  a2a:RecordIdentifier "1014346127" ;
  a2a:RecordGUID "{969ff95c-99c5-2c46-bc8c-26df7134f4e2}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 3E8D7E07-A381-4031-A525-D266B66E3D63" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061850A_54_A2A.xml van SRT" .

