@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_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af
  a a2a:Record ;
  rdfs:label "Huwelijk op 25 april 1824" ;
  a2a:hasPerson oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person1, oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person2, oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person3, oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person4, oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person5, oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person6 ;
  a2a:hasEvent oa:event_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_0, oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_1, oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_2, oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_3, oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_4, oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_5 ;
  a2a:hasSource oa:source_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af .

oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person1
  a a2a:Person ;
  rdfs:label "Willem Hogenboom" ;
  a2a:PersonName [
    rdfs:label "Willem Hogenboom" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Hogenboom"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34 jaar" ;
    rdfs:label "34 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudewater" ;
    rdfs:label "Oudewater"
  ] .

oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person2
  a a2a:Person ;
  rdfs:label "Lijntje Raaphorst" ;
  a2a:PersonName [
    rdfs:label "Lijntje Raaphorst" ;
    a2a:PersonNameFirstName "Lijntje" ;
    a2a:PersonNameLastName "Raaphorst"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24 jaar" ;
    rdfs:label "24 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudewater" ;
    rdfs:label "Oudewater"
  ] .

oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person3
  a a2a:Person ;
  rdfs:label "Pieter Hogenboom" ;
  a2a:PersonName [
    rdfs:label "Pieter Hogenboom" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Hogenboom"
  ] .

oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person4
  a a2a:Person ;
  rdfs:label "Wijntje Raaphorst" ;
  a2a:PersonName [
    rdfs:label "Wijntje Raaphorst" ;
    a2a:PersonNameFirstName "Wijntje" ;
    a2a:PersonNameLastName "Raaphorst"
  ] .

oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person5
  a a2a:Person ;
  rdfs:label "Jacob Raaphorst" ;
  a2a:PersonName [
    rdfs:label "Jacob Raaphorst" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Raaphorst"
  ] .

oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person6
  a a2a:Person ;
  rdfs:label "Lena de Ruiter" ;
  a2a:PersonName [
    rdfs:label "Lena de Ruiter" ;
    a2a:PersonNameFirstName "Lena" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Ruiter"
  ] .

oa:event_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1824" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1824-04-25"^^xsd:date
  ] .

oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person1 ;
  a2a:EventKeyRef oa:event_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Event1 .

oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person2 ;
  a2a:EventKeyRef oa:event_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Event1 .

oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person3 ;
  a2a:EventKeyRef oa:event_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Event1 .

oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person4 ;
  a2a:EventKeyRef oa:event_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Event1 .

oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person5 ;
  a2a:EventKeyRef oa:event_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Event1 .

oa:relationep_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Person6 ;
  a2a:EventKeyRef oa:event_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af_Event1 .

oa:source_rel_cba931df-e8a3-c86a-fcc6-3ed032de90af
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Snelrewaard" ;
    rdfs:label "Snelrewaard", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "RHC Rijnstreek en Lopikerwaard" ;
    a2a:Place "Woerden" ;
    a2a:Collection "Huwelijksakte" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "2421" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Huwelijksakte, 1, 2421"
  ] ;
  a2a:SourceLastChangeDate "2018-03-15"^^xsd:date ;
  a2a:RecordGUID "{cba931df-e8a3-c86a-fcc6-3ed032de90af}" ;
  a2a:SourceRemarkProvenance "rhcrl_o005a_2419-2430_huwelijksakten-snelrewaard_1811, 1818-1932_b.xlsx csv2a2a" .

