@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_e2065a6e-ebe6-41ae-b990-792d8f684652
  a a2a:Record ;
  rdfs:label "Doop op 11 augustus 1747 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Person-d0c98e41-d79f-45f7-8659-8fbb6c795abf, oa:person_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Person-06f88b1e-cc3b-46e3-81ba-b744991d7b28, oa:person_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Person-7e2c8c80-bc59-4e50-8fe6-c0317c28de6d ;
  a2a:hasEvent oa:event_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_0, oa:relationep_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_1, oa:relationep_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_2 ;
  a2a:hasSource oa:source_frl_e2065a6e-ebe6-41ae-b990-792d8f684652 .

oa:person_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Person-d0c98e41-d79f-45f7-8659-8fbb6c795abf
  a a2a:Person ;
  rdfs:label "Fokjen" ;
  a2a:PersonName [
    rdfs:label "Fokjen" ;
    a2a:PersonNameFirstName "Fokjen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Person-06f88b1e-cc3b-46e3-81ba-b744991d7b28
  a a2a:Person ;
  rdfs:label "Auke Ramkema" ;
  a2a:PersonName [
    rdfs:label "Auke Ramkema" ;
    a2a:PersonNameFirstName "Auke" ;
    a2a:PersonNameLastName "Ramkema"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Person-7e2c8c80-bc59-4e50-8fe6-c0317c28de6d
  a a2a:Person ;
  rdfs:label "Tryntie Geerts" ;
  a2a:PersonName [
    rdfs:label "Tryntie Geerts" ;
    a2a:PersonNameFirstName "Tryntie" ;
    a2a:PersonNamePatronym "Geerts"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1747" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1747-08-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Person:d0c98e41-d79f-45f7-8659-8fbb6c795abf ;
  a2a:EventKeyRef oa:event_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Event1 .

oa:relationep_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Person:06f88b1e-cc3b-46e3-81ba-b744991d7b28 ;
  a2a:EventKeyRef oa:event_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Event1 .

oa:relationep_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Person:7e2c8c80-bc59-4e50-8fe6-c0317c28de6d ;
  a2a:EventKeyRef oa:event_frl_e2065a6e-ebe6-41ae-b990-792d8f684652_Event1 .

oa:source_frl_e2065a6e-ebe6-41ae-b990-792d8f684652
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1747-08-11 - 1747-08-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1747-08-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1747-08-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1747" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1747-08-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0942, Periode: 174..." ;
    a2a:Book "Doopboek Herv. gem. Leeuwarden" ;
    a2a:RegistryNumber "0942" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0942, Periode: 174..., Doopboek Herv. gem. Leeuwarden, 0942"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/e2065a6e-ebe6-41ae-b990-792d8f684652" ;
  a2a:RecordGUID "{e2065a6e-ebe6-41ae-b990-792d8f684652}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Leeuwarden&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_3823_00003823.xml van FRL" .

