@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_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D
  a a2a:Record ;
  rdfs:label "Huwelijk op 5 november 1908 te Zaandam" ;
  a2a:hasPerson oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165799, oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165801, oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165802, oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165800, oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165803, oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165804 ;
  a2a:hasEvent oa:event_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_0, oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_1, oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_2, oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_3, oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_4, oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_5 ;
  a2a:hasSource oa:source_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D .

oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165799
  a a2a:Person ;
  rdfs:label "Dirk Gerrit Siewers" ;
  a2a:PersonName [
    rdfs:label "Dirk Gerrit Siewers" ;
    a2a:PersonNameFirstName "Dirk Gerrit" ;
    a2a:PersonNameLastName "Siewers"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Edam" ;
    rdfs:label "Edam"
  ] ;
  a2a:Profession "spoorwegambtenaar" .

oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165801
  a a2a:Person ;
  rdfs:label "Jan Siewers" ;
  a2a:PersonName [
    rdfs:label "Jan Siewers" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Siewers"
  ] ;
  a2a:Profession "fotograaf" .

oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165802
  a a2a:Person ;
  rdfs:label "Adriana Veen" ;
  a2a:PersonName [
    rdfs:label "Adriana Veen" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Veen"
  ] .

oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165800
  a a2a:Person ;
  rdfs:label "Catharina Alberta Engel" ;
  a2a:PersonName [
    rdfs:label "Catharina Alberta Engel" ;
    a2a:PersonNameFirstName "Catharina Alberta" ;
    a2a:PersonNameLastName "Engel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165803
  a a2a:Person ;
  rdfs:label "Martinus Engel" ;
  a2a:PersonName [
    rdfs:label "Martinus Engel" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNameLastName "Engel"
  ] ;
  a2a:Profession "Steenhouwer" .

oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165804
  a a2a:Person ;
  rdfs:label "Cornelia Willemina Berendse" ;
  a2a:PersonName [
    rdfs:label "Cornelia Willemina Berendse" ;
    a2a:PersonNameFirstName "Cornelia Willemina" ;
    a2a:PersonNameLastName "Berendse"
  ] .

oa:event_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "05-11-1908" ;
    a2a:Year "1908" ;
    a2a:Month "11" ;
    a2a:Day "05" ;
    rdfs:label "1908-11-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165799 ;
  a2a:EventKeyRef oa:event_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Event1 .

oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165801 ;
  a2a:EventKeyRef oa:event_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Event1 .

oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165802 ;
  a2a:EventKeyRef oa:event_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Event1 .

oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165800 ;
  a2a:EventKeyRef oa:event_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Event1 .

oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165803 ;
  a2a:EventKeyRef oa:event_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Event1 .

oa:relationep_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Person3307165804 ;
  a2a:EventKeyRef oa:event_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D_Event1 .

oa:source_nha_0B4F2F9C-FD01-44BB-A271-FAC25524355D
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Zaandam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zaandam, Nederland", "1908-11-05 - 1908-11-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-11-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1908-11-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "05-11-1908" ;
    a2a:Year "1908" ;
    a2a:Month "11" ;
    a2a:Day "05" ;
    rdfs:label "05-11-1908"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Zaandam, Archiefdeel van (dubbele) registers van de" ;
    a2a:Book "Huwelijksakten van de gemeente Zaandam, 1908" ;
    a2a:DocumentNumber "166" ;
    a2a:RegistryNumber "21908" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Zaandam, Archiefdeel van (dubbele) registers van de, Huwelijksakten van de gemeente Zaandam, 1908, 166, 21908"
  ] ;
  a2a:SourceLastChangeDate "2026-02-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12102/0B4F2F9CFD0144BBA271FAC25524355D" ;
  a2a:RecordIdentifier "3307165798" ;
  a2a:RecordGUID "{0B4F2F9C-FD01-44BB-A271-FAC25524355D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/754CE98A357C4FFD9F5FCDB0A97B3B82" .

