@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_ee81d862-9f4c-a75d-ef26-0afc86cda78a
  a a2a:Record ;
  rdfs:label "Huwelijk op 19 oktober 1932 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467462, oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467463, oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467464, oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467465, oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467466, oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467467 ;
  a2a:hasEvent oa:event_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_0, oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_1, oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_2, oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_3, oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_4, oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_5 ;
  a2a:hasSource oa:source_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a .

oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467462
  a a2a:Person ;
  rdfs:label "Carel Johannes Pronk" ;
  a2a:PersonName [
    rdfs:label "Carel Johannes Pronk" ;
    a2a:PersonNameFirstName "Carel Johannes" ;
    a2a:PersonNameLastName "Pronk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467463
  a a2a:Person ;
  rdfs:label "Johannes Adolf Pronk" ;
  a2a:PersonName [
    rdfs:label "Johannes Adolf Pronk" ;
    a2a:PersonNameFirstName "Johannes Adolf" ;
    a2a:PersonNameLastName "Pronk"
  ] .

oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467464
  a a2a:Person ;
  rdfs:label "Theodora Cornelia Heusdans" ;
  a2a:PersonName [
    rdfs:label "Theodora Cornelia Heusdans" ;
    a2a:PersonNameFirstName "Theodora Cornelia" ;
    a2a:PersonNameLastName "Heusdans"
  ] .

oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467465
  a a2a:Person ;
  rdfs:label "Maria Charlotte Prochazka" ;
  a2a:PersonName [
    rdfs:label "Maria Charlotte Prochazka" ;
    a2a:PersonNameFirstName "Maria Charlotte" ;
    a2a:PersonNameLastName "Prochazka"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Osnabrück (Pruisen)" ;
    rdfs:label "Osnabrück (Pruisen)"
  ] .

oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467466
  a a2a:Person ;
  rdfs:label "Emil Prochazka" ;
  a2a:PersonName [
    rdfs:label "Emil Prochazka" ;
    a2a:PersonNameFirstName "Emil" ;
    a2a:PersonNameLastName "Prochazka"
  ] .

oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467467
  a a2a:Person ;
  rdfs:label "Christine Friederike Reimann" ;
  a2a:PersonName [
    rdfs:label "Christine Friederike Reimann" ;
    a2a:PersonNameFirstName "Christine Friederike" ;
    a2a:PersonNameLastName "Reimann"
  ] .

oa:event_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "19-10-1932" ;
    a2a:Year "1932" ;
    a2a:Month "10" ;
    a2a:Day "19" ;
    rdfs:label "1932-10-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467462 ;
  a2a:EventKeyRef oa:event_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Event1 .

oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467463 ;
  a2a:EventKeyRef oa:event_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Event1 .

oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467464 ;
  a2a:EventKeyRef oa:event_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Event1 .

oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467465 ;
  a2a:EventKeyRef oa:event_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Event1 .

oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467466 ;
  a2a:EventKeyRef oa:event_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Event1 .

oa:relationep_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Person3255467467 ;
  a2a:EventKeyRef oa:event_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a_Event1 .

oa:source_srt_ee81d862-9f4c-a75d-ef26-0afc86cda78a
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1932-10-19 - 1932-10-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1932-10-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1932-10-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-10-1932" ;
    a2a:Year "1932" ;
    a2a:Month "10" ;
    a2a:Day "19" ;
    rdfs:label "19-10-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.3930" ;
    a2a:RegistryNumber "1932O" ;
    a2a:Folio "o039v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1932.3930, 1932O, o039v"
  ] ;
  a2a:SourceLastChangeDate "2023-05-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/E2C3EBABF5A24D279E54838B3A133D44" ;
  a2a:RecordIdentifier "3255467461" ;
  a2a:RecordGUID "{ee81d862-9f4c-a75d-ef26-0afc86cda78a}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder E2C3EBAB-F5A2-4D27-9E54-838B3A133D44" ;
  a2a:SourceRemarkOpmerking "bruid is Duitsch onderdaan" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061932O_54_A2A.xml van SRT" .

