@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_41d20b70-9bfc-e5b7-a851-6ee4f67cb731
  a a2a:Record ;
  rdfs:label "Huwelijk op 3 oktober 1923 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231956, oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231957, oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231958, oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231959, oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231960, oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231961 ;
  a2a:hasEvent oa:event_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_0, oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_1, oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_2, oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_3, oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_4, oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_5 ;
  a2a:hasSource oa:source_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731 .

oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231956
  a a2a:Person ;
  rdfs:label "Paulus Lamfers" ;
  a2a:PersonName [
    rdfs:label "Paulus Lamfers" ;
    a2a:PersonNameFirstName "Paulus" ;
    a2a:PersonNameLastName "Lamfers"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudshoorn" ;
    rdfs:label "Oudshoorn"
  ] .

oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231957
  a a2a:Person ;
  rdfs:label "Frans Lamfers" ;
  a2a:PersonName [
    rdfs:label "Frans Lamfers" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNameLastName "Lamfers"
  ] .

oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231958
  a a2a:Person ;
  rdfs:label "Bregetha Gerdina Verkade" ;
  a2a:PersonName [
    rdfs:label "Bregetha Gerdina Verkade" ;
    a2a:PersonNameFirstName "Bregetha Gerdina" ;
    a2a:PersonNameLastName "Verkade"
  ] .

oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231959
  a a2a:Person ;
  rdfs:label "Marrigje Prins" ;
  a2a:PersonName [
    rdfs:label "Marrigje Prins" ;
    a2a:PersonNameFirstName "Marrigje" ;
    a2a:PersonNameLastName "Prins"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zevenhuizen" ;
    rdfs:label "Zevenhuizen"
  ] .

oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231960
  a a2a:Person ;
  rdfs:label "Dirk Prins" ;
  a2a:PersonName [
    rdfs:label "Dirk Prins" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Prins"
  ] .

oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231961
  a a2a:Person ;
  rdfs:label "Grietje den Hollander" ;
  a2a:PersonName [
    rdfs:label "Grietje den Hollander" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Hollander"
  ] .

oa:event_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "03-10-1923" ;
    a2a:Year "1923" ;
    a2a:Month "10" ;
    a2a:Day "03" ;
    rdfs:label "1923-10-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231956 ;
  a2a:EventKeyRef oa:event_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Event1 .

oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231957 ;
  a2a:EventKeyRef oa:event_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Event1 .

oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231958 ;
  a2a:EventKeyRef oa:event_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Event1 .

oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231959 ;
  a2a:EventKeyRef oa:event_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Event1 .

oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231960 ;
  a2a:EventKeyRef oa:event_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Event1 .

oa:relationep_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Person1016231961 ;
  a2a:EventKeyRef oa:event_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731_Event1 .

oa:source_srt_41d20b70-9bfc-e5b7-a851-6ee4f67cb731
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1923-10-03 - 1923-10-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-10-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-10-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-10-1923" ;
    a2a:Year "1923" ;
    a2a:Month "10" ;
    a2a:Day "03" ;
    rdfs:label "03-10-1923"
  ] ;
  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 "1923N" ;
    a2a:Folio "n4" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1923N, n4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/DD4CD9BF91C94E319DB437F28318A67D" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/DD4CD9BF91C94E319DB437F28318A67D" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/DD4CD9BF91C94E319DB437F28318A67D"
  ] ;
  a2a:SourceLastChangeDate "2022-03-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/01CB956C27B1493DB79DF3CE7E02BA9C" ;
  a2a:RecordIdentifier "1016231955" ;
  a2a:RecordGUID "{41d20b70-9bfc-e5b7-a851-6ee4f67cb731}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 01CB956C-27B1-493D-B79D-F3CE7E02BA9C" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061923N_54_A2A.xml van SRT" .

