@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_f0899cef-44ca-470a-92b3-ea7c53ed82ea
  a a2a:Record ;
  rdfs:label "Doop op 17 april 1721 te Workum" ;
  a2a:hasPerson oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person-ffaf4d94-5d60-448f-bbc9-2d2c643c7eca, oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person-5aa9b0f0-2847-4a2d-9d13-c8862ee0ef0a, oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person-e5b18426-c140-48da-b996-74f67ff06c59, oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person-d68acbe6-0d3b-4d8a-8df2-b6572ba9814c ;
  a2a:hasEvent oa:event_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_0, oa:relationep_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_1, oa:relationep_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_2, oa:relationep_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_3 ;
  a2a:hasSource oa:source_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea .

oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person-ffaf4d94-5d60-448f-bbc9-2d2c643c7eca
  a a2a:Person ;
  rdfs:label "Anna" ;
  a2a:PersonName [
    rdfs:label "Anna" ;
    a2a:PersonNameFirstName "Anna"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Workum" ;
    rdfs:label "Workum"
  ] .

oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person-5aa9b0f0-2847-4a2d-9d13-c8862ee0ef0a
  a a2a:Person ;
  rdfs:label "Engelbert Harmens" ;
  a2a:PersonName [
    rdfs:label "Engelbert Harmens" ;
    a2a:PersonNameFirstName "Engelbert" ;
    a2a:PersonNamePatronym "Harmens"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person-e5b18426-c140-48da-b996-74f67ff06c59
  a a2a:Person ;
  rdfs:label "Simke Hielkes" ;
  a2a:PersonName [
    rdfs:label "Simke Hielkes" ;
    a2a:PersonNameFirstName "Simke" ;
    a2a:PersonNamePatronym "Hielkes"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person-d68acbe6-0d3b-4d8a-8df2-b6572ba9814c
  a a2a:Person ;
  rdfs:label "Anna Hessels" ;
  a2a:PersonName [
    rdfs:label "Anna Hessels" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePatronym "Hessels"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1721" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1721-04-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Workum" ;
    rdfs:label "Workum"
  ] .

oa:relationep_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person:ffaf4d94-5d60-448f-bbc9-2d2c643c7eca ;
  a2a:EventKeyRef oa:event_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Event1 .

oa:relationep_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person:5aa9b0f0-2847-4a2d-9d13-c8862ee0ef0a ;
  a2a:EventKeyRef oa:event_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Event1 .

oa:relationep_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person:e5b18426-c140-48da-b996-74f67ff06c59 ;
  a2a:EventKeyRef oa:event_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Event1 .

oa:relationep_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_3
  a a2a:RelationEP ;
  rdfs:label "other:Doopheffer" ;
  a2a:RelationType "other:Doopheffer" ;
  a2a:PersonKeyRef oa:person_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Person:d68acbe6-0d3b-4d8a-8df2-b6572ba9814c ;
  a2a:EventKeyRef oa:event_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea_Event1 .

oa:source_frl_f0899cef-44ca-470a-92b3-ea7c53ed82ea
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Workum" ;
    rdfs:label "Workum", "1721-04-17 - 1721-04-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1721-04-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1721-04-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1721" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1721-04-17"^^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/f0899cef-44ca-470a-92b3-ea7c53ed82ea" ;
  a2a:RecordGUID "{f0899cef-44ca-470a-92b3-ea7c53ed82ea}" ;
  a2a:SourceRemarkOpmerking "Moeder is mennist", "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_9157_00009157.xml van FRL" .

