@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_73db2cea-0530-4be5-a2b4-eef081132b7f
  a a2a:Record ;
  rdfs:label "Doop op 24 september 1748 te Makkum" ;
  a2a:hasPerson oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person-63bdabb3-f234-4d27-b3cf-abfe60969924, oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person-868eb225-e68f-446c-8146-6a97dc855a8c, oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person-f49b887c-7b06-4ffc-88f7-5ac52fc8784c, oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person-cb747850-a3f6-45fc-86cd-0984f176553a ;
  a2a:hasEvent oa:event_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_0, oa:relationep_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_1, oa:relationep_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_2, oa:relationep_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_3 ;
  a2a:hasSource oa:source_frl_73db2cea-0530-4be5-a2b4-eef081132b7f .

oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person-63bdabb3-f234-4d27-b3cf-abfe60969924
  a a2a:Person ;
  rdfs:label "Jacob" ;
  a2a:PersonName [
    rdfs:label "Jacob" ;
    a2a:PersonNameFirstName "Jacob"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Makkum" ;
    rdfs:label "Makkum"
  ] .

oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person-868eb225-e68f-446c-8146-6a97dc855a8c
  a a2a:Person ;
  rdfs:label "Siebe Jacobs" ;
  a2a:PersonName [
    rdfs:label "Siebe Jacobs" ;
    a2a:PersonNameFirstName "Siebe" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person-f49b887c-7b06-4ffc-88f7-5ac52fc8784c
  a a2a:Person ;
  rdfs:label "Hielkje Baukes" ;
  a2a:PersonName [
    rdfs:label "Hielkje Baukes" ;
    a2a:PersonNameFirstName "Hielkje" ;
    a2a:PersonNamePatronym "Baukes"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person-cb747850-a3f6-45fc-86cd-0984f176553a
  a a2a:Person ;
  rdfs:label "Jetske Baukes" ;
  a2a:PersonName [
    rdfs:label "Jetske Baukes" ;
    a2a:PersonNameFirstName "Jetske" ;
    a2a:PersonNamePatronym "Baukes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1748" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1748-09-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Makkum" ;
    rdfs:label "Makkum"
  ] .

oa:relationep_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person:63bdabb3-f234-4d27-b3cf-abfe60969924 ;
  a2a:EventKeyRef oa:event_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Event1 .

oa:relationep_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person:868eb225-e68f-446c-8146-6a97dc855a8c ;
  a2a:EventKeyRef oa:event_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Event1 .

oa:relationep_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person:f49b887c-7b06-4ffc-88f7-5ac52fc8784c ;
  a2a:EventKeyRef oa:event_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Event1 .

oa:relationep_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_3
  a a2a:RelationEP ;
  rdfs:label "other:Doopheffer" ;
  a2a:RelationType "other:Doopheffer" ;
  a2a:PersonKeyRef oa:person_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Person:cb747850-a3f6-45fc-86cd-0984f176553a ;
  a2a:EventKeyRef oa:event_frl_73db2cea-0530-4be5-a2b4-eef081132b7f_Event1 .

oa:source_frl_73db2cea-0530-4be5-a2b4-eef081132b7f
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wonseradeel" ;
    rdfs:label "Wonseradeel", "1748-09-24 - 1748-09-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1748-09-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1748-09-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1748" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1748-09-24"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0834, Periode: 172..." ;
    a2a:Book "Doopboek R.K. par. Makkum" ;
    a2a:RegistryNumber "0834" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0834, Periode: 172..., Doopboek R.K. par. Makkum, 0834"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/73db2cea-0530-4be5-a2b4-eef081132b7f" ;
  a2a:RecordGUID "{73db2cea-0530-4be5-a2b4-eef081132b7f}" ;
  a2a:SourceRemarkOpmerking "Jan Jacobs weigerde als doopheffer", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Makkum&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220920_13317_00013317.xml van FRL" .

