@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_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01
  a a2a:Record ;
  rdfs:label "Doop op 2 april 1778 te Workum" ;
  a2a:hasPerson oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person-dd897e9b-7347-4091-8e79-e2d03813ceac, oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person-42fff766-fedd-43a7-8bb3-0387db855dea, oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person-6c056aba-549a-439d-ab98-becdcac1b631, oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person-3558600e-15cd-4008-8d73-7fe217ca27a5 ;
  a2a:hasEvent oa:event_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_0, oa:relationep_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_1, oa:relationep_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_2, oa:relationep_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_3 ;
  a2a:hasSource oa:source_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01 .

oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person-dd897e9b-7347-4091-8e79-e2d03813ceac
  a a2a:Person ;
  rdfs:label "Catharina" ;
  a2a:PersonName [
    rdfs:label "Catharina" ;
    a2a:PersonNameFirstName "Catharina"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Workum" ;
    rdfs:label "Workum"
  ] .

oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person-42fff766-fedd-43a7-8bb3-0387db855dea
  a a2a:Person ;
  rdfs:label "Teeke Gerbens" ;
  a2a:PersonName [
    rdfs:label "Teeke Gerbens" ;
    a2a:PersonNameFirstName "Teeke" ;
    a2a:PersonNamePatronym "Gerbens"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person-6c056aba-549a-439d-ab98-becdcac1b631
  a a2a:Person ;
  rdfs:label "Klaaske Pieters" ;
  a2a:PersonName [
    rdfs:label "Klaaske Pieters" ;
    a2a:PersonNameFirstName "Klaaske" ;
    a2a:PersonNamePatronym "Pieters"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person-3558600e-15cd-4008-8d73-7fe217ca27a5
  a a2a:Person ;
  rdfs:label "Gerben Sikkes" ;
  a2a:PersonName [
    rdfs:label "Gerben Sikkes" ;
    a2a:PersonNameFirstName "Gerben" ;
    a2a:PersonNamePatronym "Sikkes"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1778" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1778-04-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Workum" ;
    rdfs:label "Workum"
  ] .

oa:relationep_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person:dd897e9b-7347-4091-8e79-e2d03813ceac ;
  a2a:EventKeyRef oa:event_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Event1 .

oa:relationep_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person:42fff766-fedd-43a7-8bb3-0387db855dea ;
  a2a:EventKeyRef oa:event_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Event1 .

oa:relationep_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person:6c056aba-549a-439d-ab98-becdcac1b631 ;
  a2a:EventKeyRef oa:event_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Event1 .

oa:relationep_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_3
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Person:3558600e-15cd-4008-8d73-7fe217ca27a5 ;
  a2a:EventKeyRef oa:event_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01_Event1 .

oa:source_frl_01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Workum" ;
    rdfs:label "Workum", "1778-04-02 - 1778-04-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1778-04-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1778-04-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1778" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1778-04-02"^^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/01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01" ;
  a2a:RecordGUID "{01a18cdd-4ef5-4ceb-b5c8-0803d05e1c01}" ;
  a2a:SourceRemarkOpmerking "Meter is Gatske Pieters", "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_7973_00007973.xml van FRL" .

