@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_f982c092-bf79-1785-9f72-e64b8953cc46
  a a2a:Record ;
  rdfs:label "Huwelijk op 3 februari 1928" ;
  a2a:hasPerson oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person1, oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person2, oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person3, oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person4, oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person5, oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person6 ;
  a2a:hasEvent oa:event_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_0, oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_1, oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_2, oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_3, oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_4, oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_5 ;
  a2a:hasSource oa:source_rel_f982c092-bf79-1785-9f72-e64b8953cc46 .

oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person1
  a a2a:Person ;
  rdfs:label "Rijk Gijsberthus Willemse" ;
  a2a:PersonName [
    rdfs:label "Rijk Gijsberthus Willemse" ;
    a2a:PersonNameFirstName "Rijk Gijsberthus" ;
    a2a:PersonNameLastName "Willemse"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "20 jaar" ;
    rdfs:label "20 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person2
  a a2a:Person ;
  rdfs:label "Hilletje van der Nagel" ;
  a2a:PersonName [
    rdfs:label "Hilletje van der Nagel" ;
    a2a:PersonNameFirstName "Hilletje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Nagel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22 jaar" ;
    rdfs:label "22 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuwer-Amstel" ;
    rdfs:label "Nieuwer-Amstel"
  ] .

oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person3
  a a2a:Person ;
  rdfs:label "Gijsbert Willemse" ;
  a2a:PersonName [
    rdfs:label "Gijsbert Willemse" ;
    a2a:PersonNameFirstName "Gijsbert" ;
    a2a:PersonNameLastName "Willemse"
  ] .

oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person4
  a a2a:Person ;
  rdfs:label "Anna Johanna Hopman" ;
  a2a:PersonName [
    rdfs:label "Anna Johanna Hopman" ;
    a2a:PersonNameFirstName "Anna Johanna" ;
    a2a:PersonNameLastName "Hopman"
  ] .

oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person5
  a a2a:Person ;
  rdfs:label "Gijsbert van der Nagel" ;
  a2a:PersonName [
    rdfs:label "Gijsbert van der Nagel" ;
    a2a:PersonNameFirstName "Gijsbert" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Nagel"
  ] .

oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person6
  a a2a:Person ;
  rdfs:label "Antje Schmidt" ;
  a2a:PersonName [
    rdfs:label "Antje Schmidt" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Schmidt"
  ] .

oa:event_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1928" ;
    a2a:Month "2" ;
    a2a:Day "3" ;
    rdfs:label "1928-02-03"^^xsd:date
  ] .

oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person1 ;
  a2a:EventKeyRef oa:event_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Event1 .

oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person2 ;
  a2a:EventKeyRef oa:event_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Event1 .

oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person3 ;
  a2a:EventKeyRef oa:event_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Event1 .

oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person4 ;
  a2a:EventKeyRef oa:event_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Event1 .

oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person5 ;
  a2a:EventKeyRef oa:event_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Event1 .

oa:relationep_rel_f982c092-bf79-1785-9f72-e64b8953cc46_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Person6 ;
  a2a:EventKeyRef oa:event_rel_f982c092-bf79-1785-9f72-e64b8953cc46_Event1 .

oa:source_rel_f982c092-bf79-1785-9f72-e64b8953cc46
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Bodegraven" ;
    rdfs:label "Bodegraven", "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 "3" ;
    a2a:RegistryNumber "802" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Huwelijksakte, 3, 802"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "B003.802.HUWELIJK.00292" ;
  a2a:RecordGUID "{f982c092-bf79-1785-9f72-e64b8953cc46}" ;
  a2a:SourceRemarkProvenance "rhcrl_b003_801-803_huwelijk-bodegraven_1911-1932_a.xlsx via wetransfer, csv2a2a" .

