@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_29042cae-42cc-4097-9798-c194633d178d
  a a2a:Record ;
  rdfs:label "Doop op 14 februari 1796 te Harlingen" ;
  a2a:hasPerson oa:person_frl_29042cae-42cc-4097-9798-c194633d178d_Person-1a57263f-05cb-42e1-9fd2-a3f5b41175d4, oa:person_frl_29042cae-42cc-4097-9798-c194633d178d_Person-4040d1c2-0a89-4226-bde2-2b8edbbf9577, oa:person_frl_29042cae-42cc-4097-9798-c194633d178d_Person-5477d2ab-b2d3-46d0-aa7f-4a0c980cece9 ;
  a2a:hasEvent oa:event_frl_29042cae-42cc-4097-9798-c194633d178d_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_29042cae-42cc-4097-9798-c194633d178d_0, oa:relationep_frl_29042cae-42cc-4097-9798-c194633d178d_1, oa:relationep_frl_29042cae-42cc-4097-9798-c194633d178d_2 ;
  a2a:hasSource oa:source_frl_29042cae-42cc-4097-9798-c194633d178d .

oa:person_frl_29042cae-42cc-4097-9798-c194633d178d_Person-1a57263f-05cb-42e1-9fd2-a3f5b41175d4
  a a2a:Person ;
  rdfs:label "Jantje" ;
  a2a:PersonName [
    rdfs:label "Jantje" ;
    a2a:PersonNameFirstName "Jantje"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1796" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1796-01-19"^^xsd:date
  ] .

oa:person_frl_29042cae-42cc-4097-9798-c194633d178d_Person-4040d1c2-0a89-4226-bde2-2b8edbbf9577
  a a2a:Person ;
  rdfs:label "Cornelis Sytses" ;
  a2a:PersonName [
    rdfs:label "Cornelis Sytses" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePatronym "Sytses"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_29042cae-42cc-4097-9798-c194633d178d_Person-5477d2ab-b2d3-46d0-aa7f-4a0c980cece9
  a a2a:Person ;
  rdfs:label "Eeke Eeltjes" ;
  a2a:PersonName [
    rdfs:label "Eeke Eeltjes" ;
    a2a:PersonNameFirstName "Eeke" ;
    a2a:PersonNamePatronym "Eeltjes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_29042cae-42cc-4097-9798-c194633d178d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1796" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1796-02-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen"
  ] .

oa:relationep_frl_29042cae-42cc-4097-9798-c194633d178d_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_29042cae-42cc-4097-9798-c194633d178d_Person:1a57263f-05cb-42e1-9fd2-a3f5b41175d4 ;
  a2a:EventKeyRef oa:event_frl_29042cae-42cc-4097-9798-c194633d178d_Event1 .

oa:relationep_frl_29042cae-42cc-4097-9798-c194633d178d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_29042cae-42cc-4097-9798-c194633d178d_Person:4040d1c2-0a89-4226-bde2-2b8edbbf9577 ;
  a2a:EventKeyRef oa:event_frl_29042cae-42cc-4097-9798-c194633d178d_Event1 .

oa:relationep_frl_29042cae-42cc-4097-9798-c194633d178d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_29042cae-42cc-4097-9798-c194633d178d_Person:5477d2ab-b2d3-46d0-aa7f-4a0c980cece9 ;
  a2a:EventKeyRef oa:event_frl_29042cae-42cc-4097-9798-c194633d178d_Event1 .

oa:source_frl_29042cae-42cc-4097-9798-c194633d178d
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen", "1796-02-14 - 1796-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1796-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1796" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1796-02-14"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0339, Periode: 169..." ;
    a2a:Book "Doopboek Herv. gem. Westerkerk Harlingen" ;
    a2a:RegistryNumber "0339" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0339, Periode: 169..., Doopboek Herv. gem. Westerkerk Harlingen, 0339"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/29042cae-42cc-4097-9798-c194633d178d" ;
  a2a:RecordGUID "{29042cae-42cc-4097-9798-c194633d178d}" ;
  a2a:SourceRemarkOpmerking "Begint bij scan 363 van lidmaten 1668-1850, dopen 1696-1811, trouwen 1696-1810<br />Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Grote Kerk&j=&t=&q=#results\"target =\"_blank\">hier</a> voor suggesties scans Westererk.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_12630_00012630.xml van FRL" .

