@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_34f040a5-a64b-e13a-0b18-10d64031e706
  a a2a:Record ;
  rdfs:label "Huwelijk op 31 augustus 1893 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968264, oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968265, oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968266, oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968267, oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968268, oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968269 ;
  a2a:hasEvent oa:event_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_0, oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_1, oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_2, oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_3, oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_4, oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_5 ;
  a2a:hasSource oa:source_srt_34f040a5-a64b-e13a-0b18-10d64031e706 .

oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968264
  a a2a:Person ;
  rdfs:label "Cornelis Johannes Parqui" ;
  a2a:PersonName [
    rdfs:label "Cornelis Johannes Parqui" ;
    a2a:PersonNameFirstName "Cornelis Johannes" ;
    a2a:PersonNameLastName "Parqui"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968265
  a a2a:Person ;
  rdfs:label "Cornelis Boogaard Parqui" ;
  a2a:PersonName [
    rdfs:label "Cornelis Boogaard Parqui" ;
    a2a:PersonNameFirstName "Cornelis Boogaard" ;
    a2a:PersonNameLastName "Parqui"
  ] .

oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968266
  a a2a:Person ;
  rdfs:label "Johanna van Klaveren" ;
  a2a:PersonName [
    rdfs:label "Johanna van Klaveren" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Klaveren"
  ] .

oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968267
  a a2a:Person ;
  rdfs:label "Catharina Maria van der Schalk" ;
  a2a:PersonName [
    rdfs:label "Catharina Maria van der Schalk" ;
    a2a:PersonNameFirstName "Catharina Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Schalk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968268
  a a2a:Person ;
  rdfs:label "Jacob van der Schalk" ;
  a2a:PersonName [
    rdfs:label "Jacob van der Schalk" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Schalk"
  ] .

oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968269
  a a2a:Person ;
  rdfs:label "Adriana Johanna van Zwet" ;
  a2a:PersonName [
    rdfs:label "Adriana Johanna van Zwet" ;
    a2a:PersonNameFirstName "Adriana Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Zwet"
  ] .

oa:event_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "31-08-1893" ;
    a2a:Year "1893" ;
    a2a:Month "08" ;
    a2a:Day "31" ;
    rdfs:label "1893-08-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968264 ;
  a2a:EventKeyRef oa:event_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Event1 .

oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968265 ;
  a2a:EventKeyRef oa:event_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Event1 .

oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968266 ;
  a2a:EventKeyRef oa:event_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Event1 .

oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968267 ;
  a2a:EventKeyRef oa:event_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Event1 .

oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968268 ;
  a2a:EventKeyRef oa:event_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Event1 .

oa:relationep_srt_34f040a5-a64b-e13a-0b18-10d64031e706_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Person1014968269 ;
  a2a:EventKeyRef oa:event_srt_34f040a5-a64b-e13a-0b18-10d64031e706_Event1 .

oa:source_srt_34f040a5-a64b-e13a-0b18-10d64031e706
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1893-08-31 - 1893-08-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-08-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1893-08-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "31-08-1893" ;
    a2a:Year "1893" ;
    a2a:Month "08" ;
    a2a:Day "31" ;
    rdfs:label "31-08-1893"
  ] ;
  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 "1893.1186" ;
    a2a:RegistryNumber "1893G" ;
    a2a:Folio "g017v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1893.1186, 1893G, g017v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/E294726F64514754B25BE358D6942A8D" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/E294726F64514754B25BE358D6942A8D" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/E294726F64514754B25BE358D6942A8D"
  ] ;
  a2a:SourceLastChangeDate "2018-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/955012C172DC414186BE9FF6CBE3D568" ;
  a2a:RecordIdentifier "1014968263" ;
  a2a:RecordGUID "{34f040a5-a64b-e13a-0b18-10d64031e706}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 955012C1-72DC-4141-86BE-9FF6CBE3D568" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061893G_54_A2A.xml van SRT" .

