@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_0f1a0413-4ea0-e009-3488-36bda2c735da
  a a2a:Record ;
  rdfs:label "Huwelijk op 14 juli 1858 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443453, oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443454, oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443455, oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443456, oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443457, oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443458 ;
  a2a:hasEvent oa:event_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_0, oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_1, oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_2, oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_3, oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_4, oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_5 ;
  a2a:hasSource oa:source_srt_0f1a0413-4ea0-e009-3488-36bda2c735da .

oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443453
  a a2a:Person ;
  rdfs:label "Jan Schaap" ;
  a2a:PersonName [
    rdfs:label "Jan Schaap" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Schaap"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443454
  a a2a:Person ;
  rdfs:label "Menso Schaap" ;
  a2a:PersonName [
    rdfs:label "Menso Schaap" ;
    a2a:PersonNameFirstName "Menso" ;
    a2a:PersonNameLastName "Schaap"
  ] .

oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443455
  a a2a:Person ;
  rdfs:label "Alida Montoft" ;
  a2a:PersonName [
    rdfs:label "Alida Montoft" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Montoft"
  ] .

oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443456
  a a2a:Person ;
  rdfs:label "Maria Christina van de Pol" ;
  a2a:PersonName [
    rdfs:label "Maria Christina van de Pol" ;
    a2a:PersonNameFirstName "Maria Christina" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Est" ;
    rdfs:label "Est"
  ] .

oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443457
  a a2a:Person ;
  rdfs:label "Gijsbert van de Pol" ;
  a2a:PersonName [
    rdfs:label "Gijsbert van de Pol" ;
    a2a:PersonNameFirstName "Gijsbert" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pol"
  ] .

oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443458
  a a2a:Person ;
  rdfs:label "Gozewina van Rekum" ;
  a2a:PersonName [
    rdfs:label "Gozewina van Rekum" ;
    a2a:PersonNameFirstName "Gozewina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rekum"
  ] .

oa:event_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "14-07-1858" ;
    a2a:Year "1858" ;
    a2a:Month "07" ;
    a2a:Day "14" ;
    rdfs:label "1858-07-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443453 ;
  a2a:EventKeyRef oa:event_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Event1 .

oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443454 ;
  a2a:EventKeyRef oa:event_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Event1 .

oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443455 ;
  a2a:EventKeyRef oa:event_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Event1 .

oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443456 ;
  a2a:EventKeyRef oa:event_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Event1 .

oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443457 ;
  a2a:EventKeyRef oa:event_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Event1 .

oa:relationep_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Person3291443458 ;
  a2a:EventKeyRef oa:event_srt_0f1a0413-4ea0-e009-3488-36bda2c735da_Event1 .

oa:source_srt_0f1a0413-4ea0-e009-3488-36bda2c735da
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1858-07-14 - 1858-07-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1858-07-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1858-07-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "14-07-1858" ;
    a2a:Year "1858" ;
    a2a:Month "07" ;
    a2a:Day "14" ;
    rdfs:label "14-07-1858"
  ] ;
  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 "1858.446" ;
    a2a:RegistryNumber "1858C" ;
    a2a:Folio "c30v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1858.446, 1858C, c30v"
  ] ;
  a2a:SourceLastChangeDate "2023-07-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/6DE6EB11EF7D4E5BB2FA973B45731748" ;
  a2a:RecordIdentifier "3291443452" ;
  a2a:RecordGUID "{0f1a0413-4ea0-e009-3488-36bda2c735da}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 6DE6EB11-EF7D-4E5B-B2FA-973B45731748" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061858C_54_A2A.xml van SRT" .

