@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_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0
  a a2a:Record ;
  rdfs:label "Doop op 29 november 1789 te Offingawier" ;
  a2a:hasPerson oa:person_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Person-bcec5095-71f1-47f3-bed1-645d11e0561c, oa:person_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Person-9bf5e891-5c1b-4bc2-bedd-0bba2783e3af, oa:person_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Person-82fdb1bf-7534-4054-a61c-eb8fde80a9b2 ;
  a2a:hasEvent oa:event_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_0, oa:relationep_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_1, oa:relationep_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_2 ;
  a2a:hasSource oa:source_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0 .

oa:person_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Person-bcec5095-71f1-47f3-bed1-645d11e0561c
  a a2a:Person ;
  rdfs:label "Jacob" ;
  a2a:PersonName [
    rdfs:label "Jacob" ;
    a2a:PersonNameFirstName "Jacob"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1789" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1789-11-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Offingawier" ;
    rdfs:label "Offingawier"
  ] .

oa:person_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Person-9bf5e891-5c1b-4bc2-bedd-0bba2783e3af
  a a2a:Person ;
  rdfs:label "Sjoert Pieters" ;
  a2a:PersonName [
    rdfs:label "Sjoert Pieters" ;
    a2a:PersonNameFirstName "Sjoert" ;
    a2a:PersonNamePatronym "Pieters"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Person-82fdb1bf-7534-4054-a61c-eb8fde80a9b2
  a a2a:Person ;
  rdfs:label "Frouwkjen Jacobs" ;
  a2a:PersonName [
    rdfs:label "Frouwkjen Jacobs" ;
    a2a:PersonNameFirstName "Frouwkjen" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1789" ;
    a2a:Month "11" ;
    a2a:Day "29" ;
    rdfs:label "1789-11-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Offingawier" ;
    rdfs:label "Offingawier"
  ] .

oa:relationep_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Person:bcec5095-71f1-47f3-bed1-645d11e0561c ;
  a2a:EventKeyRef oa:event_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Event1 .

oa:relationep_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Person:9bf5e891-5c1b-4bc2-bedd-0bba2783e3af ;
  a2a:EventKeyRef oa:event_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Event1 .

oa:relationep_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Person:82fdb1bf-7534-4054-a61c-eb8fde80a9b2 ;
  a2a:EventKeyRef oa:event_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0_Event1 .

oa:source_frl_b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wijmbritseradeel" ;
    rdfs:label "Wijmbritseradeel", "1789-11-29 - 1789-11-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1789-11-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1789-11-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1789" ;
    a2a:Month "11" ;
    a2a:Day "29" ;
    rdfs:label "1789-11-29"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0872, Periode: 172..." ;
    a2a:Book "Doopboek Herv. gem. Goënga, Gauw en Offingawier" ;
    a2a:RegistryNumber "0872" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0872, Periode: 172..., Doopboek Herv. gem. Goënga, Gauw en Offingawier, 0872"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0" ;
  a2a:RecordGUID "{b7d8a0c7-ebaf-4ae4-92e5-4c159f4ec8a0}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Gauw&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230123_3809_00003809.xml van FRL" .

