@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_039CCBD2-09BE-49E0-81F5-11CD585CE2F2
  a a2a:Record ;
  rdfs:label "Huwelijk op 11 september 1853 te Zaandam" ;
  a2a:hasPerson oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112603, oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112605, oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112606, oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112604, oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112607, oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112608 ;
  a2a:hasEvent oa:event_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_0, oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_1, oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_2, oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_3, oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_4, oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_5 ;
  a2a:hasSource oa:source_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2 .

oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112603
  a a2a:Person ;
  rdfs:label "Cornelis Schipper" ;
  a2a:PersonName [
    rdfs:label "Cornelis Schipper" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Schipper"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112605
  a a2a:Person ;
  rdfs:label "Cornelis Schipper" ;
  a2a:PersonName [
    rdfs:label "Cornelis Schipper" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Schipper"
  ] .

oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112606
  a a2a:Person ;
  rdfs:label "Johanna Kruishaar" ;
  a2a:PersonName [
    rdfs:label "Johanna Kruishaar" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Kruishaar"
  ] .

oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112604
  a a2a:Person ;
  rdfs:label "Neeltje Duijf" ;
  a2a:PersonName [
    rdfs:label "Neeltje Duijf" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Duijf"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112607
  a a2a:Person ;
  rdfs:label "Jacob Duijf" ;
  a2a:PersonName [
    rdfs:label "Jacob Duijf" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Duijf"
  ] .

oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112608
  a a2a:Person ;
  rdfs:label "Jannetje Duurhout" ;
  a2a:PersonName [
    rdfs:label "Jannetje Duurhout" ;
    a2a:PersonNameFirstName "Jannetje" ;
    a2a:PersonNameLastName "Duurhout"
  ] .

oa:event_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "11-09-1853" ;
    a2a:Year "1853" ;
    a2a:Month "09" ;
    a2a:Day "11" ;
    rdfs:label "1853-09-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zaandam" ;
    rdfs:label "Zaandam"
  ] .

oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112603 ;
  a2a:EventKeyRef oa:event_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Event1 .

oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112605 ;
  a2a:EventKeyRef oa:event_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Event1 .

oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112606 ;
  a2a:EventKeyRef oa:event_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Event1 .

oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112604 ;
  a2a:EventKeyRef oa:event_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Event1 .

oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112607 ;
  a2a:EventKeyRef oa:event_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Event1 .

oa:relationep_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Person3307112608 ;
  a2a:EventKeyRef oa:event_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2_Event1 .

oa:source_nha_039CCBD2-09BE-49E0-81F5-11CD585CE2F2
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Zaandam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zaandam, Nederland", "1853-09-11 - 1853-09-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1853-09-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1853-09-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "11-09-1853" ;
    a2a:Year "1853" ;
    a2a:Month "09" ;
    a2a:Day "11" ;
    rdfs:label "11-09-1853"
  ] ;
  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, 1853" ;
    a2a:DocumentNumber "77" ;
    a2a:RegistryNumber "21853" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Zaandam, Archiefdeel van (dubbele) registers van de, Huwelijksakten van de gemeente Zaandam, 1853, 77, 21853"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/120110DCD60C4C6C988ABAEC11F35572" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/120110DCD60C4C6C988ABAEC11F35572" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/120110DCD60C4C6C988ABAEC11F35572"
  ] ;
  a2a:SourceLastChangeDate "2023-07-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12102/039CCBD209BE49E081F511CD585CE2F2" ;
  a2a:RecordIdentifier "3307112602" ;
  a2a:RecordGUID "{039CCBD2-09BE-49E0-81F5-11CD585CE2F2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/C1BF029E446149DEAA8BD6AACA5274ED" .

