@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_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a
  a a2a:Record ;
  rdfs:label "Trouwen (bevestiging huwelijk) op 28 augustus 1796 te Rauwerd" ;
  a2a:hasPerson oa:person_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_Person-7e6edda6-0ea2-4621-92f9-f4e4680fe244, oa:person_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_Person-cafa24ab-dd4f-49a5-91b8-6365d2b47cb8 ;
  a2a:hasEvent oa:event_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_0, oa:relationep_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_1 ;
  a2a:hasSource oa:source_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a .

oa:person_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_Person-7e6edda6-0ea2-4621-92f9-f4e4680fe244
  a a2a:Person ;
  rdfs:label "Jan Foppes Rinia" ;
  a2a:PersonName [
    rdfs:label "Jan Foppes Rinia" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Foppes" ;
    a2a:PersonNameLastName "Rinia"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Roordahuizum" ;
    rdfs:label "Roordahuizum"
  ] .

oa:person_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_Person-cafa24ab-dd4f-49a5-91b8-6365d2b47cb8
  a a2a:Person ;
  rdfs:label "Aafke Pieters Dotinga" ;
  a2a:PersonName [
    rdfs:label "Aafke Pieters Dotinga" ;
    a2a:PersonNameFirstName "Aafke" ;
    a2a:PersonNamePatronym "Pieters" ;
    a2a:PersonNameLastName "Dotinga"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Rauwerd" ;
    rdfs:label "Rauwerd"
  ] .

oa:event_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1796" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1796-08-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rauwerd" ;
    rdfs:label "Rauwerd"
  ] .

oa:relationep_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_Person:7e6edda6-0ea2-4621-92f9-f4e4680fe244 ;
  a2a:EventKeyRef oa:event_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_Event1 .

oa:relationep_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_Person:cafa24ab-dd4f-49a5-91b8-6365d2b47cb8 ;
  a2a:EventKeyRef oa:event_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a_Event1 .

oa:source_frl_1a0c5233-bb2f-4e20-bcb1-0bc85730d76a
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Rauwerderhem" ;
    rdfs:label "Rauwerderhem", "1796-08-28 - 1796-08-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-08-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1796-08-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1796" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1796-08-28"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0582, Periode: 167..." ;
    a2a:Book "Trouwregister Hervormde gemeente Rauwerd Irnsum" ;
    a2a:RegistryNumber "0582" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0582, Periode: 167..., Trouwregister Hervormde gemeente Rauwerd Irnsum, 0582"
  ] ;
  a2a:SourceLastChangeDate "2022-08-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/1a0c5233-bb2f-4e20-bcb1-0bc85730d76a" ;
  a2a:RecordGUID "{1a0c5233-bb2f-4e20-bcb1-0bc85730d76a}" ;
  a2a:SourceRemarkOpmerking "met attestatie van Roordahuizum", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Rauwerd&j=1500-1812&t=&q=Trouwen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkAkteSoort "bevestiging huwelijk" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220920_26806_00026806.xml van FRL" .

