@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_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb
  a a2a:Record ;
  rdfs:label "Huwelijk op 19 mei 1921 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014715, oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014716, oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014717, oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014718, oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014719, oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014720 ;
  a2a:hasEvent oa:event_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_0, oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_1, oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_2, oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_3, oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_4, oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_5 ;
  a2a:hasSource oa:source_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb .

oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014715
  a a2a:Person ;
  rdfs:label "Arie Christiaan de Vos" ;
  a2a:PersonName [
    rdfs:label "Arie Christiaan de Vos" ;
    a2a:PersonNameFirstName "Arie Christiaan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014716
  a a2a:Person ;
  rdfs:label "Jacob Johannes de Vos" ;
  a2a:PersonName [
    rdfs:label "Jacob Johannes de Vos" ;
    a2a:PersonNameFirstName "Jacob Johannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vos"
  ] .

oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014717
  a a2a:Person ;
  rdfs:label "Neeltje Elisabeth Baan" ;
  a2a:PersonName [
    rdfs:label "Neeltje Elisabeth Baan" ;
    a2a:PersonNameFirstName "Neeltje Elisabeth" ;
    a2a:PersonNameLastName "Baan"
  ] .

oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014718
  a a2a:Person ;
  rdfs:label "Hendrina Tapper" ;
  a2a:PersonName [
    rdfs:label "Hendrina Tapper" ;
    a2a:PersonNameFirstName "Hendrina" ;
    a2a:PersonNameLastName "Tapper"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014719
  a a2a:Person ;
  rdfs:label "Johan Hendrik Tapper" ;
  a2a:PersonName [
    rdfs:label "Johan Hendrik Tapper" ;
    a2a:PersonNameFirstName "Johan Hendrik" ;
    a2a:PersonNameLastName "Tapper"
  ] .

oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014720
  a a2a:Person ;
  rdfs:label "Elizabeth Cooke" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Cooke" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Cooke"
  ] .

oa:event_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "19-05-1921" ;
    a2a:Year "1921" ;
    a2a:Month "05" ;
    a2a:Day "19" ;
    rdfs:label "1921-05-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014715 ;
  a2a:EventKeyRef oa:event_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Event1 .

oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014716 ;
  a2a:EventKeyRef oa:event_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Event1 .

oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014717 ;
  a2a:EventKeyRef oa:event_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Event1 .

oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014718 ;
  a2a:EventKeyRef oa:event_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Event1 .

oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014719 ;
  a2a:EventKeyRef oa:event_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Event1 .

oa:relationep_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Person1017014720 ;
  a2a:EventKeyRef oa:event_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb_Event1 .

oa:source_srt_2c95fdde-faae-d4f6-226c-e9e0dd9a83bb
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1921-05-19 - 1921-05-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-05-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-05-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-05-1921" ;
    a2a:Year "1921" ;
    a2a:Month "05" ;
    a2a:Day "19" ;
    rdfs:label "19-05-1921"
  ] ;
  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 "1921H" ;
    a2a:Folio "h15" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1921H, h15"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/5FF01F3B3AFC489481DA28506F84B404" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/5FF01F3B3AFC489481DA28506F84B404" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/5FF01F3B3AFC489481DA28506F84B404"
  ] ;
  a2a:SourceLastChangeDate "2020-11-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/9E11E90107564EAD8BDBBB6BA83FECEA" ;
  a2a:RecordIdentifier "1017014714" ;
  a2a:RecordGUID "{2c95fdde-faae-d4f6-226c-e9e0dd9a83bb}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 9E11E901-0756-4EAD-8BDB-BB6BA83FECEA" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061921H_54_A2A.xml van SRT" .

