@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_e6500a1f-d11f-4842-966b-e794303b301d
  a a2a:Record ;
  rdfs:label "Doop op 16 juli 1769 te Oosterbierum" ;
  a2a:hasPerson oa:person_frl_e6500a1f-d11f-4842-966b-e794303b301d_Person-d12f847e-32db-48b0-a637-c1b0560dbe98, oa:person_frl_e6500a1f-d11f-4842-966b-e794303b301d_Person-226d4b15-2fa1-4ce6-9ecd-dadc1570d9fc, oa:person_frl_e6500a1f-d11f-4842-966b-e794303b301d_Person-29e412e0-af22-4603-8167-a56a8ed8f02c ;
  a2a:hasEvent oa:event_frl_e6500a1f-d11f-4842-966b-e794303b301d_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_e6500a1f-d11f-4842-966b-e794303b301d_0, oa:relationep_frl_e6500a1f-d11f-4842-966b-e794303b301d_1, oa:relationep_frl_e6500a1f-d11f-4842-966b-e794303b301d_2 ;
  a2a:hasSource oa:source_frl_e6500a1f-d11f-4842-966b-e794303b301d .

oa:person_frl_e6500a1f-d11f-4842-966b-e794303b301d_Person-d12f847e-32db-48b0-a637-c1b0560dbe98
  a a2a:Person ;
  rdfs:label "Neeltje" ;
  a2a:PersonName [
    rdfs:label "Neeltje" ;
    a2a:PersonNameFirstName "Neeltje"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_e6500a1f-d11f-4842-966b-e794303b301d_Person-226d4b15-2fa1-4ce6-9ecd-dadc1570d9fc
  a a2a:Person ;
  rdfs:label "Sijmon Lolles" ;
  a2a:PersonName [
    rdfs:label "Sijmon Lolles" ;
    a2a:PersonNameFirstName "Sijmon" ;
    a2a:PersonNamePatronym "Lolles"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_e6500a1f-d11f-4842-966b-e794303b301d_Person-29e412e0-af22-4603-8167-a56a8ed8f02c
  a a2a:Person ;
  rdfs:label "Beerntje Tietes" ;
  a2a:PersonName [
    rdfs:label "Beerntje Tietes" ;
    a2a:PersonNameFirstName "Beerntje" ;
    a2a:PersonNamePatronym "Tietes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_e6500a1f-d11f-4842-966b-e794303b301d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1769" ;
    a2a:Month "7" ;
    a2a:Day "16" ;
    rdfs:label "1769-07-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterbierum" ;
    rdfs:label "Oosterbierum"
  ] .

oa:relationep_frl_e6500a1f-d11f-4842-966b-e794303b301d_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_e6500a1f-d11f-4842-966b-e794303b301d_Person:d12f847e-32db-48b0-a637-c1b0560dbe98 ;
  a2a:EventKeyRef oa:event_frl_e6500a1f-d11f-4842-966b-e794303b301d_Event1 .

oa:relationep_frl_e6500a1f-d11f-4842-966b-e794303b301d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_e6500a1f-d11f-4842-966b-e794303b301d_Person:226d4b15-2fa1-4ce6-9ecd-dadc1570d9fc ;
  a2a:EventKeyRef oa:event_frl_e6500a1f-d11f-4842-966b-e794303b301d_Event1 .

oa:relationep_frl_e6500a1f-d11f-4842-966b-e794303b301d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_e6500a1f-d11f-4842-966b-e794303b301d_Person:29e412e0-af22-4603-8167-a56a8ed8f02c ;
  a2a:EventKeyRef oa:event_frl_e6500a1f-d11f-4842-966b-e794303b301d_Event1 .

oa:source_frl_e6500a1f-d11f-4842-966b-e794303b301d
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Barradeel" ;
    rdfs:label "Barradeel", "1769-07-16 - 1769-07-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1769-07-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1769-07-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1769" ;
    a2a:Month "7" ;
    a2a:Day "16" ;
    rdfs:label "1769-07-16"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0102, Periode: 169..." ;
    a2a:Book "Doopboek Herv. gem. Oosterbierum" ;
    a2a:RegistryNumber "0102" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0102, Periode: 169..., Doopboek Herv. gem. Oosterbierum, 0102"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/e6500a1f-d11f-4842-966b-e794303b301d" ;
  a2a:RecordGUID "{e6500a1f-d11f-4842-966b-e794303b301d}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Oosterbierum&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_4038_00004038.xml van FRL" .

