@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_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa
  a a2a:Record ;
  rdfs:label "Huwelijk op 17 februari 1909 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205091, oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205092, oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205093, oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205094, oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205095, oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205096 ;
  a2a:hasEvent oa:event_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_0, oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_1, oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_2, oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_3, oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_4, oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_5 ;
  a2a:hasSource oa:source_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa .

oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205091
  a a2a:Person ;
  rdfs:label "Arnoldus Antonius Rompa" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Antonius Rompa" ;
    a2a:PersonNameFirstName "Arnoldus Antonius" ;
    a2a:PersonNameLastName "Rompa"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205092
  a a2a:Person ;
  rdfs:label "Arnoldus Rompa" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Rompa" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNameLastName "Rompa"
  ] .

oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205093
  a a2a:Person ;
  rdfs:label "Johanna Femica Jorem" ;
  a2a:PersonName [
    rdfs:label "Johanna Femica Jorem" ;
    a2a:PersonNameFirstName "Johanna Femica" ;
    a2a:PersonNameLastName "Jorem"
  ] .

oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205094
  a a2a:Person ;
  rdfs:label "Dirkje Peters" ;
  a2a:PersonName [
    rdfs:label "Dirkje Peters" ;
    a2a:PersonNameFirstName "Dirkje" ;
    a2a:PersonNameLastName "Peters"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "19" ;
    rdfs:label "19"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205095
  a a2a:Person ;
  rdfs:label "Leendert Antonie Peters" ;
  a2a:PersonName [
    rdfs:label "Leendert Antonie Peters" ;
    a2a:PersonNameFirstName "Leendert Antonie" ;
    a2a:PersonNameLastName "Peters"
  ] .

oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205096
  a a2a:Person ;
  rdfs:label "Neeltje Bezooijen" ;
  a2a:PersonName [
    rdfs:label "Neeltje Bezooijen" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Bezooijen"
  ] .

oa:event_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "17-02-1909" ;
    a2a:Year "1909" ;
    a2a:Month "02" ;
    a2a:Day "17" ;
    rdfs:label "1909-02-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205091 ;
  a2a:EventKeyRef oa:event_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Event1 .

oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205092 ;
  a2a:EventKeyRef oa:event_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Event1 .

oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205093 ;
  a2a:EventKeyRef oa:event_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Event1 .

oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205094 ;
  a2a:EventKeyRef oa:event_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Event1 .

oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205095 ;
  a2a:EventKeyRef oa:event_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Event1 .

oa:relationep_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Person1015205096 ;
  a2a:EventKeyRef oa:event_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa_Event1 .

oa:source_srt_05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1909-02-17 - 1909-02-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-02-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-02-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "17-02-1909" ;
    a2a:Year "1909" ;
    a2a:Month "02" ;
    a2a:Day "17" ;
    rdfs:label "17-02-1909"
  ] ;
  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 "1909B" ;
    a2a:Folio "b83v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1909B, b83v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/B615FB92E7174C06BA97E8282EC1BCE9" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/B615FB92E7174C06BA97E8282EC1BCE9" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/B615FB92E7174C06BA97E8282EC1BCE9"
  ] ;
  a2a:SourceLastChangeDate "2017-11-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/538A617B112C459B971B2FA2A9231CA6" ;
  a2a:RecordIdentifier "1015205090" ;
  a2a:RecordGUID "{05eb4ce1-aafa-f93c-e7d0-d6937c0ddbfa}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 538A617B-112C-459B-971B-2FA2A9231CA6" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061909B_54_A2A.xml van SRT" .

