@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_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97
  a a2a:Record ;
  rdfs:label "Doop op 17 augustus 1783 te West Terschelling" ;
  a2a:hasPerson oa:person_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Person-2c3fc5e1-c368-4d06-82dd-3dd4d0375437, oa:person_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Person-dfb4a805-6fe6-4ffd-85f1-44e91de7ca20, oa:person_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Person-d685e7e9-24e1-42cf-bfa9-ca66332b46fd ;
  a2a:hasEvent oa:event_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_0, oa:relationep_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_1, oa:relationep_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_2 ;
  a2a:hasSource oa:source_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97 .

oa:person_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Person-2c3fc5e1-c368-4d06-82dd-3dd4d0375437
  a a2a:Person ;
  rdfs:label "Johan Gotfried Ottlifs" ;
  a2a:PersonName [
    rdfs:label "Johan Gotfried Ottlifs" ;
    a2a:PersonNameFirstName "Johan Gotfried Ottlifs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Person-dfb4a805-6fe6-4ffd-85f1-44e91de7ca20
  a a2a:Person ;
  rdfs:label "Aaltje Cornelis Jonker" ;
  a2a:PersonName [
    rdfs:label "Aaltje Cornelis Jonker" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Cornelis" ;
    a2a:PersonNameLastName "Jonker"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Person-d685e7e9-24e1-42cf-bfa9-ca66332b46fd
  a a2a:Person ;
  rdfs:label "Trijntje Gerrits" ;
  a2a:PersonName [
    rdfs:label "Trijntje Gerrits" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Gerrits"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1783" ;
    a2a:Month "8" ;
    a2a:Day "17" ;
    rdfs:label "1783-08-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "West Terschelling" ;
    rdfs:label "West Terschelling"
  ] .

oa:relationep_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Person:2c3fc5e1-c368-4d06-82dd-3dd4d0375437 ;
  a2a:EventKeyRef oa:event_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Event1 .

oa:relationep_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Person:dfb4a805-6fe6-4ffd-85f1-44e91de7ca20 ;
  a2a:EventKeyRef oa:event_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Event1 .

oa:relationep_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Person:d685e7e9-24e1-42cf-bfa9-ca66332b46fd ;
  a2a:EventKeyRef oa:event_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97_Event1 .

oa:source_frl_fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Terschelling" ;
    rdfs:label "Terschelling", "1783-08-17 - 1783-08-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1783-08-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1783-08-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1783" ;
    a2a:Month "8" ;
    a2a:Day "17" ;
    rdfs:label "1783-08-17"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0695, Periode: 175..." ;
    a2a:Book "Doopboek Herv. gem. West-Terschelling" ;
    a2a:RegistryNumber "0695" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0695, Periode: 175..., Doopboek Herv. gem. West-Terschelling, 0695"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97" ;
  a2a:RecordGUID "{fc7ed3ee-97b8-4da2-bd7a-98fc5f951c97}" ;
  a2a:SourceRemarkOpmerking "De dopeling is in onecht geboren", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=West-Terschelling&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_10139_00010139.xml van FRL" .

