@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_53a2f0eb-f029-13c2-e8ac-e71faf411517
  a a2a:Record ;
  rdfs:label "Huwelijk op 3 augustus 1932 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367741, oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367742, oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367743, oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367744, oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367745, oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367746 ;
  a2a:hasEvent oa:event_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_0, oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_1, oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_2, oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_3, oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_4, oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_5 ;
  a2a:hasSource oa:source_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517 .

oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367741
  a a2a:Person ;
  rdfs:label "Adam Kramer" ;
  a2a:PersonName [
    rdfs:label "Adam Kramer" ;
    a2a:PersonNameFirstName "Adam" ;
    a2a:PersonNameLastName "Kramer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367742
  a a2a:Person ;
  rdfs:label "Johannes Godefridus Kramer" ;
  a2a:PersonName [
    rdfs:label "Johannes Godefridus Kramer" ;
    a2a:PersonNameFirstName "Johannes Godefridus" ;
    a2a:PersonNameLastName "Kramer"
  ] .

oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367743
  a a2a:Person ;
  rdfs:label "Bartje Reedijk" ;
  a2a:PersonName [
    rdfs:label "Bartje Reedijk" ;
    a2a:PersonNameFirstName "Bartje" ;
    a2a:PersonNameLastName "Reedijk"
  ] .

oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367744
  a a2a:Person ;
  rdfs:label "Johanna de Jongh" ;
  a2a:PersonName [
    rdfs:label "Johanna de Jongh" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jongh"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schiedam" ;
    rdfs:label "Schiedam"
  ] .

oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367745
  a a2a:Person ;
  rdfs:label "Adrianus Jacobus de Jongh" ;
  a2a:PersonName [
    rdfs:label "Adrianus Jacobus de Jongh" ;
    a2a:PersonNameFirstName "Adrianus Jacobus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jongh"
  ] .

oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367746
  a a2a:Person ;
  rdfs:label "Hendrika Maria Heeze" ;
  a2a:PersonName [
    rdfs:label "Hendrika Maria Heeze" ;
    a2a:PersonNameFirstName "Hendrika Maria" ;
    a2a:PersonNameLastName "Heeze"
  ] .

oa:event_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "03-08-1932" ;
    a2a:Year "1932" ;
    a2a:Month "08" ;
    a2a:Day "03" ;
    rdfs:label "1932-08-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367741 ;
  a2a:EventKeyRef oa:event_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Event1 .

oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367742 ;
  a2a:EventKeyRef oa:event_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Event1 .

oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367743 ;
  a2a:EventKeyRef oa:event_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Event1 .

oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367744 ;
  a2a:EventKeyRef oa:event_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Event1 .

oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367745 ;
  a2a:EventKeyRef oa:event_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Event1 .

oa:relationep_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Person1016367746 ;
  a2a:EventKeyRef oa:event_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517_Event1 .

oa:source_srt_53a2f0eb-f029-13c2-e8ac-e71faf411517
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1932-08-03 - 1932-08-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1932-08-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1932-08-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-08-1932" ;
    a2a:Year "1932" ;
    a2a:Month "08" ;
    a2a:Day "03" ;
    rdfs:label "03-08-1932"
  ] ;
  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:DocumentNumber "1932.2850" ;
    a2a:RegistryNumber "1932K" ;
    a2a:Folio "k084" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1932.2850, 1932K, k084"
  ] ;
  a2a:SourceLastChangeDate "2022-11-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/8466645C4A994915BE889C7339D48F7D" ;
  a2a:RecordIdentifier "1016367740" ;
  a2a:RecordGUID "{53a2f0eb-f029-13c2-e8ac-e71faf411517}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 8466645C-4A99-4915-BE88-9C7339D48F7D" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061932K_54_A2A.xml van SRT" .

