@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_7795152f-1e6b-e64e-840f-ab0bb2e49dca
  a a2a:Record ;
  rdfs:label "Huwelijk op 24 oktober 1912 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923175, oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923176, oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923177, oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923178, oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923179, oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923180 ;
  a2a:hasEvent oa:event_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_0, oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_1, oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_2, oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_3, oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_4, oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_5 ;
  a2a:hasSource oa:source_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca .

oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923175
  a a2a:Person ;
  rdfs:label "Hendrik Marie van Waesberge" ;
  a2a:PersonName [
    rdfs:label "Hendrik Marie van Waesberge" ;
    a2a:PersonNameFirstName "Hendrik Marie" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Waesberge"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "44" ;
    rdfs:label "44"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923176
  a a2a:Person ;
  rdfs:label "Gerrit van Waesberge" ;
  a2a:PersonName [
    rdfs:label "Gerrit van Waesberge" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Waesberge"
  ] .

oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923177
  a a2a:Person ;
  rdfs:label "Christina Johanna van Venrooij" ;
  a2a:PersonName [
    rdfs:label "Christina Johanna van Venrooij" ;
    a2a:PersonNameFirstName "Christina Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Venrooij"
  ] .

oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923178
  a a2a:Person ;
  rdfs:label "Stephana Pons" ;
  a2a:PersonName [
    rdfs:label "Stephana Pons" ;
    a2a:PersonNameFirstName "Stephana" ;
    a2a:PersonNameLastName "Pons"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923179
  a a2a:Person ;
  rdfs:label "Nicolaas Pons" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Pons" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNameLastName "Pons"
  ] .

oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923180
  a a2a:Person ;
  rdfs:label "Geertruy Koning" ;
  a2a:PersonName [
    rdfs:label "Geertruy Koning" ;
    a2a:PersonNameFirstName "Geertruy" ;
    a2a:PersonNameLastName "Koning"
  ] .

oa:event_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "24-10-1912" ;
    a2a:Year "1912" ;
    a2a:Month "10" ;
    a2a:Day "24" ;
    rdfs:label "1912-10-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923175 ;
  a2a:EventKeyRef oa:event_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Event1 .

oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923176 ;
  a2a:EventKeyRef oa:event_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Event1 .

oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923177 ;
  a2a:EventKeyRef oa:event_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Event1 .

oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923178 ;
  a2a:EventKeyRef oa:event_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Event1 .

oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923179 ;
  a2a:EventKeyRef oa:event_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Event1 .

oa:relationep_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Person1014923180 ;
  a2a:EventKeyRef oa:event_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca_Event1 .

oa:source_srt_7795152f-1e6b-e64e-840f-ab0bb2e49dca
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1912-10-24 - 1912-10-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-10-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-10-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-10-1912" ;
    a2a:Year "1912" ;
    a2a:Month "10" ;
    a2a:Day "24" ;
    rdfs:label "24-10-1912"
  ] ;
  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 "1912R" ;
    a2a:Folio "r78v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1912R, r78v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/95FD9B58FDED471899E6EF8C5AB3D037" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/95FD9B58FDED471899E6EF8C5AB3D037" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/95FD9B58FDED471899E6EF8C5AB3D037"
  ] ;
  a2a:SourceLastChangeDate "2017-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/0924F73134F04E3CAE8AB0E89F038D3D" ;
  a2a:RecordIdentifier "1014923174" ;
  a2a:RecordGUID "{7795152f-1e6b-e64e-840f-ab0bb2e49dca}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 0924F731-34F0-4E3C-AE8A-B0E89F038D3D" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061912R_54_A2A.xml van SRT" .

