@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_dc2a984a-e421-573c-f741-c18a5e097fe8
  a a2a:Record ;
  rdfs:label "Huwelijk op 10 maart 1921" ;
  a2a:hasPerson oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person1, oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person2, oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person3, oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person4, oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person5, oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person6 ;
  a2a:hasEvent oa:event_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_0, oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_1, oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_2, oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_3, oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_4, oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_5 ;
  a2a:hasSource oa:source_rel_dc2a984a-e421-573c-f741-c18a5e097fe8 .

oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person1
  a a2a:Person ;
  rdfs:label "Teunis Lourens Eijkelestam" ;
  a2a:PersonName [
    rdfs:label "Teunis Lourens Eijkelestam" ;
    a2a:PersonNameFirstName "Teunis Lourens" ;
    a2a:PersonNameLastName "Eijkelestam"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "44 jaar" ;
    rdfs:label "44 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Waddinxveen" ;
    rdfs:label "Waddinxveen"
  ] .

oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person2
  a a2a:Person ;
  rdfs:label "Gijsje Goedhart" ;
  a2a:PersonName [
    rdfs:label "Gijsje Goedhart" ;
    a2a:PersonNameFirstName "Gijsje" ;
    a2a:PersonNameLastName "Goedhart"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25 jaar" ;
    rdfs:label "25 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hekendorp" ;
    rdfs:label "Hekendorp"
  ] .

oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person3
  a a2a:Person ;
  rdfs:label "Johannes Eijkelestam" ;
  a2a:PersonName [
    rdfs:label "Johannes Eijkelestam" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Eijkelestam"
  ] .

oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person4
  a a2a:Person ;
  rdfs:label "Margje Kasius" ;
  a2a:PersonName [
    rdfs:label "Margje Kasius" ;
    a2a:PersonNameFirstName "Margje" ;
    a2a:PersonNameLastName "Kasius"
  ] .

oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person5
  a a2a:Person ;
  rdfs:label "Aart Goedhart" ;
  a2a:PersonName [
    rdfs:label "Aart Goedhart" ;
    a2a:PersonNameFirstName "Aart" ;
    a2a:PersonNameLastName "Goedhart"
  ] .

oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person6
  a a2a:Person ;
  rdfs:label "Johanna Muis" ;
  a2a:PersonName [
    rdfs:label "Johanna Muis" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Muis"
  ] .

oa:event_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1921" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1921-03-10"^^xsd:date
  ] .

oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person1 ;
  a2a:EventKeyRef oa:event_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Event1 .

oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person2 ;
  a2a:EventKeyRef oa:event_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Event1 .

oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person3 ;
  a2a:EventKeyRef oa:event_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Event1 .

oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person4 ;
  a2a:EventKeyRef oa:event_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Event1 .

oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person5 ;
  a2a:EventKeyRef oa:event_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Event1 .

oa:relationep_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Person6 ;
  a2a:EventKeyRef oa:event_rel_dc2a984a-e421-573c-f741-c18a5e097fe8_Event1 .

oa:source_rel_dc2a984a-e421-573c-f741-c18a5e097fe8
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Oudewater" ;
    rdfs:label "Oudewater", "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 "926" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Huwelijksakte, 3, 926"
  ] ;
  a2a:SourceLastChangeDate "2018-03-15"^^xsd:date ;
  a2a:RecordGUID "{dc2a984a-e421-573c-f741-c18a5e097fe8}" ;
  a2a:SourceRemarkOpmerking "De bruidegom is weduwnaar van Adriana Gravenstein." ;
  a2a:SourceRemarkProvenance "rhcrl_o002b_916-926_huwelijksakten-oudewater_1811-1922_b.xlsx csv2a2a" .

