@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_01e2d08a-8934-ece9-5d94-e1490862b6af
  a a2a:Record ;
  rdfs:label "Huwelijk op 18 mei 1910 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999814, oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999815, oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999816, oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999817, oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999818, oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999819 ;
  a2a:hasEvent oa:event_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_0, oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_1, oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_2, oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_3, oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_4, oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_5 ;
  a2a:hasSource oa:source_srt_01e2d08a-8934-ece9-5d94-e1490862b6af .

oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999814
  a a2a:Person ;
  rdfs:label "Leendert Nab" ;
  a2a:PersonName [
    rdfs:label "Leendert Nab" ;
    a2a:PersonNameFirstName "Leendert" ;
    a2a:PersonNameLastName "Nab"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999815
  a a2a:Person ;
  rdfs:label "Johannes Franciscus Thomas Nab" ;
  a2a:PersonName [
    rdfs:label "Johannes Franciscus Thomas Nab" ;
    a2a:PersonNameFirstName "Johannes Franciscus Thomas" ;
    a2a:PersonNameLastName "Nab"
  ] .

oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999816
  a a2a:Person ;
  rdfs:label "Regiena Catharina Verstraete" ;
  a2a:PersonName [
    rdfs:label "Regiena Catharina Verstraete" ;
    a2a:PersonNameFirstName "Regiena Catharina" ;
    a2a:PersonNameLastName "Verstraete"
  ] .

oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999817
  a a2a:Person ;
  rdfs:label "Hendrika Overgaauw" ;
  a2a:PersonName [
    rdfs:label "Hendrika Overgaauw" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Overgaauw"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999818
  a a2a:Person ;
  rdfs:label "Jacobus Overgaauw" ;
  a2a:PersonName [
    rdfs:label "Jacobus Overgaauw" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Overgaauw"
  ] .

oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999819
  a a2a:Person ;
  rdfs:label "Hendrika Borsboom" ;
  a2a:PersonName [
    rdfs:label "Hendrika Borsboom" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Borsboom"
  ] .

oa:event_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "18-05-1910" ;
    a2a:Year "1910" ;
    a2a:Month "05" ;
    a2a:Day "18" ;
    rdfs:label "1910-05-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999814 ;
  a2a:EventKeyRef oa:event_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Event1 .

oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999815 ;
  a2a:EventKeyRef oa:event_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Event1 .

oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999816 ;
  a2a:EventKeyRef oa:event_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Event1 .

oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999817 ;
  a2a:EventKeyRef oa:event_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Event1 .

oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999818 ;
  a2a:EventKeyRef oa:event_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Event1 .

oa:relationep_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Person1014999819 ;
  a2a:EventKeyRef oa:event_srt_01e2d08a-8934-ece9-5d94-e1490862b6af_Event1 .

oa:source_srt_01e2d08a-8934-ece9-5d94-e1490862b6af
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1910-05-18 - 1910-05-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-05-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-05-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-05-1910" ;
    a2a:Year "1910" ;
    a2a:Month "05" ;
    a2a:Day "18" ;
    rdfs:label "18-05-1910"
  ] ;
  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 "1910F" ;
    a2a:Folio "f65" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1910F, f65"
  ] ;
  a2a:SourceLastChangeDate "2023-02-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/E7361303598B43FD88A85D102F042C6A" ;
  a2a:RecordIdentifier "1014999813" ;
  a2a:RecordGUID "{01e2d08a-8934-ece9-5d94-e1490862b6af}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder E7361303-598B-43FD-88A8-5D102F042C6A" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061910F_54_A2A.xml van SRT" .

