@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_B8733CB7-876B-40EB-B9C2-DFD45233F9A0
  a a2a:Record ;
  rdfs:label "Huwelijk op 24 februari 1937 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447947, oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447948, oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447949, oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447950, oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447951, oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447952 ;
  a2a:hasEvent oa:event_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_0, oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_1, oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_2, oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_3, oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_4, oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_5 ;
  a2a:hasSource oa:source_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0 .

oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447947
  a a2a:Person ;
  rdfs:label "Dirk Edelman" ;
  a2a:PersonName [
    rdfs:label "Dirk Edelman" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Edelman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447948
  a a2a:Person ;
  rdfs:label "Hendrik Edelman" ;
  a2a:PersonName [
    rdfs:label "Hendrik Edelman" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Edelman"
  ] .

oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447949
  a a2a:Person ;
  rdfs:label "Alida van der Ploeg" ;
  a2a:PersonName [
    rdfs:label "Alida van der Ploeg" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Ploeg"
  ] .

oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447950
  a a2a:Person ;
  rdfs:label "Dirkje van Tol" ;
  a2a:PersonName [
    rdfs:label "Dirkje van Tol" ;
    a2a:PersonNameFirstName "Dirkje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tol"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zoeterwoude" ;
    rdfs:label "Zoeterwoude"
  ] .

oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447951
  a a2a:Person ;
  rdfs:label "Pieter van Tol" ;
  a2a:PersonName [
    rdfs:label "Pieter van Tol" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tol"
  ] .

oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447952
  a a2a:Person ;
  rdfs:label "Sientje Wessel" ;
  a2a:PersonName [
    rdfs:label "Sientje Wessel" ;
    a2a:PersonNameFirstName "Sientje" ;
    a2a:PersonNameLastName "Wessel"
  ] .

oa:event_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "24-02-1937" ;
    a2a:Year "1937" ;
    a2a:Month "02" ;
    a2a:Day "24" ;
    rdfs:label "1937-02-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447947 ;
  a2a:EventKeyRef oa:event_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Event1 .

oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447948 ;
  a2a:EventKeyRef oa:event_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Event1 .

oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447949 ;
  a2a:EventKeyRef oa:event_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Event1 .

oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447950 ;
  a2a:EventKeyRef oa:event_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Event1 .

oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447951 ;
  a2a:EventKeyRef oa:event_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Event1 .

oa:relationep_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Person1016447952 ;
  a2a:EventKeyRef oa:event_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0_Event1 .

oa:source_srt_B8733CB7-876B-40EB-B9C2-DFD45233F9A0
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1937-02-24 - 1937-02-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1937-02-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1937-02-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-02-1937" ;
    a2a:Year "1937" ;
    a2a:Month "02" ;
    a2a:Day "24" ;
    rdfs:label "24-02-1937"
  ] ;
  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 "1937.594" ;
    a2a:RegistryNumber "1937B" ;
    a2a:Folio "b151v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1937.594, 1937B, b151v"
  ] ;
  a2a:SourceLastChangeDate "2023-03-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/B8733CB7876B40EBB9C2DFD45233F9A0" ;
  a2a:RecordIdentifier "1016447946" ;
  a2a:RecordGUID "{B8733CB7-876B-40EB-B9C2-DFD45233F9A0}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/A658DA6347B14CFB822DB02B6D323758" .

