@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_2AC1022D-F574-462A-87DF-0CDBB95AF945
  a a2a:Record ;
  rdfs:label "Huwelijk op 3 november 1897 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210174, oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210175, oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210176, oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210177, oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210178, oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210179 ;
  a2a:hasEvent oa:event_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_0, oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_1, oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_2, oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_3, oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_4, oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_5 ;
  a2a:hasSource oa:source_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945 .

oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210174
  a a2a:Person ;
  rdfs:label "Albertus Antonius van Daal" ;
  a2a:PersonName [
    rdfs:label "Albertus Antonius van Daal" ;
    a2a:PersonNameFirstName "Albertus Antonius" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Daal"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210175
  a a2a:Person ;
  rdfs:label "Johannes van Daal" ;
  a2a:PersonName [
    rdfs:label "Johannes van Daal" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Daal"
  ] .

oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210176
  a a2a:Person ;
  rdfs:label "Johanna Hendrika Bartholomeus" ;
  a2a:PersonName [
    rdfs:label "Johanna Hendrika Bartholomeus" ;
    a2a:PersonNameFirstName "Johanna Hendrika" ;
    a2a:PersonNameLastName "Bartholomeus"
  ] .

oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210177
  a a2a:Person ;
  rdfs:label "Pietertje Klok" ;
  a2a:PersonName [
    rdfs:label "Pietertje Klok" ;
    a2a:PersonNameFirstName "Pietertje" ;
    a2a:PersonNameLastName "Klok"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oostvoorne" ;
    rdfs:label "Oostvoorne"
  ] .

oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210178
  a a2a:Person ;
  rdfs:label "Jan Klok" ;
  a2a:PersonName [
    rdfs:label "Jan Klok" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Klok"
  ] .

oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210179
  a a2a:Person ;
  rdfs:label "Anna Dorothea van Solingen" ;
  a2a:PersonName [
    rdfs:label "Anna Dorothea van Solingen" ;
    a2a:PersonNameFirstName "Anna Dorothea" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Solingen"
  ] .

oa:event_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "03-11-1897" ;
    a2a:Year "1897" ;
    a2a:Month "11" ;
    a2a:Day "03" ;
    rdfs:label "1897-11-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210174 ;
  a2a:EventKeyRef oa:event_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Event1 .

oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210175 ;
  a2a:EventKeyRef oa:event_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Event1 .

oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210176 ;
  a2a:EventKeyRef oa:event_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Event1 .

oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210177 ;
  a2a:EventKeyRef oa:event_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Event1 .

oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210178 ;
  a2a:EventKeyRef oa:event_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Event1 .

oa:relationep_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Person1015210179 ;
  a2a:EventKeyRef oa:event_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945_Event1 .

oa:source_srt_2AC1022D-F574-462A-87DF-0CDBB95AF945
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1897-11-03 - 1897-11-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-11-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-11-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-11-1897" ;
    a2a:Year "1897" ;
    a2a:Month "11" ;
    a2a:Day "03" ;
    rdfs:label "03-11-1897"
  ] ;
  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:DocumentNumber "1897.1940" ;
    a2a:RegistryNumber "1897K" ;
    a2a:Folio "k97v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1897.1940, 1897K, k97v"
  ] ;
  a2a:SourceLastChangeDate "2025-10-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/2AC1022DF574462A87DF0CDBB95AF945" ;
  a2a:RecordIdentifier "1015210173" ;
  a2a:RecordGUID "{2AC1022D-F574-462A-87DF-0CDBB95AF945}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/B9A09EE30BBA4658831710AEDDCB3C90" .

