@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_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471
  a a2a:Record ;
  rdfs:label "Doop op 27 augustus 1758 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Person-420524b4-10ab-4615-9727-36c9159cf8ca, oa:person_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Person-08986127-1196-4f3c-b790-1f21e3116608, oa:person_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Person-eb064840-201a-4ab3-8889-2bf647698d56 ;
  a2a:hasEvent oa:event_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_0, oa:relationep_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_1, oa:relationep_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_2 ;
  a2a:hasSource oa:source_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471 .

oa:person_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Person-420524b4-10ab-4615-9727-36c9159cf8ca
  a a2a:Person ;
  rdfs:label "Tieltie" ;
  a2a:PersonName [
    rdfs:label "Tieltie" ;
    a2a:PersonNameFirstName "Tieltie"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Person-08986127-1196-4f3c-b790-1f21e3116608
  a a2a:Person ;
  rdfs:label "Johannes van den Bosch" ;
  a2a:PersonName [
    rdfs:label "Johannes van den Bosch" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bosch"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Person-eb064840-201a-4ab3-8889-2bf647698d56
  a a2a:Person ;
  rdfs:label "Alida Dominicus" ;
  a2a:PersonName [
    rdfs:label "Alida Dominicus" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNamePatronym "Dominicus"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1758" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1758-08-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Person:420524b4-10ab-4615-9727-36c9159cf8ca ;
  a2a:EventKeyRef oa:event_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Event1 .

oa:relationep_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Person:08986127-1196-4f3c-b790-1f21e3116608 ;
  a2a:EventKeyRef oa:event_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Event1 .

oa:relationep_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Person:eb064840-201a-4ab3-8889-2bf647698d56 ;
  a2a:EventKeyRef oa:event_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471_Event1 .

oa:source_frl_96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1758-08-27 - 1758-08-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1758-08-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1758-08-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1758" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1758-08-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: 0944, Periode: 175..." ;
    a2a:Book "Doopboek Herv. gem. Leeuwarden" ;
    a2a:RegistryNumber "0944" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0944, Periode: 175..., Doopboek Herv. gem. Leeuwarden, 0944"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471" ;
  a2a:RecordGUID "{96ccefaa-45bb-4d7e-ae9f-58d2ee6c2471}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Leeuwarden&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_9672_00009672.xml van FRL" .

