@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_4fc3b95b-e405-8f99-0549-4e90ba9c03c4
  a a2a:Record ;
  rdfs:label "Huwelijk op 17 november 1920 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088654, oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088655, oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088659, oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088657, oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088658, oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088656 ;
  a2a:hasEvent oa:event_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_0, oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_1, oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_2, oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_3, oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_4, oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_5 ;
  a2a:hasSource oa:source_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4 .

oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088654
  a a2a:Person ;
  rdfs:label "Hendrik Koopman" ;
  a2a:PersonName [
    rdfs:label "Hendrik Koopman" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Koopman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "47" ;
    rdfs:label "47"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088655
  a a2a:Person ;
  rdfs:label "Arend Koopman" ;
  a2a:PersonName [
    rdfs:label "Arend Koopman" ;
    a2a:PersonNameFirstName "Arend" ;
    a2a:PersonNameLastName "Koopman"
  ] .

oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088659
  a a2a:Person ;
  rdfs:label "Adriana Johanna Jansen Schipper" ;
  a2a:PersonName [
    rdfs:label "Adriana Johanna Jansen Schipper" ;
    a2a:PersonNameFirstName "Adriana Johanna" ;
    a2a:PersonNameLastName "Jansen Schipper"
  ] .

oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088657
  a a2a:Person ;
  rdfs:label "Marigje Dubbelman" ;
  a2a:PersonName [
    rdfs:label "Marigje Dubbelman" ;
    a2a:PersonNameFirstName "Marigje" ;
    a2a:PersonNameLastName "Dubbelman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "41" ;
    rdfs:label "41"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hooge en Lage Zwaluwe" ;
    rdfs:label "Hooge en Lage Zwaluwe"
  ] .

oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088658
  a a2a:Person ;
  rdfs:label "Hendrik Dubbelman" ;
  a2a:PersonName [
    rdfs:label "Hendrik Dubbelman" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Dubbelman"
  ] .

oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088656
  a a2a:Person ;
  rdfs:label "Wouterina Margaretha Visser" ;
  a2a:PersonName [
    rdfs:label "Wouterina Margaretha Visser" ;
    a2a:PersonNameFirstName "Wouterina Margaretha" ;
    a2a:PersonNameLastName "Visser"
  ] .

oa:event_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "17-11-1920" ;
    a2a:Year "1920" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1920-11-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088654 ;
  a2a:EventKeyRef oa:event_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Event1 .

oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088655 ;
  a2a:EventKeyRef oa:event_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Event1 .

oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088659 ;
  a2a:EventKeyRef oa:event_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Event1 .

oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088657 ;
  a2a:EventKeyRef oa:event_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Event1 .

oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088658 ;
  a2a:EventKeyRef oa:event_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Event1 .

oa:relationep_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Person3264088656 ;
  a2a:EventKeyRef oa:event_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4_Event1 .

oa:source_srt_4fc3b95b-e405-8f99-0549-4e90ba9c03c4
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1920-11-17 - 1920-11-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-11-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-11-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "17-11-1920" ;
    a2a:Year "1920" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "17-11-1920"
  ] ;
  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 "1920V" ;
    a2a:Folio "v104v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1920V, v104v"
  ] ;
  a2a:SourceLastChangeDate "2023-06-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/940D88A78D134A47AED72FBF15F54A76" ;
  a2a:RecordIdentifier "3264088653" ;
  a2a:RecordGUID "{4fc3b95b-e405-8f99-0549-4e90ba9c03c4}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 940D88A7-8D13-4A47-AED7-2FBF15F54A76" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061920V_54_A2A.xml van SRT" .

