@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_41d76d38-a0e3-47fa-814b-e20aaef2760c
  a a2a:Record ;
  rdfs:label "Doop op 11 augustus 1785 te Sneek" ;
  a2a:hasPerson oa:person_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Person-e9b60fe9-16d7-433b-a238-187568339640, oa:person_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Person-fcdff8ee-c427-4342-8718-1a9ac35cbac2, oa:person_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Person-79b2cfc7-c196-4e90-9768-4af0f26af918 ;
  a2a:hasEvent oa:event_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_0, oa:relationep_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_1, oa:relationep_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_2 ;
  a2a:hasSource oa:source_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c .

oa:person_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Person-e9b60fe9-16d7-433b-a238-187568339640
  a a2a:Person ;
  rdfs:label "Hiltje" ;
  a2a:PersonName [
    rdfs:label "Hiltje" ;
    a2a:PersonNameFirstName "Hiltje"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1785" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1785-08-05"^^xsd:date
  ] .

oa:person_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Person-fcdff8ee-c427-4342-8718-1a9ac35cbac2
  a a2a:Person ;
  rdfs:label "Harmen Tymens" ;
  a2a:PersonName [
    rdfs:label "Harmen Tymens" ;
    a2a:PersonNameFirstName "Harmen" ;
    a2a:PersonNamePatronym "Tymens"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Person-79b2cfc7-c196-4e90-9768-4af0f26af918
  a a2a:Person ;
  rdfs:label "Aeltje Douwes" ;
  a2a:PersonName [
    rdfs:label "Aeltje Douwes" ;
    a2a:PersonNameFirstName "Aeltje" ;
    a2a:PersonNamePatronym "Douwes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1785" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1785-08-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sneek" ;
    rdfs:label "Sneek"
  ] .

oa:relationep_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Person:e9b60fe9-16d7-433b-a238-187568339640 ;
  a2a:EventKeyRef oa:event_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Event1 .

oa:relationep_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Person:fcdff8ee-c427-4342-8718-1a9ac35cbac2 ;
  a2a:EventKeyRef oa:event_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Event1 .

oa:relationep_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Person:79b2cfc7-c196-4e90-9768-4af0f26af918 ;
  a2a:EventKeyRef oa:event_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c_Event1 .

oa:source_frl_41d76d38-a0e3-47fa-814b-e20aaef2760c
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sneek" ;
    rdfs:label "Sneek", "1785-08-11 - 1785-08-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1785-08-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1785-08-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1785" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1785-08-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0662, Periode: 177..." ;
    a2a:Book "Doopboek Herv. gem. Sneek" ;
    a2a:RegistryNumber "0662" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0662, Periode: 177..., Doopboek Herv. gem. Sneek, 0662"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/41d76d38-a0e3-47fa-814b-e20aaef2760c" ;
  a2a:RecordGUID "{41d76d38-a0e3-47fa-814b-e20aaef2760c}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Sneek&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220920_13874_00013874.xml van FRL" .

