@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_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca
  a a2a:Record ;
  rdfs:label "Huwelijk op 1 maart 1922 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677059, oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677060, oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677064, oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677062, oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677063, oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677061 ;
  a2a:hasEvent oa:event_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_0, oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_1, oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_2, oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_3, oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_4, oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_5 ;
  a2a:hasSource oa:source_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca .

oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677059
  a a2a:Person ;
  rdfs:label "Hendrik Arie Splinter" ;
  a2a:PersonName [
    rdfs:label "Hendrik Arie Splinter" ;
    a2a:PersonNameFirstName "Hendrik Arie" ;
    a2a:PersonNameLastName "Splinter"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bergschenhoek" ;
    rdfs:label "Bergschenhoek"
  ] .

oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677060
  a a2a:Person ;
  rdfs:label "Dirk Splinter" ;
  a2a:PersonName [
    rdfs:label "Dirk Splinter" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Splinter"
  ] .

oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677064
  a a2a:Person ;
  rdfs:label "Adriana Anker" ;
  a2a:PersonName [
    rdfs:label "Adriana Anker" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Anker"
  ] .

oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677062
  a a2a:Person ;
  rdfs:label "Anna Jozina Maria Mertens" ;
  a2a:PersonName [
    rdfs:label "Anna Jozina Maria Mertens" ;
    a2a:PersonNameFirstName "Anna Jozina Maria" ;
    a2a:PersonNameLastName "Mertens"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677063
  a a2a:Person ;
  rdfs:label "Hubert Jozeph Mertens" ;
  a2a:PersonName [
    rdfs:label "Hubert Jozeph Mertens" ;
    a2a:PersonNameFirstName "Hubert Jozeph" ;
    a2a:PersonNameLastName "Mertens"
  ] .

oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677061
  a a2a:Person ;
  rdfs:label "Jozina Maria van den Houten" ;
  a2a:PersonName [
    rdfs:label "Jozina Maria van den Houten" ;
    a2a:PersonNameFirstName "Jozina Maria" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Houten"
  ] .

oa:event_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "01-03-1922" ;
    a2a:Year "1922" ;
    a2a:Month "03" ;
    a2a:Day "01" ;
    rdfs:label "1922-03-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677059 ;
  a2a:EventKeyRef oa:event_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Event1 .

oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677060 ;
  a2a:EventKeyRef oa:event_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Event1 .

oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677064 ;
  a2a:EventKeyRef oa:event_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Event1 .

oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677062 ;
  a2a:EventKeyRef oa:event_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Event1 .

oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677063 ;
  a2a:EventKeyRef oa:event_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Event1 .

oa:relationep_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Person3184677061 ;
  a2a:EventKeyRef oa:event_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca_Event1 .

oa:source_srt_f3cbfc0f-0c76-2bef-97d3-7adbb35778ca
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1922-03-01 - 1922-03-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-03-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-03-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "01-03-1922" ;
    a2a:Year "1922" ;
    a2a:Month "03" ;
    a2a:Day "01" ;
    rdfs:label "01-03-1922"
  ] ;
  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 "1922D" ;
    a2a:Folio "d25v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1922D, d25v"
  ] ;
  a2a:SourceLastChangeDate "2023-03-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/1B69D1C8EEA4458291878408CE57D4FB" ;
  a2a:RecordIdentifier "3184677058" ;
  a2a:RecordGUID "{f3cbfc0f-0c76-2bef-97d3-7adbb35778ca}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 1B69D1C8-EEA4-4582-9187-8408CE57D4FB" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061922D_54_A2A.xml van SRT" .

