@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_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E
  a a2a:Record ;
  rdfs:label "Huwelijk op 12 oktober 1831 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137491, oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137492, oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137493, oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137494, oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137495, oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137496 ;
  a2a:hasEvent oa:event_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_0, oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_1, oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_2, oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_3, oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_4, oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_5 ;
  a2a:hasSource oa:source_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E .

oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137491
  a a2a:Person ;
  rdfs:label "Frans Boulonois" ;
  a2a:PersonName [
    rdfs:label "Frans Boulonois" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNameLastName "Boulonois"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137492
  a a2a:Person ;
  rdfs:label "Johannes Wilhelmus Boulonois" ;
  a2a:PersonName [
    rdfs:label "Johannes Wilhelmus Boulonois" ;
    a2a:PersonNameFirstName "Johannes Wilhelmus" ;
    a2a:PersonNameLastName "Boulonois"
  ] .

oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137493
  a a2a:Person ;
  rdfs:label "Caatje van der Tak" ;
  a2a:PersonName [
    rdfs:label "Caatje van der Tak" ;
    a2a:PersonNameFirstName "Caatje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Tak"
  ] .

oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137494
  a a2a:Person ;
  rdfs:label "Johanna Magdalena Meijer" ;
  a2a:PersonName [
    rdfs:label "Johanna Magdalena Meijer" ;
    a2a:PersonNameFirstName "Johanna Magdalena" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137495
  a a2a:Person ;
  rdfs:label "Conradus Meijer" ;
  a2a:PersonName [
    rdfs:label "Conradus Meijer" ;
    a2a:PersonNameFirstName "Conradus" ;
    a2a:PersonNameLastName "Meijer"
  ] .

oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137496
  a a2a:Person ;
  rdfs:label "Magdalena Saudijn" ;
  a2a:PersonName [
    rdfs:label "Magdalena Saudijn" ;
    a2a:PersonNameFirstName "Magdalena" ;
    a2a:PersonNameLastName "Saudijn"
  ] .

oa:event_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "12-10-1831" ;
    a2a:Year "1831" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1831-10-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137491 ;
  a2a:EventKeyRef oa:event_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Event1 .

oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137492 ;
  a2a:EventKeyRef oa:event_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Event1 .

oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137493 ;
  a2a:EventKeyRef oa:event_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Event1 .

oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137494 ;
  a2a:EventKeyRef oa:event_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Event1 .

oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137495 ;
  a2a:EventKeyRef oa:event_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Event1 .

oa:relationep_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Person1014137496 ;
  a2a:EventKeyRef oa:event_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E_Event1 .

oa:source_srt_CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1831-10-12 - 1831-10-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1831-10-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1831-10-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-10-1831" ;
    a2a:Year "1831" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "12-10-1831"
  ] ;
  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:RegistryNumber "1831A" ;
    a2a:Folio "a181" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1831A, a181"
  ] ;
  a2a:SourceLastChangeDate "2026-06-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/CD3F08F0EB2F416582B56F6DCBAA342E" ;
  a2a:RecordIdentifier "1014137490" ;
  a2a:RecordGUID "{CD3F08F0-EB2F-4165-82B5-6F6DCBAA342E}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/36E885603B624A4A8AA6AB349734442A" .

