@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_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca
  a a2a:Record ;
  rdfs:label "Doop op 27 oktober 1776 te Wolvega en Sonnega" ;
  a2a:hasPerson oa:person_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Person-92398ed8-a64e-4a1b-9563-2806fc7506ff, oa:person_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Person-ea6c36d6-4d8e-441f-bd08-fc364407e565, oa:person_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Person-3fba49dc-9a96-4306-82d3-7945bd7ef861 ;
  a2a:hasEvent oa:event_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_0, oa:relationep_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_1, oa:relationep_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_2 ;
  a2a:hasSource oa:source_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca .

oa:person_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Person-92398ed8-a64e-4a1b-9563-2806fc7506ff
  a a2a:Person ;
  rdfs:label "Willemtje" ;
  a2a:PersonName [
    rdfs:label "Willemtje" ;
    a2a:PersonNameFirstName "Willemtje"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1776" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1776-10-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wolvega" ;
    rdfs:label "Wolvega"
  ] .

oa:person_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Person-ea6c36d6-4d8e-441f-bd08-fc364407e565
  a a2a:Person ;
  rdfs:label "Jan Jans Drenth" ;
  a2a:PersonName [
    rdfs:label "Jan Jans Drenth" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Drenth"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Person-3fba49dc-9a96-4306-82d3-7945bd7ef861
  a a2a:Person ;
  rdfs:label "Anna Catrina Jetzes" ;
  a2a:PersonName [
    rdfs:label "Anna Catrina Jetzes" ;
    a2a:PersonNameFirstName "Anna Catrina" ;
    a2a:PersonNamePatronym "Jetzes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1776" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1776-10-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wolvega en Sonnega" ;
    rdfs:label "Wolvega en Sonnega"
  ] .

oa:relationep_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Person:92398ed8-a64e-4a1b-9563-2806fc7506ff ;
  a2a:EventKeyRef oa:event_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Event1 .

oa:relationep_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Person:ea6c36d6-4d8e-441f-bd08-fc364407e565 ;
  a2a:EventKeyRef oa:event_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Event1 .

oa:relationep_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Person:3fba49dc-9a96-4306-82d3-7945bd7ef861 ;
  a2a:EventKeyRef oa:event_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca_Event1 .

oa:source_frl_fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Weststellingwerf" ;
    rdfs:label "Weststellingwerf", "1776-10-27 - 1776-10-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1776-10-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1776-10-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1776" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1776-10-27"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0777, Periode: 168..." ;
    a2a:Book "Doopboek Herv. gem. Wolvega, Sonnega, Nijelamer en Nijeholtwolde" ;
    a2a:RegistryNumber "0777" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0777, Periode: 168..., Doopboek Herv. gem. Wolvega, Sonnega, Nijelamer en Nijeholtwolde, 0777"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca" ;
  a2a:RecordGUID "{fd3b69f1-71d3-4b75-a7f5-e9b8f92830ca}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Nijeholtwolde&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_10176_00010176.xml van FRL" .

