@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_e3296ef3-eac1-6d08-dc96-26d9d063a17b
  a a2a:Record ;
  rdfs:label "Huwelijk op 17 april 1834" ;
  a2a:hasPerson oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person1, oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person2, oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person3, oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person4, oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person5, oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person6 ;
  a2a:hasEvent oa:event_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_0, oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_1, oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_2, oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_3, oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_4, oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_5 ;
  a2a:hasSource oa:source_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b .

oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person1
  a a2a:Person ;
  rdfs:label "Jan Snel" ;
  a2a:PersonName [
    rdfs:label "Jan Snel" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Snel"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29 jaar" ;
    rdfs:label "29 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waarder" ;
    rdfs:label "Waarder"
  ] .

oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person2
  a a2a:Person ;
  rdfs:label "Woutje Boef" ;
  a2a:PersonName [
    rdfs:label "Woutje Boef" ;
    a2a:PersonNameFirstName "Woutje" ;
    a2a:PersonNameLastName "Boef"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden"
  ] .

oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person3
  a a2a:Person ;
  rdfs:label "Cornelis Snel" ;
  a2a:PersonName [
    rdfs:label "Cornelis Snel" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Snel"
  ] .

oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person4
  a a2a:Person ;
  rdfs:label "Pietertje de Veerman" ;
  a2a:PersonName [
    rdfs:label "Pietertje de Veerman" ;
    a2a:PersonNameFirstName "Pietertje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Veerman"
  ] .

oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person5
  a a2a:Person ;
  rdfs:label "Huibert Boef" ;
  a2a:PersonName [
    rdfs:label "Huibert Boef" ;
    a2a:PersonNameFirstName "Huibert" ;
    a2a:PersonNameLastName "Boef"
  ] .

oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person6
  a a2a:Person ;
  rdfs:label "Grietje Verbaan" ;
  a2a:PersonName [
    rdfs:label "Grietje Verbaan" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Verbaan"
  ] .

oa:event_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1834" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1834-04-17"^^xsd:date
  ] .

oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person1 ;
  a2a:EventKeyRef oa:event_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Event1 .

oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person2 ;
  a2a:EventKeyRef oa:event_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Event1 .

oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person3 ;
  a2a:EventKeyRef oa:event_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Event1 .

oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person4 ;
  a2a:EventKeyRef oa:event_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Event1 .

oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person5 ;
  a2a:EventKeyRef oa:event_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Event1 .

oa:relationep_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Person6 ;
  a2a:EventKeyRef oa:event_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b_Event1 .

oa:source_rel_e3296ef3-eac1-6d08-dc96-26d9d063a17b
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Barwoutswaarder" ;
    rdfs:label "Barwoutswaarder", "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 "551" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Huwelijksakte, 3, 551"
  ] ;
  a2a:SourceLastChangeDate "2018-03-15"^^xsd:date ;
  a2a:RecordGUID "{e3296ef3-eac1-6d08-dc96-26d9d063a17b}" ;
  a2a:SourceRemarkProvenance "rhcrl_w023_549-560_huwelijksakten-bww_1818-1932_b.xlsx csv2a2a" .

