@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_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb
  a a2a:Record ;
  rdfs:label "Huwelijk op 11 november 1925 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881252, oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881253, oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881254, oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881255, oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881256, oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881257 ;
  a2a:hasEvent oa:event_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_0, oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_1, oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_2, oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_3, oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_4, oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_5 ;
  a2a:hasSource oa:source_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb .

oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881252
  a a2a:Person ;
  rdfs:label "Bernardus Wilhelmus Vincentius van den Heuvel" ;
  a2a:PersonName [
    rdfs:label "Bernardus Wilhelmus Vincentius van den Heuvel" ;
    a2a:PersonNameFirstName "Bernardus Wilhelmus Vincentius" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Heuvel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Druten" ;
    rdfs:label "Druten"
  ] .

oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881253
  a a2a:Person ;
  rdfs:label "Wilhelmus Johannes van den Heuvel" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Johannes van den Heuvel" ;
    a2a:PersonNameFirstName "Wilhelmus Johannes" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Heuvel"
  ] .

oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881254
  a a2a:Person ;
  rdfs:label "Margrieta Constantia Schoots" ;
  a2a:PersonName [
    rdfs:label "Margrieta Constantia Schoots" ;
    a2a:PersonNameFirstName "Margrieta Constantia" ;
    a2a:PersonNameLastName "Schoots"
  ] .

oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881255
  a a2a:Person ;
  rdfs:label "Anna Anthonia Maria Zuidema" ;
  a2a:PersonName [
    rdfs:label "Anna Anthonia Maria Zuidema" ;
    a2a:PersonNameFirstName "Anna Anthonia Maria" ;
    a2a:PersonNameLastName "Zuidema"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881256
  a a2a:Person ;
  rdfs:label "Petrus Johannes Joseph Zuidema" ;
  a2a:PersonName [
    rdfs:label "Petrus Johannes Joseph Zuidema" ;
    a2a:PersonNameFirstName "Petrus Johannes Joseph" ;
    a2a:PersonNameLastName "Zuidema"
  ] .

oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881257
  a a2a:Person ;
  rdfs:label "Johanna Leune" ;
  a2a:PersonName [
    rdfs:label "Johanna Leune" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Leune"
  ] .

oa:event_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "11-11-1925" ;
    a2a:Year "1925" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1925-11-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881252 ;
  a2a:EventKeyRef oa:event_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Event1 .

oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881253 ;
  a2a:EventKeyRef oa:event_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Event1 .

oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881254 ;
  a2a:EventKeyRef oa:event_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Event1 .

oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881255 ;
  a2a:EventKeyRef oa:event_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Event1 .

oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881256 ;
  a2a:EventKeyRef oa:event_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Event1 .

oa:relationep_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Person1015881257 ;
  a2a:EventKeyRef oa:event_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb_Event1 .

oa:source_srt_5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1925-11-11 - 1925-11-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1925-11-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1925-11-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "11-11-1925" ;
    a2a:Year "1925" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "11-11-1925"
  ] ;
  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 "1925L" ;
    a2a:Folio "L130" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1925L, L130"
  ] ;
  a2a:SourceLastChangeDate "2023-06-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/C1B78FD8330C440A923ECF65D5C82261" ;
  a2a:RecordIdentifier "1015881251" ;
  a2a:RecordGUID "{5d5592f1-7eca-2e23-e6e3-e2d3a2a7dfdb}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder C1B78FD8-330C-440A-923E-CF65D5C82261" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061925L_54_A2A.xml van SRT" .

