@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_1049ed1d-e30c-4b87-aae1-7a486f049c7f
  a a2a:Record ;
  rdfs:label "Doop op 20 mei 1764 te Twijzel/Kooten" ;
  a2a:hasPerson oa:person_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Person-a87a7ed7-29f9-4926-b3e6-9ff913063fea, oa:person_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Person-c54a7350-eba9-48f0-8c98-6111564589cc, oa:person_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Person-e83f0154-db81-440c-87d5-4663db9a6749 ;
  a2a:hasEvent oa:event_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_0, oa:relationep_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_1, oa:relationep_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_2 ;
  a2a:hasSource oa:source_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f .

oa:person_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Person-a87a7ed7-29f9-4926-b3e6-9ff913063fea
  a a2a:Person ;
  rdfs:label "Sybe" ;
  a2a:PersonName [
    rdfs:label "Sybe" ;
    a2a:PersonNameFirstName "Sybe"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Person-c54a7350-eba9-48f0-8c98-6111564589cc
  a a2a:Person ;
  rdfs:label "Rinse Alles" ;
  a2a:PersonName [
    rdfs:label "Rinse Alles" ;
    a2a:PersonNameFirstName "Rinse" ;
    a2a:PersonNamePatronym "Alles"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Person-e83f0154-db81-440c-87d5-4663db9a6749
  a a2a:Person ;
  rdfs:label "Jetske Sybes" ;
  a2a:PersonName [
    rdfs:label "Jetske Sybes" ;
    a2a:PersonNameFirstName "Jetske" ;
    a2a:PersonNamePatronym "Sybes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1764" ;
    a2a:Month "5" ;
    a2a:Day "20" ;
    rdfs:label "1764-05-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Twijzel/Kooten" ;
    rdfs:label "Twijzel/Kooten"
  ] .

oa:relationep_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Person:a87a7ed7-29f9-4926-b3e6-9ff913063fea ;
  a2a:EventKeyRef oa:event_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Event1 .

oa:relationep_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Person:c54a7350-eba9-48f0-8c98-6111564589cc ;
  a2a:EventKeyRef oa:event_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Event1 .

oa:relationep_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Person:e83f0154-db81-440c-87d5-4663db9a6749 ;
  a2a:EventKeyRef oa:event_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f_Event1 .

oa:source_frl_1049ed1d-e30c-4b87-aae1-7a486f049c7f
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Achtkarspelen" ;
    rdfs:label "Achtkarspelen", "1764-05-20 - 1764-05-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1764-05-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1764-05-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1764" ;
    a2a:Month "5" ;
    a2a:Day "20" ;
    rdfs:label "1764-05-20"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0031, Periode: 163..." ;
    a2a:Book "Doopboek Herv. gem. Twijzel en Kooten" ;
    a2a:RegistryNumber "0031" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0031, Periode: 163..., Doopboek Herv. gem. Twijzel en Kooten, 0031"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/1049ed1d-e30c-4b87-aae1-7a486f049c7f" ;
  a2a:RecordGUID "{1049ed1d-e30c-4b87-aae1-7a486f049c7f}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Twijzel&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_11773_00011773.xml van FRL" .

