@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_2D86B3D3-97DB-4F80-AADA-ADB235FEC239
  a a2a:Record ;
  rdfs:label "Ondertrouw op 9 juni 1798 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Person4286238805, oa:person_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Person4286238806 ;
  a2a:hasEvent oa:event_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Event1, oa:event_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Event2 ;
  a2a:hasRelationEP oa:relationep_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_0, oa:relationep_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_1, oa:relationep_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_2, oa:relationep_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_3 ;
  a2a:hasSource oa:source_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239 .

oa:person_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Person4286238805
  a a2a:Person ;
  rdfs:label "Willem Olijman" ;
  a2a:PersonName [
    rdfs:label "Willem Olijman" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Olijman"
  ] ;
  a2a:Residence [
    a2a:Place "Haringvliet" ;
    rdfs:label "Haringvliet"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hillegersberg" ;
    rdfs:label "Hillegersberg"
  ] ;
  a2a:MaritalStatus "other:J.m." .

oa:person_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Person4286238806
  a a2a:Person ;
  rdfs:label "Maria Boele" ;
  a2a:PersonName [
    rdfs:label "Maria Boele" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Boele"
  ] ;
  a2a:Residence [
    a2a:Place "Crooswijk" ;
    rdfs:label "Crooswijk"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Charlois" ;
    rdfs:label "Charlois"
  ] ;
  a2a:MaritalStatus "other:J.d." .

oa:event_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:LiteralDate "24-06-1798" ;
    a2a:Year "1798" ;
    a2a:Month "06" ;
    a2a:Day "24" ;
    rdfs:label "1798-06-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:event_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Event2
  a a2a:Event ;
  rdfs:label "Ondertrouw" ;
  a2a:EventType "Ondertrouw" ;
  a2a:EventDate [
    a2a:LiteralDate "09-06-1798" ;
    a2a:Year "1798" ;
    a2a:Month "06" ;
    a2a:Day "09" ;
    rdfs:label "1798-06-09"^^xsd:date
  ] .

oa:relationep_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Person4286238805 ;
  a2a:EventKeyRef oa:event_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Event1 .

oa:relationep_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Person4286238806 ;
  a2a:EventKeyRef oa:event_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Event1 .

oa:relationep_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_2
  a a2a:RelationEP ;
  rdfs:label "other:bruidegom" ;
  a2a:RelationType "other:bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Person4286238805 ;
  a2a:EventKeyRef oa:event_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Event2 .

oa:relationep_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_3
  a a2a:RelationEP ;
  rdfs:label "other:bruid" ;
  a2a:RelationType "other:bruid" ;
  a2a:PersonKeyRef oa:person_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Person4286238806 ;
  a2a:EventKeyRef oa:event_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239_Event2 .

oa:source_srt_2D86B3D3-97DB-4F80-AADA-ADB235FEC239
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1798-06-24 - 1798-06-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1798-06-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1798-06-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-06-1798" ;
    a2a:Year "1798" ;
    a2a:Month "06" ;
    a2a:Day "24" ;
    rdfs:label "24-06-1798"
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Oud Archief van de Stad Rotterdam (OSA)" ;
    a2a:Book "Stadstrouw" ;
    a2a:RegistryNumber "1075" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Oud Archief van de Stad Rotterdam (OSA), Stadstrouw, 1075"
  ] ;
  a2a:SourceLastChangeDate "2025-08-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/2D86B3D397DB4F80AADAADB235FEC239" ;
  a2a:RecordIdentifier "4286238804" ;
  a2a:RecordGUID "{2D86B3D3-97DB-4F80-AADA-ADB235FEC239}" ;
  a2a:SourceRemarkOpmerking "3 gld." ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/C6385FCE3CC945C9BA69446B70B08474" .

