@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_1a4ef3a6-e667-496f-ab7c-cbf201867ebb
  a a2a:Record ;
  rdfs:label "Doop op 8 februari 1708 te Appelscha" ;
  a2a:hasPerson oa:person_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Person-0b55f991-81ab-43ce-b8cc-16960abc20bf, oa:person_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Person-b56daf83-5c11-4545-828c-435e116558b5, oa:person_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Person-054afed1-442b-4965-90a7-e031a834eda4 ;
  a2a:hasEvent oa:event_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_0, oa:relationep_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_1, oa:relationep_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_2 ;
  a2a:hasSource oa:source_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb .

oa:person_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Person-0b55f991-81ab-43ce-b8cc-16960abc20bf
  a a2a:Person ;
  rdfs:label "Pieter" ;
  a2a:PersonName [
    rdfs:label "Pieter" ;
    a2a:PersonNameFirstName "Pieter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Person-b56daf83-5c11-4545-828c-435e116558b5
  a a2a:Person ;
  rdfs:label "Geert Hendriks" ;
  a2a:PersonName [
    rdfs:label "Geert Hendriks" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNamePatronym "Hendriks"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "huisman" .

oa:person_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Person-054afed1-442b-4965-90a7-e031a834eda4
  a a2a:Person ;
  rdfs:label "Jacobbie Wijbes" ;
  a2a:PersonName [
    rdfs:label "Jacobbie Wijbes" ;
    a2a:PersonNameFirstName "Jacobbie" ;
    a2a:PersonNamePatronym "Wijbes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1708" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1708-02-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Appelscha" ;
    rdfs:label "Appelscha"
  ] .

oa:relationep_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Person:0b55f991-81ab-43ce-b8cc-16960abc20bf ;
  a2a:EventKeyRef oa:event_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Event1 .

oa:relationep_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Person:b56daf83-5c11-4545-828c-435e116558b5 ;
  a2a:EventKeyRef oa:event_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Event1 .

oa:relationep_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Person:054afed1-442b-4965-90a7-e031a834eda4 ;
  a2a:EventKeyRef oa:event_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb_Event1 .

oa:source_frl_1a4ef3a6-e667-496f-ab7c-cbf201867ebb
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf", "1708-02-08 - 1708-02-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1708-02-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1708-02-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1708" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1708-02-08"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0551, Periode: 166..." ;
    a2a:Book "Doopboek Herv. gem. Oosterwolde, Fochteloo en Appelscha" ;
    a2a:RegistryNumber "0551" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0551, Periode: 166..., Doopboek Herv. gem. Oosterwolde, Fochteloo en Appelscha, 0551"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/1a4ef3a6-e667-496f-ab7c-cbf201867ebb" ;
  a2a:RecordGUID "{1a4ef3a6-e667-496f-ab7c-cbf201867ebb}" ;
  a2a:SourceRemarkOpmerking "De ouders wonen in Fochteloo", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Oosterwolde&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_4212_00004212.xml van FRL" .

