@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_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c
  a a2a:Record ;
  rdfs:label "Huwelijk op 17 september 1924 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335915, oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335916, oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335917, oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335918, oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335919, oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335920 ;
  a2a:hasEvent oa:event_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_0, oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_1, oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_2, oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_3, oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_4, oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_5 ;
  a2a:hasSource oa:source_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c .

oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335915
  a a2a:Person ;
  rdfs:label "Antonius Hendrikus Johannes Flanderijn" ;
  a2a:PersonName [
    rdfs:label "Antonius Hendrikus Johannes Flanderijn" ;
    a2a:PersonNameFirstName "Antonius Hendrikus Johannes" ;
    a2a:PersonNameLastName "Flanderijn"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335916
  a a2a:Person ;
  rdfs:label "Daniel Flanderijn" ;
  a2a:PersonName [
    rdfs:label "Daniel Flanderijn" ;
    a2a:PersonNameFirstName "Daniel" ;
    a2a:PersonNameLastName "Flanderijn"
  ] .

oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335917
  a a2a:Person ;
  rdfs:label "Hendrika Anna Dobbeleer" ;
  a2a:PersonName [
    rdfs:label "Hendrika Anna Dobbeleer" ;
    a2a:PersonNameFirstName "Hendrika Anna" ;
    a2a:PersonNameLastName "Dobbeleer"
  ] .

oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335918
  a a2a:Person ;
  rdfs:label "Marie Anna Klimpel" ;
  a2a:PersonName [
    rdfs:label "Marie Anna Klimpel" ;
    a2a:PersonNameFirstName "Marie Anna" ;
    a2a:PersonNameLastName "Klimpel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "37" ;
    rdfs:label "37"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gora (Polen)" ;
    rdfs:label "Gora (Polen)"
  ] .

oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335919
  a a2a:Person ;
  rdfs:label "Carl Klimpel" ;
  a2a:PersonName [
    rdfs:label "Carl Klimpel" ;
    a2a:PersonNameFirstName "Carl" ;
    a2a:PersonNameLastName "Klimpel"
  ] .

oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335920
  a a2a:Person ;
  rdfs:label "Marie Breu" ;
  a2a:PersonName [
    rdfs:label "Marie Breu" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNameLastName "Breu"
  ] .

oa:event_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "17-09-1924" ;
    a2a:Year "1924" ;
    a2a:Month "09" ;
    a2a:Day "17" ;
    rdfs:label "1924-09-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335915 ;
  a2a:EventKeyRef oa:event_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Event1 .

oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335916 ;
  a2a:EventKeyRef oa:event_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Event1 .

oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335917 ;
  a2a:EventKeyRef oa:event_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Event1 .

oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335918 ;
  a2a:EventKeyRef oa:event_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Event1 .

oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335919 ;
  a2a:EventKeyRef oa:event_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Event1 .

oa:relationep_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Person1016335920 ;
  a2a:EventKeyRef oa:event_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c_Event1 .

oa:source_srt_e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1924-09-17 - 1924-09-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-09-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-09-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "17-09-1924" ;
    a2a:Year "1924" ;
    a2a:Month "09" ;
    a2a:Day "17" ;
    rdfs:label "17-09-1924"
  ] ;
  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 "1924M" ;
    a2a:Folio "m16v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1924M, m16v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/924198D450104A038F373EF0EBC755A8" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/924198D450104A038F373EF0EBC755A8" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/924198D450104A038F373EF0EBC755A8"
  ] ;
  a2a:SourceLastChangeDate "2022-03-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/4739B2F7CE404E999D497F08F1652760" ;
  a2a:RecordIdentifier "1016335914" ;
  a2a:RecordGUID "{e306196b-ccd7-fff5-1a1d-b7d7f1ebeb2c}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 4739B2F7-CE40-4E99-9D49-7F08F1652760" ;
  a2a:SourceRemarkOpmerking "bruid is Duitsch onderdaan" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061924M_54_A2A.xml van SRT" .

