@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_feefc570-e121-e7bc-fbe2-5feac4d4fce3
  a a2a:Record ;
  rdfs:label "Huwelijk op 23 mei 1821" ;
  a2a:hasPerson oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person1, oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person2, oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person3, oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person4, oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person5, oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person6 ;
  a2a:hasEvent oa:event_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Event1 ;
  a2a:hasRelationEP oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_0, oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_1, oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_2, oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_3, oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_4, oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_5 ;
  a2a:hasSource oa:source_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3 .

oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person1
  a a2a:Person ;
  rdfs:label "Antonius Brans" ;
  a2a:PersonName [
    rdfs:label "Antonius Brans" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Brans"
  ] .

oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person2
  a a2a:Person ;
  rdfs:label "Carolina Bruininga" ;
  a2a:PersonName [
    rdfs:label "Carolina Bruininga" ;
    a2a:PersonNameFirstName "Carolina" ;
    a2a:PersonNameLastName "Bruininga"
  ] ;
  a2a:BirthDate [
    a2a:Year "1796" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1796-09-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person3
  a a2a:Person ;
  rdfs:label "Dirk Brans" ;
  a2a:PersonName [
    rdfs:label "Dirk Brans" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Brans"
  ] .

oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person4
  a a2a:Person ;
  rdfs:label "Eva Walterbos" ;
  a2a:PersonName [
    rdfs:label "Eva Walterbos" ;
    a2a:PersonNameFirstName "Eva" ;
    a2a:PersonNameLastName "Walterbos"
  ] .

oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person5
  a a2a:Person ;
  rdfs:label "Lucas Baltus Bel Bruininga" ;
  a2a:PersonName [
    rdfs:label "Lucas Baltus Bel Bruininga" ;
    a2a:PersonNameFirstName "Lucas Baltus Bel" ;
    a2a:PersonNameLastName "Bruininga"
  ] .

oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person6
  a a2a:Person ;
  rdfs:label "Catharina Verbeij" ;
  a2a:PersonName [
    rdfs:label "Catharina Verbeij" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Verbeij"
  ] .

oa:event_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1821" ;
    a2a:Month "5" ;
    a2a:Day "23" ;
    rdfs:label "1821-05-23"^^xsd:date
  ] .

oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person1 ;
  a2a:EventKeyRef oa:event_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Event1 .

oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person2 ;
  a2a:EventKeyRef oa:event_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Event1 .

oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person3 ;
  a2a:EventKeyRef oa:event_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Event1 .

oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person4 ;
  a2a:EventKeyRef oa:event_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Event1 .

oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person5 ;
  a2a:EventKeyRef oa:event_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Event1 .

oa:relationep_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Person6 ;
  a2a:EventKeyRef oa:event_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3_Event1 .

oa:source_rel_feefc570-e121-e7bc-fbe2-5feac4d4fce3
  a a2a:Source ;
  rdfs:label "RHC Rijnstreek en Lopikerwaard, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Stein" ;
    rdfs:label "Stein", "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 "4" ;
    a2a:RegistryNumber "416" ;
    rdfs:label "RHC Rijnstreek en Lopikerwaard, Woerden, Huwelijksakte, 4, 416"
  ] ;
  a2a:SourceLastChangeDate "2021-04-20"^^xsd:date ;
  a2a:RecordIdentifier "R052.415.HUWELIJK.00012" ;
  a2a:RecordGUID "{feefc570-e121-e7bc-fbe2-5feac4d4fce3}" ;
  a2a:SourceRemarkOpmerking "Bruid is weduwe van Herman Forsten, in deze Gemeente overleden den 31-05-1820." ;
  a2a:SourceRemarkProvenance "rhcrl_r052_416, 418-419_huwelijken-stein_1818-1870_a.xlsx via wetransfer, csv2a2a" .

