@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_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e
  a a2a:Record ;
  rdfs:label "Huwelijk op 29 maart 1933 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128426, oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128427, oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128428, oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128429, oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128430, oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128431 ;
  a2a:hasEvent oa:event_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_0, oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_1, oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_2, oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_3, oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_4, oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_5 ;
  a2a:hasSource oa:source_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e .

oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128426
  a a2a:Person ;
  rdfs:label "Andries Patijn" ;
  a2a:PersonName [
    rdfs:label "Andries Patijn" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Patijn"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128427
  a a2a:Person ;
  rdfs:label "Marinus Theodorus Patijn" ;
  a2a:PersonName [
    rdfs:label "Marinus Theodorus Patijn" ;
    a2a:PersonNameFirstName "Marinus Theodorus" ;
    a2a:PersonNameLastName "Patijn"
  ] .

oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128428
  a a2a:Person ;
  rdfs:label "Wilhelmina Maria van Vliet" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Maria van Vliet" ;
    a2a:PersonNameFirstName "Wilhelmina Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vliet"
  ] .

oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128429
  a a2a:Person ;
  rdfs:label "Elisabeth Hendrika Wijmans" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Hendrika Wijmans" ;
    a2a:PersonNameFirstName "Elisabeth Hendrika" ;
    a2a:PersonNameLastName "Wijmans"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128430
  a a2a:Person ;
  rdfs:label "Fredrik Wijmans" ;
  a2a:PersonName [
    rdfs:label "Fredrik Wijmans" ;
    a2a:PersonNameFirstName "Fredrik" ;
    a2a:PersonNameLastName "Wijmans"
  ] .

oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128431
  a a2a:Person ;
  rdfs:label "Maria Josephia Mullens" ;
  a2a:PersonName [
    rdfs:label "Maria Josephia Mullens" ;
    a2a:PersonNameFirstName "Maria Josephia" ;
    a2a:PersonNameLastName "Mullens"
  ] .

oa:event_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "29-03-1933" ;
    a2a:Year "1933" ;
    a2a:Month "03" ;
    a2a:Day "29" ;
    rdfs:label "1933-03-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128426 ;
  a2a:EventKeyRef oa:event_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Event1 .

oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128427 ;
  a2a:EventKeyRef oa:event_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Event1 .

oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128428 ;
  a2a:EventKeyRef oa:event_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Event1 .

oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128429 ;
  a2a:EventKeyRef oa:event_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Event1 .

oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128430 ;
  a2a:EventKeyRef oa:event_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Event1 .

oa:relationep_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Person1017128431 ;
  a2a:EventKeyRef oa:event_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e_Event1 .

oa:source_srt_01d3aff2-133f-ca16-e3a8-f8e6ce937e2e
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1933-03-29 - 1933-03-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1933-03-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1933-03-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "29-03-1933" ;
    a2a:Year "1933" ;
    a2a:Month "03" ;
    a2a:Day "29" ;
    rdfs:label "29-03-1933"
  ] ;
  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 "1933.913" ;
    a2a:RegistryNumber "1933C" ;
    a2a:Folio "c075v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1933.913, 1933C, c075v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/3C9899645CE640C39ACBB11EA3CA66D3" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/3C9899645CE640C39ACBB11EA3CA66D3" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/3C9899645CE640C39ACBB11EA3CA66D3"
  ] ;
  a2a:SourceLastChangeDate "2022-09-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/0F2DBF803A08412D8C3AF16A9A63A727" ;
  a2a:RecordIdentifier "1017128425" ;
  a2a:RecordGUID "{01d3aff2-133f-ca16-e3a8-f8e6ce937e2e}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 0F2DBF80-3A08-412D-8C3A-F16A9A63A727" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061933C_54_A2A.xml van SRT" .

