@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_6710f45f-7071-e81e-ff38-e7309bbac5f0
  a a2a:Record ;
  rdfs:label "Huwelijk op 21 mei 1873 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194212, oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194213, oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194214, oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194215, oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194216, oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194217 ;
  a2a:hasEvent oa:event_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_0, oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_1, oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_2, oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_3, oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_4, oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_5 ;
  a2a:hasSource oa:source_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0 .

oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194212
  a a2a:Person ;
  rdfs:label "Jan van Vark" ;
  a2a:PersonName [
    rdfs:label "Jan van Vark" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vark"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lekkerkerk" ;
    rdfs:label "Lekkerkerk"
  ] .

oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194213
  a a2a:Person ;
  rdfs:label "Johannis van Vark" ;
  a2a:PersonName [
    rdfs:label "Johannis van Vark" ;
    a2a:PersonNameFirstName "Johannis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vark"
  ] .

oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194214
  a a2a:Person ;
  rdfs:label "Huibertje Zwets" ;
  a2a:PersonName [
    rdfs:label "Huibertje Zwets" ;
    a2a:PersonNameFirstName "Huibertje" ;
    a2a:PersonNameLastName "Zwets"
  ] .

oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194215
  a a2a:Person ;
  rdfs:label "Amerensia Pons" ;
  a2a:PersonName [
    rdfs:label "Amerensia Pons" ;
    a2a:PersonNameFirstName "Amerensia" ;
    a2a:PersonNameLastName "Pons"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kralingen" ;
    rdfs:label "Kralingen"
  ] .

oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194216
  a a2a:Person ;
  rdfs:label "Stephanus Pons" ;
  a2a:PersonName [
    rdfs:label "Stephanus Pons" ;
    a2a:PersonNameFirstName "Stephanus" ;
    a2a:PersonNameLastName "Pons"
  ] .

oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194217
  a a2a:Person ;
  rdfs:label "Annetje van der Graaf" ;
  a2a:PersonName [
    rdfs:label "Annetje van der Graaf" ;
    a2a:PersonNameFirstName "Annetje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Graaf"
  ] .

oa:event_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "21-05-1873" ;
    a2a:Year "1873" ;
    a2a:Month "05" ;
    a2a:Day "21" ;
    rdfs:label "1873-05-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194212 ;
  a2a:EventKeyRef oa:event_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Event1 .

oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194213 ;
  a2a:EventKeyRef oa:event_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Event1 .

oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194214 ;
  a2a:EventKeyRef oa:event_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Event1 .

oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194215 ;
  a2a:EventKeyRef oa:event_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Event1 .

oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194216 ;
  a2a:EventKeyRef oa:event_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Event1 .

oa:relationep_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Person1014194217 ;
  a2a:EventKeyRef oa:event_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0_Event1 .

oa:source_srt_6710f45f-7071-e81e-ff38-e7309bbac5f0
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1873-05-21 - 1873-05-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1873-05-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1873-05-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "21-05-1873" ;
    a2a:Year "1873" ;
    a2a:Month "05" ;
    a2a:Day "21" ;
    rdfs:label "21-05-1873"
  ] ;
  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 huwelijks- en echtscheidingsregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1873.472" ;
    a2a:RegistryNumber "1873C" ;
    a2a:Folio "c47v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1873.472, 1873C, c47v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/21D35768932B4113BDA95064785C02D0" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/21D35768932B4113BDA95064785C02D0" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/21D35768932B4113BDA95064785C02D0"
  ] ;
  a2a:SourceLastChangeDate "2019-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/CFA91DDA3C0E43FDAB268EFB89F14F74" ;
  a2a:RecordIdentifier "1014194211" ;
  a2a:RecordGUID "{6710f45f-7071-e81e-ff38-e7309bbac5f0}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder CFA91DDA-3C0E-43FD-AB26-8EFB89F14F74" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061873C_54_A2A.xml van SRT" .

