@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_b5cea064-50f2-4703-ac4e-e6869839ac3a
  a a2a:Record ;
  rdfs:label "Doop op 28 augustus 1796 te Workum" ;
  a2a:hasPerson oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person-d74a202a-f2b3-418d-8a4b-c6dc6466acba, oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person-819f4abf-2de7-4d43-b198-9ea9f649621f, oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person-ad09149e-51f7-4471-9543-1a30a7c6918c, oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person-faa57066-0c08-4b46-b614-f972785830a1 ;
  a2a:hasEvent oa:event_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_0, oa:relationep_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_1, oa:relationep_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_2, oa:relationep_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_3 ;
  a2a:hasSource oa:source_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a .

oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person-d74a202a-f2b3-418d-8a4b-c6dc6466acba
  a a2a:Person ;
  rdfs:label "Ruud" ;
  a2a:PersonName [
    rdfs:label "Ruud" ;
    a2a:PersonNameFirstName "Ruud"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Workum" ;
    rdfs:label "Workum"
  ] .

oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person-819f4abf-2de7-4d43-b198-9ea9f649621f
  a a2a:Person ;
  rdfs:label "Homme Eelkes" ;
  a2a:PersonName [
    rdfs:label "Homme Eelkes" ;
    a2a:PersonNameFirstName "Homme" ;
    a2a:PersonNamePatronym "Eelkes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person-ad09149e-51f7-4471-9543-1a30a7c6918c
  a a2a:Person ;
  rdfs:label "Akke Ruurds" ;
  a2a:PersonName [
    rdfs:label "Akke Ruurds" ;
    a2a:PersonNameFirstName "Akke" ;
    a2a:PersonNamePatronym "Ruurds"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person-faa57066-0c08-4b46-b614-f972785830a1
  a a2a:Person ;
  rdfs:label "Ruurd Remmerts" ;
  a2a:PersonName [
    rdfs:label "Ruurd Remmerts" ;
    a2a:PersonNameFirstName "Ruurd" ;
    a2a:PersonNamePatronym "Remmerts"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1796" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1796-08-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Workum" ;
    rdfs:label "Workum"
  ] .

oa:relationep_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person:d74a202a-f2b3-418d-8a4b-c6dc6466acba ;
  a2a:EventKeyRef oa:event_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Event1 .

oa:relationep_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person:819f4abf-2de7-4d43-b198-9ea9f649621f ;
  a2a:EventKeyRef oa:event_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Event1 .

oa:relationep_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person:ad09149e-51f7-4471-9543-1a30a7c6918c ;
  a2a:EventKeyRef oa:event_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Event1 .

oa:relationep_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_3
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Person:faa57066-0c08-4b46-b614-f972785830a1 ;
  a2a:EventKeyRef oa:event_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a_Event1 .

oa:source_frl_b5cea064-50f2-4703-ac4e-e6869839ac3a
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Workum" ;
    rdfs:label "Workum", "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 Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0867, Periode: 169..." ;
    a2a:Book "Doopboek R.K. par. Workum" ;
    a2a:RegistryNumber "0867" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0867, Periode: 169..., Doopboek R.K. par. Workum, 0867"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/b5cea064-50f2-4703-ac4e-e6869839ac3a" ;
  a2a:RecordGUID "{b5cea064-50f2-4703-ac4e-e6869839ac3a}" ;
  a2a:SourceRemarkOpmerking "Doopnaam is Rudericus", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Workum&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_3528_00003528.xml van FRL" .

