@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_e5cb12c2-ca54-367f-e96c-951b8468fb04
  a a2a:Record ;
  rdfs:label "Huwelijk op 10 mei 1933 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132631, oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132632, oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132633, oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132634, oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132635, oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132636 ;
  a2a:hasEvent oa:event_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_0, oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_1, oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_2, oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_3, oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_4, oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_5 ;
  a2a:hasSource oa:source_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04 .

oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132631
  a a2a:Person ;
  rdfs:label "Petrus Nicolaas Arnoldus Post" ;
  a2a:PersonName [
    rdfs:label "Petrus Nicolaas Arnoldus Post" ;
    a2a:PersonNameFirstName "Petrus Nicolaas Arnoldus" ;
    a2a:PersonNameLastName "Post"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132632
  a a2a:Person ;
  rdfs:label "Johannes Martinus Gregorius Post" ;
  a2a:PersonName [
    rdfs:label "Johannes Martinus Gregorius Post" ;
    a2a:PersonNameFirstName "Johannes Martinus Gregorius" ;
    a2a:PersonNameLastName "Post"
  ] .

oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132633
  a a2a:Person ;
  rdfs:label "Alida Cornelia Matla" ;
  a2a:PersonName [
    rdfs:label "Alida Cornelia Matla" ;
    a2a:PersonNameFirstName "Alida Cornelia" ;
    a2a:PersonNameLastName "Matla"
  ] .

oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132634
  a a2a:Person ;
  rdfs:label "Johanna Catharina Copier" ;
  a2a:PersonName [
    rdfs:label "Johanna Catharina Copier" ;
    a2a:PersonNameFirstName "Johanna Catharina" ;
    a2a:PersonNameLastName "Copier"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132635
  a a2a:Person ;
  rdfs:label "Johannes Carolus Copier" ;
  a2a:PersonName [
    rdfs:label "Johannes Carolus Copier" ;
    a2a:PersonNameFirstName "Johannes Carolus" ;
    a2a:PersonNameLastName "Copier"
  ] .

oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132636
  a a2a:Person ;
  rdfs:label "Cornelia Elizabeth Verhesen" ;
  a2a:PersonName [
    rdfs:label "Cornelia Elizabeth Verhesen" ;
    a2a:PersonNameFirstName "Cornelia Elizabeth" ;
    a2a:PersonNameLastName "Verhesen"
  ] .

oa:event_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "10-05-1933" ;
    a2a:Year "1933" ;
    a2a:Month "05" ;
    a2a:Day "10" ;
    rdfs:label "1933-05-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132631 ;
  a2a:EventKeyRef oa:event_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Event1 .

oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132632 ;
  a2a:EventKeyRef oa:event_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Event1 .

oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132633 ;
  a2a:EventKeyRef oa:event_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Event1 .

oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132634 ;
  a2a:EventKeyRef oa:event_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Event1 .

oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132635 ;
  a2a:EventKeyRef oa:event_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Event1 .

oa:relationep_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Person1017132636 ;
  a2a:EventKeyRef oa:event_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04_Event1 .

oa:source_srt_e5cb12c2-ca54-367f-e96c-951b8468fb04
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1933-05-10 - 1933-05-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1933-05-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1933-05-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "10-05-1933" ;
    a2a:Year "1933" ;
    a2a:Month "05" ;
    a2a:Day "10" ;
    rdfs:label "10-05-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.1476" ;
    a2a:RegistryNumber "1933F" ;
    a2a:Folio "f060" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1933.1476, 1933F, f060"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/74DED8F17B344476A4CA71E33AA84E41" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/74DED8F17B344476A4CA71E33AA84E41" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/74DED8F17B344476A4CA71E33AA84E41"
  ] ;
  a2a:SourceLastChangeDate "2020-01-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/B82907E8D6EF49B9B27BA0D1CA38B44E" ;
  a2a:RecordIdentifier "1017132630" ;
  a2a:RecordGUID "{e5cb12c2-ca54-367f-e96c-951b8468fb04}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder B82907E8-D6EF-49B9-B27B-A0D1CA38B44E" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061933F_54_A2A.xml van SRT" .

