@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_238cea7f-2bc6-4e0d-a87d-71bc778759f8
  a a2a:Record ;
  rdfs:label "Doop op 6 juli 1768 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Person-1e687c22-5591-46fd-9ca7-4a29c1e079f6, oa:person_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Person-83d23af1-71dc-4491-900e-02dcd73686f9, oa:person_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Person-bc7cecc5-f962-41fd-b5c4-f66549815e28 ;
  a2a:hasEvent oa:event_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_0, oa:relationep_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_1, oa:relationep_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_2 ;
  a2a:hasSource oa:source_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8 .

oa:person_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Person-1e687c22-5591-46fd-9ca7-4a29c1e079f6
  a a2a:Person ;
  rdfs:label "Auke" ;
  a2a:PersonName [
    rdfs:label "Auke" ;
    a2a:PersonNameFirstName "Auke"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Person-83d23af1-71dc-4491-900e-02dcd73686f9
  a a2a:Person ;
  rdfs:label "Johannes Scheltes" ;
  a2a:PersonName [
    rdfs:label "Johannes Scheltes" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePatronym "Scheltes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Person-bc7cecc5-f962-41fd-b5c4-f66549815e28
  a a2a:Person ;
  rdfs:label "Japikje Hessels" ;
  a2a:PersonName [
    rdfs:label "Japikje Hessels" ;
    a2a:PersonNameFirstName "Japikje" ;
    a2a:PersonNamePatronym "Hessels"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1768" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1768-07-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Person:1e687c22-5591-46fd-9ca7-4a29c1e079f6 ;
  a2a:EventKeyRef oa:event_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Event1 .

oa:relationep_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Person:83d23af1-71dc-4491-900e-02dcd73686f9 ;
  a2a:EventKeyRef oa:event_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Event1 .

oa:relationep_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Person:bc7cecc5-f962-41fd-b5c4-f66549815e28 ;
  a2a:EventKeyRef oa:event_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8_Event1 .

oa:source_frl_238cea7f-2bc6-4e0d-a87d-71bc778759f8
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1768-07-06 - 1768-07-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1768-07-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1768-07-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1768" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1768-07-06"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0946, Periode: 176..." ;
    a2a:Book "Doopboek Herv. gem. Leeuwarden" ;
    a2a:RegistryNumber "0946" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0946, Periode: 176..., Doopboek Herv. gem. Leeuwarden, 0946"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/238cea7f-2bc6-4e0d-a87d-71bc778759f8" ;
  a2a:RecordGUID "{238cea7f-2bc6-4e0d-a87d-71bc778759f8}" ;
  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_7363_00007363.xml van FRL" .

