@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_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae
  a a2a:Record ;
  rdfs:label "Huwelijk op 24 augustus 1910 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360851, oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360852, oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360853, oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360854, oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360855, oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360856 ;
  a2a:hasEvent oa:event_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_0, oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_1, oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_2, oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_3, oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_4, oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_5 ;
  a2a:hasSource oa:source_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae .

oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360851
  a a2a:Person ;
  rdfs:label "Cornelis Job Bakker" ;
  a2a:PersonName [
    rdfs:label "Cornelis Job Bakker" ;
    a2a:PersonNameFirstName "Cornelis Job" ;
    a2a:PersonNameLastName "Bakker"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360852
  a a2a:Person ;
  rdfs:label "Hendrik Bakker" ;
  a2a:PersonName [
    rdfs:label "Hendrik Bakker" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Bakker"
  ] .

oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360853
  a a2a:Person ;
  rdfs:label "Neeltje Zijdeman" ;
  a2a:PersonName [
    rdfs:label "Neeltje Zijdeman" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Zijdeman"
  ] .

oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360854
  a a2a:Person ;
  rdfs:label "Hulda Elizabeth Elze" ;
  a2a:PersonName [
    rdfs:label "Hulda Elizabeth Elze" ;
    a2a:PersonNameFirstName "Hulda Elizabeth" ;
    a2a:PersonNameLastName "Elze"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360855
  a a2a:Person ;
  rdfs:label "Isaac Hercules Elze" ;
  a2a:PersonName [
    rdfs:label "Isaac Hercules Elze" ;
    a2a:PersonNameFirstName "Isaac Hercules" ;
    a2a:PersonNameLastName "Elze"
  ] .

oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360856
  a a2a:Person ;
  rdfs:label "Theresia Philippsohn" ;
  a2a:PersonName [
    rdfs:label "Theresia Philippsohn" ;
    a2a:PersonNameFirstName "Theresia" ;
    a2a:PersonNameLastName "Philippsohn"
  ] .

oa:event_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "24-08-1910" ;
    a2a:Year "1910" ;
    a2a:Month "08" ;
    a2a:Day "24" ;
    rdfs:label "1910-08-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360851 ;
  a2a:EventKeyRef oa:event_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Event1 .

oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360852 ;
  a2a:EventKeyRef oa:event_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Event1 .

oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360853 ;
  a2a:EventKeyRef oa:event_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Event1 .

oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360854 ;
  a2a:EventKeyRef oa:event_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Event1 .

oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360855 ;
  a2a:EventKeyRef oa:event_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Event1 .

oa:relationep_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Person1015360856 ;
  a2a:EventKeyRef oa:event_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae_Event1 .

oa:source_srt_b7738f2c-caf8-5b0d-c8ea-3218bdf186ae
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1910-08-24 - 1910-08-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-08-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-08-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-08-1910" ;
    a2a:Year "1910" ;
    a2a:Month "08" ;
    a2a:Day "24" ;
    rdfs:label "24-08-1910"
  ] ;
  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 "1910M" ;
    a2a:Folio "m39v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1910M, m39v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/1ACED3AAB3C1407EB7D086A4932DA7DE" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/1ACED3AAB3C1407EB7D086A4932DA7DE" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/1ACED3AAB3C1407EB7D086A4932DA7DE"
  ] ;
  a2a:SourceLastChangeDate "2017-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/4AA7353305BE44F4A186ABC9111CC8B8" ;
  a2a:RecordIdentifier "1015360850" ;
  a2a:RecordGUID "{b7738f2c-caf8-5b0d-c8ea-3218bdf186ae}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 4AA73533-05BE-44F4-A186-ABC9111CC8B8" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061910M_54_A2A.xml van SRT" .

