@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_f7780aa9-6a94-b098-c1d6-e96258cf4eb6
  a a2a:Record ;
  rdfs:label "Huwelijk op 13 maart 1935 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966036, oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966037, oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966038, oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966039, oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966040, oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966041 ;
  a2a:hasEvent oa:event_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_0, oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_1, oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_2, oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_3, oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_4, oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_5 ;
  a2a:hasSource oa:source_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6 .

oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966036
  a a2a:Person ;
  rdfs:label "Rudolf Hartogs" ;
  a2a:PersonName [
    rdfs:label "Rudolf Hartogs" ;
    a2a:PersonNameFirstName "Rudolf" ;
    a2a:PersonNameLastName "Hartogs"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966037
  a a2a:Person ;
  rdfs:label "Herman Hartogs" ;
  a2a:PersonName [
    rdfs:label "Herman Hartogs" ;
    a2a:PersonNameFirstName "Herman" ;
    a2a:PersonNameLastName "Hartogs"
  ] .

oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966038
  a a2a:Person ;
  rdfs:label "Maria van der Velde" ;
  a2a:PersonName [
    rdfs:label "Maria van der Velde" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Velde"
  ] .

oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966039
  a a2a:Person ;
  rdfs:label "Willemina Willemstijn" ;
  a2a:PersonName [
    rdfs:label "Willemina Willemstijn" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Willemstijn"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966040
  a a2a:Person ;
  rdfs:label "Herman Wouter Willemstijn" ;
  a2a:PersonName [
    rdfs:label "Herman Wouter Willemstijn" ;
    a2a:PersonNameFirstName "Herman Wouter" ;
    a2a:PersonNameLastName "Willemstijn"
  ] .

oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966041
  a a2a:Person ;
  rdfs:label "Laurina Stoops" ;
  a2a:PersonName [
    rdfs:label "Laurina Stoops" ;
    a2a:PersonNameFirstName "Laurina" ;
    a2a:PersonNameLastName "Stoops"
  ] .

oa:event_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "13-03-1935" ;
    a2a:Year "1935" ;
    a2a:Month "03" ;
    a2a:Day "13" ;
    rdfs:label "1935-03-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966036 ;
  a2a:EventKeyRef oa:event_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Event1 .

oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966037 ;
  a2a:EventKeyRef oa:event_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Event1 .

oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966038 ;
  a2a:EventKeyRef oa:event_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Event1 .

oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966039 ;
  a2a:EventKeyRef oa:event_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Event1 .

oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966040 ;
  a2a:EventKeyRef oa:event_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Event1 .

oa:relationep_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Person1015966041 ;
  a2a:EventKeyRef oa:event_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6_Event1 .

oa:source_srt_f7780aa9-6a94-b098-c1d6-e96258cf4eb6
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1935-03-13 - 1935-03-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1935-03-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1935-03-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "13-03-1935" ;
    a2a:Year "1935" ;
    a2a:Month "03" ;
    a2a:Day "13" ;
    rdfs:label "13-03-1935"
  ] ;
  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 "1935.730" ;
    a2a:RegistryNumber "1935D" ;
    a2a:Folio "d025v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1935.730, 1935D, d025v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/CE7F9236A41A4F1ABE9493A8C94817B5" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/CE7F9236A41A4F1ABE9493A8C94817B5" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/CE7F9236A41A4F1ABE9493A8C94817B5"
  ] ;
  a2a:SourceLastChangeDate "2018-10-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/5BF521868CCD43E6AB747CDDC95447EE" ;
  a2a:RecordIdentifier "1015966035" ;
  a2a:RecordGUID "{f7780aa9-6a94-b098-c1d6-e96258cf4eb6}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 5BF52186-8CCD-43E6-AB74-7CDDC95447EE" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061935D_54_A2A.xml van SRT" .

