@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_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f
  a a2a:Record ;
  rdfs:label "Huwelijk op 11 mei 1910 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999737, oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999738, oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999739, oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999740, oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999741, oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999742 ;
  a2a:hasEvent oa:event_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_0, oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_1, oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_2, oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_3, oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_4, oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_5 ;
  a2a:hasSource oa:source_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f .

oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999737
  a a2a:Person ;
  rdfs:label "Pleun Roggeveen" ;
  a2a:PersonName [
    rdfs:label "Pleun Roggeveen" ;
    a2a:PersonNameFirstName "Pleun" ;
    a2a:PersonNameLastName "Roggeveen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kralingen" ;
    rdfs:label "Kralingen"
  ] .

oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999738
  a a2a:Person ;
  rdfs:label "Willem Johannes Roggeveen" ;
  a2a:PersonName [
    rdfs:label "Willem Johannes Roggeveen" ;
    a2a:PersonNameFirstName "Willem Johannes" ;
    a2a:PersonNameLastName "Roggeveen"
  ] .

oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999739
  a a2a:Person ;
  rdfs:label "Cornelia Clara Serrij" ;
  a2a:PersonName [
    rdfs:label "Cornelia Clara Serrij" ;
    a2a:PersonNameFirstName "Cornelia Clara" ;
    a2a:PersonNameLastName "Serrij"
  ] .

oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999740
  a a2a:Person ;
  rdfs:label "Amelia Catharina Dooms" ;
  a2a:PersonName [
    rdfs:label "Amelia Catharina Dooms" ;
    a2a:PersonNameFirstName "Amelia Catharina" ;
    a2a:PersonNameLastName "Dooms"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ter Neuzen" ;
    rdfs:label "Ter Neuzen"
  ] .

oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999741
  a a2a:Person ;
  rdfs:label "Jan Joseph Dooms" ;
  a2a:PersonName [
    rdfs:label "Jan Joseph Dooms" ;
    a2a:PersonNameFirstName "Jan Joseph" ;
    a2a:PersonNameLastName "Dooms"
  ] .

oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999742
  a a2a:Person ;
  rdfs:label "Jacoba Johanna Sponcelé" ;
  a2a:PersonName [
    rdfs:label "Jacoba Johanna Sponcelé" ;
    a2a:PersonNameFirstName "Jacoba Johanna" ;
    a2a:PersonNameLastName "Sponcelé"
  ] .

oa:event_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "11-05-1910" ;
    a2a:Year "1910" ;
    a2a:Month "05" ;
    a2a:Day "11" ;
    rdfs:label "1910-05-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999737 ;
  a2a:EventKeyRef oa:event_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Event1 .

oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999738 ;
  a2a:EventKeyRef oa:event_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Event1 .

oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999739 ;
  a2a:EventKeyRef oa:event_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Event1 .

oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999740 ;
  a2a:EventKeyRef oa:event_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Event1 .

oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999741 ;
  a2a:EventKeyRef oa:event_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Event1 .

oa:relationep_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Person1014999742 ;
  a2a:EventKeyRef oa:event_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f_Event1 .

oa:source_srt_89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1910-05-11 - 1910-05-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-05-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-05-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "11-05-1910" ;
    a2a:Year "1910" ;
    a2a:Month "05" ;
    a2a:Day "11" ;
    rdfs:label "11-05-1910"
  ] ;
  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 "1910F" ;
    a2a:Folio "f53" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1910F, f53"
  ] ;
  a2a:SourceLastChangeDate "2023-02-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/6F0B604E1C124C2098D8519A5F09E44B" ;
  a2a:RecordIdentifier "1014999736" ;
  a2a:RecordGUID "{89d79fe2-fa20-0b7e-7bd4-e6ab1c9b916f}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 6F0B604E-1C12-4C20-98D8-519A5F09E44B" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061910F_54_A2A.xml van SRT" .

