@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_d3499dae-ecb8-084d-ae41-04aea94b1fcd
  a a2a:Record ;
  rdfs:label "Huwelijk op 20 september 1905 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629379, oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629380, oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629388, oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629384, oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629386, oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629382 ;
  a2a:hasEvent oa:event_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_0, oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_1, oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_2, oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_3, oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_4, oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_5 ;
  a2a:hasSource oa:source_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd .

oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629379
  a a2a:Person ;
  rdfs:label "Dirk Cornelis Oosterwijk" ;
  a2a:PersonName [
    rdfs:label "Dirk Cornelis Oosterwijk" ;
    a2a:PersonNameFirstName "Dirk Cornelis" ;
    a2a:PersonNameLastName "Oosterwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629380
  a a2a:Person ;
  rdfs:label "Dirk Oosterwijk" ;
  a2a:PersonName [
    rdfs:label "Dirk Oosterwijk" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Oosterwijk"
  ] .

oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629388
  a a2a:Person ;
  rdfs:label "Johanna Maria Schippers" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Schippers" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Schippers"
  ] .

oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629384
  a a2a:Person ;
  rdfs:label "Johanna Maria Elisabeth Nevens" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Elisabeth Nevens" ;
    a2a:PersonNameFirstName "Johanna Maria Elisabeth" ;
    a2a:PersonNameLastName "Nevens"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629386
  a a2a:Person ;
  rdfs:label "Antonie Tomas Nevens" ;
  a2a:PersonName [
    rdfs:label "Antonie Tomas Nevens" ;
    a2a:PersonNameFirstName "Antonie Tomas" ;
    a2a:PersonNameLastName "Nevens"
  ] .

oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629382
  a a2a:Person ;
  rdfs:label "Johanna van Duijn" ;
  a2a:PersonName [
    rdfs:label "Johanna van Duijn" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duijn"
  ] .

oa:event_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "20-09-1905" ;
    a2a:Year "1905" ;
    a2a:Month "09" ;
    a2a:Day "20" ;
    rdfs:label "1905-09-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629379 ;
  a2a:EventKeyRef oa:event_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Event1 .

oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629380 ;
  a2a:EventKeyRef oa:event_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Event1 .

oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629388 ;
  a2a:EventKeyRef oa:event_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Event1 .

oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629384 ;
  a2a:EventKeyRef oa:event_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Event1 .

oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629386 ;
  a2a:EventKeyRef oa:event_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Event1 .

oa:relationep_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Person3205629382 ;
  a2a:EventKeyRef oa:event_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd_Event1 .

oa:source_srt_d3499dae-ecb8-084d-ae41-04aea94b1fcd
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1905-09-20 - 1905-09-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-09-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-09-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "20-09-1905" ;
    a2a:Year "1905" ;
    a2a:Month "09" ;
    a2a:Day "20" ;
    rdfs:label "20-09-1905"
  ] ;
  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 "1905M" ;
    a2a:Folio "m43" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1905M, m43"
  ] ;
  a2a:SourceLastChangeDate "2023-04-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/E326604DAC4A4A9CB9D4D301940B64F4" ;
  a2a:RecordIdentifier "3205629377" ;
  a2a:RecordGUID "{d3499dae-ecb8-084d-ae41-04aea94b1fcd}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder E326604D-AC4A-4A9C-B9D4-D301940B64F4" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061905M_54_A2A.xml van SRT" .

