@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_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99
  a a2a:Record ;
  rdfs:label "Huwelijk op 18 augustus 1898" ;
  a2a:hasPerson oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person1, oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person2, oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person3, oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person4, oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person5, oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person6 ;
  a2a:hasEvent oa:event_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_0, oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_1, oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_2, oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_3, oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_4, oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_5 ;
  a2a:hasSource oa:source_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99 .

oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person1
  a a2a:Person ;
  rdfs:label "Hendrik de Roode" ;
  a2a:PersonName [
    rdfs:label "Hendrik de Roode" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Roode"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "20 jaar" ;
    rdfs:label "20 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leiderdorp" ;
    rdfs:label "Leiderdorp"
  ] .

oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person2
  a a2a:Person ;
  rdfs:label "Margaretha de Groot" ;
  a2a:PersonName [
    rdfs:label "Margaretha de Groot" ;
    a2a:PersonNameFirstName "Margaretha" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "17 jaar" ;
    rdfs:label "17 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rietveld" ;
    rdfs:label "Rietveld"
  ] .

oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person3
  a a2a:Person ;
  rdfs:label "Johannes de Roode" ;
  a2a:PersonName [
    rdfs:label "Johannes de Roode" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Roode"
  ] .

oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person4
  a a2a:Person ;
  rdfs:label "Seeke Steenstra" ;
  a2a:PersonName [
    rdfs:label "Seeke Steenstra" ;
    a2a:PersonNameFirstName "Seeke" ;
    a2a:PersonNameLastName "Steenstra"
  ] .

oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person5
  a a2a:Person ;
  rdfs:label "Pieter de Groot" ;
  a2a:PersonName [
    rdfs:label "Pieter de Groot" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] .

oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person6
  a a2a:Person ;
  rdfs:label "Jannigje de Bie" ;
  a2a:PersonName [
    rdfs:label "Jannigje de Bie" ;
    a2a:PersonNameFirstName "Jannigje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bie"
  ] .

oa:event_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1898" ;
    a2a:Month "8" ;
    a2a:Day "18" ;
    rdfs:label "1898-08-18"^^xsd:date
  ] .

oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person1 ;
  a2a:EventKeyRef oa:event_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Event1 .

oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person2 ;
  a2a:EventKeyRef oa:event_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Event1 .

oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person3 ;
  a2a:EventKeyRef oa:event_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Event1 .

oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person4 ;
  a2a:EventKeyRef oa:event_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Event1 .

oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person5 ;
  a2a:EventKeyRef oa:event_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Event1 .

oa:relationep_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Person6 ;
  a2a:EventKeyRef oa:event_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99_Event1 .

oa:source_rel_cc2cdfed-4123-afe6-6f45-c6f2b78fcd99
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Woerden" ;
    rdfs:label "Woerden", "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 "14" ;
    a2a:RegistryNumber "1689" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Huwelijksakte, 14, 1689"
  ] ;
  a2a:SourceLastChangeDate "2018-03-15"^^xsd:date ;
  a2a:RecordGUID "{cc2cdfed-4123-afe6-6f45-c6f2b78fcd99}" ;
  a2a:SourceRemarkProvenance "rhcrl_w021_1681-1693a_huwelijksakten-woerden_1811-1938_b.xlsx csv2a2a" .

