@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_4fa4ee49-bea8-4756-b33f-c49ccecd2cab
  a a2a:Record ;
  rdfs:label "Doop op 25 juli 1747 te Harlingen" ;
  a2a:hasPerson oa:person_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Person-08b4e4e2-594d-4585-af47-3d523a85b209, oa:person_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Person-5d0414aa-815a-4624-a9f9-b883075b5fc2, oa:person_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Person-7a462531-ac53-4163-8bec-052dfa2766f2 ;
  a2a:hasEvent oa:event_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_0, oa:relationep_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_1, oa:relationep_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_2 ;
  a2a:hasSource oa:source_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab .

oa:person_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Person-08b4e4e2-594d-4585-af47-3d523a85b209
  a a2a:Person ;
  rdfs:label "Evert" ;
  a2a:PersonName [
    rdfs:label "Evert" ;
    a2a:PersonNameFirstName "Evert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Person-5d0414aa-815a-4624-a9f9-b883075b5fc2
  a a2a:Person ;
  rdfs:label "Edgers Tytes" ;
  a2a:PersonName [
    rdfs:label "Edgers Tytes" ;
    a2a:PersonNameFirstName "Edgers" ;
    a2a:PersonNamePatronym "Tytes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Person-7a462531-ac53-4163-8bec-052dfa2766f2
  a a2a:Person ;
  rdfs:label "Grytje Everts" ;
  a2a:PersonName [
    rdfs:label "Grytje Everts" ;
    a2a:PersonNameFirstName "Grytje" ;
    a2a:PersonNamePatronym "Everts"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1747" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1747-07-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen"
  ] .

oa:relationep_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Person:08b4e4e2-594d-4585-af47-3d523a85b209 ;
  a2a:EventKeyRef oa:event_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Event1 .

oa:relationep_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Person:5d0414aa-815a-4624-a9f9-b883075b5fc2 ;
  a2a:EventKeyRef oa:event_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Event1 .

oa:relationep_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Person:7a462531-ac53-4163-8bec-052dfa2766f2 ;
  a2a:EventKeyRef oa:event_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab_Event1 .

oa:source_frl_4fa4ee49-bea8-4756-b33f-c49ccecd2cab
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen", "1747-07-25 - 1747-07-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1747-07-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1747-07-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1747" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1747-07-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0327, Periode: 173..." ;
    a2a:Book "Doopboek Herv. gem. Grote Kerk Harlingen" ;
    a2a:RegistryNumber "0327" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0327, Periode: 173..., Doopboek Herv. gem. Grote Kerk Harlingen, 0327"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/4fa4ee49-bea8-4756-b33f-c49ccecd2cab" ;
  a2a:RecordGUID "{4fa4ee49-bea8-4756-b33f-c49ccecd2cab}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Grote Kerk&j=&t=&q=#results\"target =\"_blank\">hier</a> voor suggesties scans Grote Kerk.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_11493_00011493.xml van FRL" .

