@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_170947da-eaaa-4e75-b3ff-3d8efb871a97
  a a2a:Record ;
  rdfs:label "Doop (in het jaar 1739-1811)" ;
  a2a:hasPerson oa:person_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Person-c93d6ced-cecd-4a3d-adc8-2218afc9764a, oa:person_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Person-2be76550-88df-4c1b-b370-7c9782e31715, oa:person_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Person-8002b9d5-72fa-4e8c-9fe7-58488b001235 ;
  a2a:hasEvent oa:event_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_0, oa:relationep_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_1, oa:relationep_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_2 ;
  a2a:hasSource oa:source_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97 .

oa:person_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Person-c93d6ced-cecd-4a3d-adc8-2218afc9764a
  a a2a:Person ;
  rdfs:label "Jelte" ;
  a2a:PersonName [
    rdfs:label "Jelte" ;
    a2a:PersonNameFirstName "Jelte"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1800" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1800-10-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Person-2be76550-88df-4c1b-b370-7c9782e31715
  a a2a:Person ;
  rdfs:label "Harmen Jeltes" ;
  a2a:PersonName [
    rdfs:label "Harmen Jeltes" ;
    a2a:PersonNameFirstName "Harmen" ;
    a2a:PersonNamePatronym "Jeltes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Person-8002b9d5-72fa-4e8c-9fe7-58488b001235
  a a2a:Person ;
  rdfs:label "Anna Hendriks Zuidhof" ;
  a2a:PersonName [
    rdfs:label "Anna Hendriks Zuidhof" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePatronym "Hendriks" ;
    a2a:PersonNameLastName "Zuidhof"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:EventReligion "D.G." .

oa:relationep_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Person:c93d6ced-cecd-4a3d-adc8-2218afc9764a ;
  a2a:EventKeyRef oa:event_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Event1 .

oa:relationep_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Person:2be76550-88df-4c1b-b370-7c9782e31715 ;
  a2a:EventKeyRef oa:event_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Event1 .

oa:relationep_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Person:8002b9d5-72fa-4e8c-9fe7-58488b001235 ;
  a2a:EventKeyRef oa:event_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97_Event1 .

oa:source_frl_170947da-eaaa-4e75-b3ff-3d8efb871a97
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1739-01-01 - 1811-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1739-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 1011, Periode: 173..." ;
    a2a:Book "Geboorten Doopsgez. gem. Leeuwarden" ;
    a2a:RegistryNumber "1011" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 1011, Periode: 173..., Geboorten Doopsgez. gem. Leeuwarden, 1011"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/170947da-eaaa-4e75-b3ff-3d8efb871a97" ;
  a2a:RecordGUID "{170947da-eaaa-4e75-b3ff-3d8efb871a97}" ;
  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_12112_00012112.xml van FRL" .

