@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_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0
  a a2a:Record ;
  rdfs:label "Doop op 8 september 1774 te Makkum" ;
  a2a:hasPerson oa:person_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Person-dcc1b64e-04ae-4c0e-ab1b-e20930cd4ba6, oa:person_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Person-a38b1755-f958-47b2-9a18-b6e2064524c7, oa:person_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Person-4e0d3c28-acf3-442c-ba7a-a4e4f601aed7 ;
  a2a:hasEvent oa:event_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_0, oa:relationep_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_1, oa:relationep_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_2 ;
  a2a:hasSource oa:source_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0 .

oa:person_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Person-dcc1b64e-04ae-4c0e-ab1b-e20930cd4ba6
  a a2a:Person ;
  rdfs:label "Zijtske" ;
  a2a:PersonName [
    rdfs:label "Zijtske" ;
    a2a:PersonNameFirstName "Zijtske"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1774" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1774-08-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Makkum" ;
    rdfs:label "Makkum"
  ] .

oa:person_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Person-a38b1755-f958-47b2-9a18-b6e2064524c7
  a a2a:Person ;
  rdfs:label "Louw Pieters" ;
  a2a:PersonName [
    rdfs:label "Louw Pieters" ;
    a2a:PersonNameFirstName "Louw" ;
    a2a:PersonNamePatronym "Pieters"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Person-4e0d3c28-acf3-442c-ba7a-a4e4f601aed7
  a a2a:Person ;
  rdfs:label "Lijsbet Herres" ;
  a2a:PersonName [
    rdfs:label "Lijsbet Herres" ;
    a2a:PersonNameFirstName "Lijsbet" ;
    a2a:PersonNamePatronym "Herres"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1774" ;
    a2a:Month "9" ;
    a2a:Day "8" ;
    rdfs:label "1774-09-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Makkum" ;
    rdfs:label "Makkum"
  ] .

oa:relationep_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Person:dcc1b64e-04ae-4c0e-ab1b-e20930cd4ba6 ;
  a2a:EventKeyRef oa:event_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Event1 .

oa:relationep_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Person:a38b1755-f958-47b2-9a18-b6e2064524c7 ;
  a2a:EventKeyRef oa:event_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Event1 .

oa:relationep_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Person:4e0d3c28-acf3-442c-ba7a-a4e4f601aed7 ;
  a2a:EventKeyRef oa:event_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0_Event1 .

oa:source_frl_e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wonseradeel" ;
    rdfs:label "Wonseradeel", "1774-09-08 - 1774-09-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1774-09-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1774-09-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1774" ;
    a2a:Month "9" ;
    a2a:Day "8" ;
    rdfs:label "1774-09-08"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0810, Periode: 176..." ;
    a2a:Book "Doopboek Herv. gem. Makkum" ;
    a2a:RegistryNumber "0810" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0810, Periode: 176..., Doopboek Herv. gem. Makkum, 0810"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0" ;
  a2a:RecordGUID "{e1148c09-b24b-4e5f-bfae-1e37d7d5f7c0}" ;
  a2a:SourceRemarkOpmerking "De moeder is 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_20220919_3778_00003778.xml van FRL" .

