@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_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035
  a a2a:Record ;
  rdfs:label "Huwelijk op 14 maart 1832 te Amsterdam" ;
  a2a:hasPerson oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251355, oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251354, oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251353, oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251352, oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251351, oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251350 ;
  a2a:hasEvent oa:event_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_0, oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_1, oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_2, oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_3, oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_4, oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_5 ;
  a2a:hasSource oa:source_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035 .

oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251355
  a a2a:Person ;
  rdfs:label "Gerrit Ruijsendaal" ;
  a2a:PersonName [
    rdfs:label "Gerrit Ruijsendaal" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Ruijsendaal"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "39" ;
    rdfs:label "39"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] ;
  a2a:Profession "kantoorloper" .

oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251354
  a a2a:Person ;
  rdfs:label "Abram Ruijsendaal" ;
  a2a:PersonName [
    rdfs:label "Abram Ruijsendaal" ;
    a2a:PersonNameFirstName "Abram" ;
    a2a:PersonNameLastName "Ruijsendaal"
  ] ;
  a2a:Profession "glaskoper" .

oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251353
  a a2a:Person ;
  rdfs:label "Maria Herman" ;
  a2a:PersonName [
    rdfs:label "Maria Herman" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Herman"
  ] .

oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251352
  a a2a:Person ;
  rdfs:label "Maria Helena Harmelink" ;
  a2a:PersonName [
    rdfs:label "Maria Helena Harmelink" ;
    a2a:PersonNameFirstName "Maria Helena" ;
    a2a:PersonNameLastName "Harmelink"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] .

oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251351
  a a2a:Person ;
  rdfs:label "Barend Harmelink" ;
  a2a:PersonName [
    rdfs:label "Barend Harmelink" ;
    a2a:PersonNameFirstName "Barend" ;
    a2a:PersonNameLastName "Harmelink"
  ] .

oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251350
  a a2a:Person ;
  rdfs:label "Antje Kok" ;
  a2a:PersonName [
    rdfs:label "Antje Kok" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Kok"
  ] .

oa:event_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "14-03-1832" ;
    a2a:Year "1832" ;
    a2a:Month "03" ;
    a2a:Day "14" ;
    rdfs:label "1832-03-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251355 ;
  a2a:EventKeyRef oa:event_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Event1 .

oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251354 ;
  a2a:EventKeyRef oa:event_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Event1 .

oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251353 ;
  a2a:EventKeyRef oa:event_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Event1 .

oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251352 ;
  a2a:EventKeyRef oa:event_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Event1 .

oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251351 ;
  a2a:EventKeyRef oa:event_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Event1 .

oa:relationep_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Person2648251350 ;
  a2a:EventKeyRef oa:event_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035_Event1 .

oa:source_nha_FCCAC0F6-6008-40BB-B66F-FAE11CD8E035
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Amsterdam, Nederland", "1832-03-14 - 1832-03-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1832-03-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1832-03-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "14-03-1832" ;
    a2a:Year "1832" ;
    a2a:Month "03" ;
    a2a:Day "14" ;
    rdfs:label "14-03-1832"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Amsterdam, Archiefdeel van (dubbele) registers van huwelijken v..." ;
    a2a:Book "Huwelijksakten van de gemeente Amsterdam, 1832" ;
    a2a:DocumentNumber "Reg. 2 fol. 39v" ;
    a2a:RegistryNumber "113" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Amsterdam, Archiefdeel van (dubbele) registers van huwelijken v..., Huwelijksakten van de gemeente Amsterdam, 1832, Reg. 2 fol. 39v, 113"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/26F9074F9A7045E58FBE9ABC179311FD" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/26F9074F9A7045E58FBE9ABC179311FD" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/26F9074F9A7045E58FBE9ABC179311FD"
  ] ;
  a2a:SourceLastChangeDate "2023-12-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12102/FCCAC0F6600840BBB66FFAE11CD8E035" ;
  a2a:RecordIdentifier "2648251349" ;
  a2a:RecordGUID "{FCCAC0F6-6008-40BB-B66F-FAE11CD8E035}" ;
  a2a:SourceRemarkOpmerking "Bruidegom gedoopt 20-05-1792. Weduwnaar van Anna Maria Keijzer." ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D732C84AA64860C2E053CA00A8C0A1B7" .

