@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_211C9F70-DADD-4F49-8327-161FDFEB348C
  a a2a:Record ;
  rdfs:label "Huwelijk op 15 april 1886 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061547, oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061548, oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061549, oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061550, oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061551, oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061552 ;
  a2a:hasEvent oa:event_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_0, oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_1, oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_2, oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_3, oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_4, oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_5 ;
  a2a:hasSource oa:source_srt_211C9F70-DADD-4F49-8327-161FDFEB348C .

oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061547
  a a2a:Person ;
  rdfs:label "Jacobus Casparus Versteeg" ;
  a2a:PersonName [
    rdfs:label "Jacobus Casparus Versteeg" ;
    a2a:PersonNameFirstName "Jacobus Casparus" ;
    a2a:PersonNameLastName "Versteeg"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061548
  a a2a:Person ;
  rdfs:label "Hendrik Theodorus Versteeg" ;
  a2a:PersonName [
    rdfs:label "Hendrik Theodorus Versteeg" ;
    a2a:PersonNameFirstName "Hendrik Theodorus" ;
    a2a:PersonNameLastName "Versteeg"
  ] .

oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061549
  a a2a:Person ;
  rdfs:label "Johanna Rissik" ;
  a2a:PersonName [
    rdfs:label "Johanna Rissik" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Rissik"
  ] .

oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061550
  a a2a:Person ;
  rdfs:label "Johanna Maria Bergé" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Bergé" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Bergé"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061551
  a a2a:Person ;
  rdfs:label "Jan Georgius Jacobus Bergé" ;
  a2a:PersonName [
    rdfs:label "Jan Georgius Jacobus Bergé" ;
    a2a:PersonNameFirstName "Jan Georgius Jacobus" ;
    a2a:PersonNameLastName "Bergé"
  ] .

oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061552
  a a2a:Person ;
  rdfs:label "Ida Maria Cornelissen" ;
  a2a:PersonName [
    rdfs:label "Ida Maria Cornelissen" ;
    a2a:PersonNameFirstName "Ida Maria" ;
    a2a:PersonNameLastName "Cornelissen"
  ] .

oa:event_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "15-04-1886" ;
    a2a:Year "1886" ;
    a2a:Month "04" ;
    a2a:Day "15" ;
    rdfs:label "1886-04-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061547 ;
  a2a:EventKeyRef oa:event_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Event1 .

oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061548 ;
  a2a:EventKeyRef oa:event_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Event1 .

oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061549 ;
  a2a:EventKeyRef oa:event_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Event1 .

oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061550 ;
  a2a:EventKeyRef oa:event_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Event1 .

oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061551 ;
  a2a:EventKeyRef oa:event_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Event1 .

oa:relationep_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Person3921061552 ;
  a2a:EventKeyRef oa:event_srt_211C9F70-DADD-4F49-8327-161FDFEB348C_Event1 .

oa:source_srt_211C9F70-DADD-4F49-8327-161FDFEB348C
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1886-04-15 - 1886-04-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1886-04-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1886-04-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-04-1886" ;
    a2a:Year "1886" ;
    a2a:Month "04" ;
    a2a:Day "15" ;
    rdfs:label "15-04-1886"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, huwelijksakten" ;
    a2a:Book "Nadere toegang op het huwelijksregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1886.224" ;
    a2a:RegistryNumber "1886C" ;
    a2a:Folio "c017v" ;
    rdfs:label "Stadsarchief Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1886.224, 1886C, c017v"
  ] ;
  a2a:SourceLastChangeDate "2024-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/211C9F70DADD4F498327161FDFEB348C" ;
  a2a:RecordIdentifier "3921061546" ;
  a2a:RecordGUID "{211C9F70-DADD-4F49-8327-161FDFEB348C}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/6D007A89F9164DBEAAC6C943D0870AFB" .

