@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_05db33d9-2f07-a5c9-7d7c-8a097cc07776
  a a2a:Record ;
  rdfs:label "Huwelijk op 8 september 1926 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057480, oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057481, oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057482, oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057483, oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057484, oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057485 ;
  a2a:hasEvent oa:event_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_0, oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_1, oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_2, oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_3, oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_4, oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_5 ;
  a2a:hasSource oa:source_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776 .

oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057480
  a a2a:Person ;
  rdfs:label "Bastiaan Vis" ;
  a2a:PersonName [
    rdfs:label "Bastiaan Vis" ;
    a2a:PersonNameFirstName "Bastiaan" ;
    a2a:PersonNameLastName "Vis"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zuid - Beijerland" ;
    rdfs:label "Zuid - Beijerland"
  ] .

oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057481
  a a2a:Person ;
  rdfs:label "Cornelis Vis" ;
  a2a:PersonName [
    rdfs:label "Cornelis Vis" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Vis"
  ] .

oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057482
  a a2a:Person ;
  rdfs:label "Pietertje Weij" ;
  a2a:PersonName [
    rdfs:label "Pietertje Weij" ;
    a2a:PersonNameFirstName "Pietertje" ;
    a2a:PersonNameLastName "Weij"
  ] .

oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057483
  a a2a:Person ;
  rdfs:label "Aagje Peeman" ;
  a2a:PersonName [
    rdfs:label "Aagje Peeman" ;
    a2a:PersonNameFirstName "Aagje" ;
    a2a:PersonNameLastName "Peeman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057484
  a a2a:Person ;
  rdfs:label "Jacob Peeman" ;
  a2a:PersonName [
    rdfs:label "Jacob Peeman" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Peeman"
  ] .

oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057485
  a a2a:Person ;
  rdfs:label "Josina Schellevis" ;
  a2a:PersonName [
    rdfs:label "Josina Schellevis" ;
    a2a:PersonNameFirstName "Josina" ;
    a2a:PersonNameLastName "Schellevis"
  ] .

oa:event_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "08-09-1926" ;
    a2a:Year "1926" ;
    a2a:Month "09" ;
    a2a:Day "08" ;
    rdfs:label "1926-09-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057480 ;
  a2a:EventKeyRef oa:event_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Event1 .

oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057481 ;
  a2a:EventKeyRef oa:event_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Event1 .

oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057482 ;
  a2a:EventKeyRef oa:event_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Event1 .

oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057483 ;
  a2a:EventKeyRef oa:event_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Event1 .

oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057484 ;
  a2a:EventKeyRef oa:event_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Event1 .

oa:relationep_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Person1016057485 ;
  a2a:EventKeyRef oa:event_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776_Event1 .

oa:source_srt_05db33d9-2f07-a5c9-7d7c-8a097cc07776
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1926-09-08 - 1926-09-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1926-09-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1926-09-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "08-09-1926" ;
    a2a:Year "1926" ;
    a2a:Month "09" ;
    a2a:Day "08" ;
    rdfs:label "08-09-1926"
  ] ;
  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 "1926J" ;
    a2a:Folio "j156v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1926J, j156v"
  ] ;
  a2a:SourceLastChangeDate "2023-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/1F14E71A40C24BAF86966D83494B5E9F" ;
  a2a:RecordIdentifier "1016057479" ;
  a2a:RecordGUID "{05db33d9-2f07-a5c9-7d7c-8a097cc07776}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 1F14E71A-40C2-4BAF-8696-6D83494B5E9F" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061926J_54_A2A.xml van SRT" .

