@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_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a
  a a2a:Record ;
  rdfs:label "Doop op 3 oktober 1771 te Heeg" ;
  a2a:hasPerson oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person-7fa1e981-de88-400e-9562-780a5d1fd2dd, oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person-84653856-54c6-4623-b111-48b07030d837, oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person-a08e57d4-2080-4263-887d-59af2ebb6be4, oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person-7aafa40a-7750-42b9-ad3d-70dd129cbadc ;
  a2a:hasEvent oa:event_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_0, oa:relationep_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_1, oa:relationep_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_2, oa:relationep_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_3 ;
  a2a:hasSource oa:source_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a .

oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person-7fa1e981-de88-400e-9562-780a5d1fd2dd
  a a2a:Person ;
  rdfs:label "Eeltje" ;
  a2a:PersonName [
    rdfs:label "Eeltje" ;
    a2a:PersonNameFirstName "Eeltje"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person-84653856-54c6-4623-b111-48b07030d837
  a a2a:Person ;
  rdfs:label "Bauke Eeltjes" ;
  a2a:PersonName [
    rdfs:label "Bauke Eeltjes" ;
    a2a:PersonNameFirstName "Bauke" ;
    a2a:PersonNamePatronym "Eeltjes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person-a08e57d4-2080-4263-887d-59af2ebb6be4
  a a2a:Person ;
  rdfs:label "Duwke Douwes" ;
  a2a:PersonName [
    rdfs:label "Duwke Douwes" ;
    a2a:PersonNameFirstName "Duwke" ;
    a2a:PersonNamePatronym "Douwes"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person-7aafa40a-7750-42b9-ad3d-70dd129cbadc
  a a2a:Person ;
  rdfs:label "Koop Douwes" ;
  a2a:PersonName [
    rdfs:label "Koop Douwes" ;
    a2a:PersonNameFirstName "Koop" ;
    a2a:PersonNamePatronym "Douwes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1771" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1771-10-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heeg" ;
    rdfs:label "Heeg"
  ] .

oa:relationep_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person:7fa1e981-de88-400e-9562-780a5d1fd2dd ;
  a2a:EventKeyRef oa:event_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Event1 .

oa:relationep_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person:84653856-54c6-4623-b111-48b07030d837 ;
  a2a:EventKeyRef oa:event_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Event1 .

oa:relationep_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person:a08e57d4-2080-4263-887d-59af2ebb6be4 ;
  a2a:EventKeyRef oa:event_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Event1 .

oa:relationep_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_3
  a a2a:RelationEP ;
  rdfs:label "other:Doopheffer" ;
  a2a:RelationType "other:Doopheffer" ;
  a2a:PersonKeyRef oa:person_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Person:7aafa40a-7750-42b9-ad3d-70dd129cbadc ;
  a2a:EventKeyRef oa:event_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a_Event1 .

oa:source_frl_84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wijmbritseradeel" ;
    rdfs:label "Wijmbritseradeel", "1771-10-03 - 1771-10-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1771-10-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1771-10-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1771" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1771-10-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0892, Periode: 174..." ;
    a2a:Book "Doopboek R.K. par. Heeg" ;
    a2a:RegistryNumber "0892" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0892, Periode: 174..., Doopboek R.K. par. Heeg, 0892"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a" ;
  a2a:RecordGUID "{84ae9b8d-ca06-4f86-a3ce-2cab38e4fa9a}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Heeg&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230123_3747_00003747.xml van FRL" .

