@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_befbc3a3-3f1b-413f-899e-d0db54d65efb
  a a2a:Record ;
  rdfs:label "Doop op 30 juni 1802 te Franeker" ;
  a2a:hasPerson oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person-dc97b124-c575-4c42-b92b-1f8177945385, oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person-585b40df-9157-4f07-a515-f0ea69af8d33, oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person-cdf09ab4-206c-47ac-856f-c8cc0be6622e, oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person-e720dc24-2546-40ef-b4c1-b39d7ca822b3 ;
  a2a:hasEvent oa:event_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_0, oa:relationep_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_1, oa:relationep_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_2, oa:relationep_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_3 ;
  a2a:hasSource oa:source_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb .

oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person-dc97b124-c575-4c42-b92b-1f8177945385
  a a2a:Person ;
  rdfs:label "Anna" ;
  a2a:PersonName [
    rdfs:label "Anna" ;
    a2a:PersonNameFirstName "Anna"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1802" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1802-06-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "op het Vliet" ;
    rdfs:label "op het Vliet"
  ] .

oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person-585b40df-9157-4f07-a515-f0ea69af8d33
  a a2a:Person ;
  rdfs:label "Andries Tjeerts" ;
  a2a:PersonName [
    rdfs:label "Andries Tjeerts" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNamePatronym "Tjeerts"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person-cdf09ab4-206c-47ac-856f-c8cc0be6622e
  a a2a:Person ;
  rdfs:label "Aafke Doeckis" ;
  a2a:PersonName [
    rdfs:label "Aafke Doeckis" ;
    a2a:PersonNameFirstName "Aafke" ;
    a2a:PersonNamePatronym "Doeckis"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person-e720dc24-2546-40ef-b4c1-b39d7ca822b3
  a a2a:Person ;
  rdfs:label "Doecke Hendriks" ;
  a2a:PersonName [
    rdfs:label "Doecke Hendriks" ;
    a2a:PersonNameFirstName "Doecke" ;
    a2a:PersonNamePatronym "Hendriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1802" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1802-06-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Franeker" ;
    rdfs:label "Franeker"
  ] .

oa:relationep_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person:dc97b124-c575-4c42-b92b-1f8177945385 ;
  a2a:EventKeyRef oa:event_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Event1 .

oa:relationep_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person:585b40df-9157-4f07-a515-f0ea69af8d33 ;
  a2a:EventKeyRef oa:event_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Event1 .

oa:relationep_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person:cdf09ab4-206c-47ac-856f-c8cc0be6622e ;
  a2a:EventKeyRef oa:event_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Event1 .

oa:relationep_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_3
  a a2a:RelationEP ;
  rdfs:label "other:Doopheffer" ;
  a2a:RelationType "other:Doopheffer" ;
  a2a:PersonKeyRef oa:person_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Person:e720dc24-2546-40ef-b4c1-b39d7ca822b3 ;
  a2a:EventKeyRef oa:event_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb_Event1 .

oa:source_frl_befbc3a3-3f1b-413f-899e-d0db54d65efb
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Franeker" ;
    rdfs:label "Franeker", "1802-06-30 - 1802-06-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1802-06-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1802-06-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1802" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1802-06-30"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0271, Periode: 171..." ;
    a2a:Book "Doopboek R.K. par. Franeker" ;
    a2a:RegistryNumber "0271" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0271, Periode: 171..., Doopboek R.K. par. Franeker, 0271"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/befbc3a3-3f1b-413f-899e-d0db54d65efb" ;
  a2a:RecordGUID "{befbc3a3-3f1b-413f-899e-d0db54d65efb}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Franeker&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_10518_00010518.xml van FRL" .

