@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_3fcd8385-626f-47fc-af74-e368618280a3
  a a2a:Record ;
  rdfs:label "Doop op 14 juni 1772 te Hoorn" ;
  a2a:hasPerson oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person-9feabaed-f333-4171-aee4-9c81931d1cf5, oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person-0c4403bc-9f0a-4468-b339-7aa7b4e0edb3, oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person-69d41261-3d17-4b52-963a-7e5790e8feae, oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person-ea643a6d-8922-4705-ad55-50cedd5a725e ;
  a2a:hasEvent oa:event_frl_3fcd8385-626f-47fc-af74-e368618280a3_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_3fcd8385-626f-47fc-af74-e368618280a3_0, oa:relationep_frl_3fcd8385-626f-47fc-af74-e368618280a3_1, oa:relationep_frl_3fcd8385-626f-47fc-af74-e368618280a3_2, oa:relationep_frl_3fcd8385-626f-47fc-af74-e368618280a3_3 ;
  a2a:hasSource oa:source_frl_3fcd8385-626f-47fc-af74-e368618280a3 .

oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person-9feabaed-f333-4171-aee4-9c81931d1cf5
  a a2a:Person ;
  rdfs:label "Trijntje" ;
  a2a:PersonName [
    rdfs:label "Trijntje" ;
    a2a:PersonNameFirstName "Trijntje"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person-0c4403bc-9f0a-4468-b339-7aa7b4e0edb3
  a a2a:Person ;
  rdfs:label "Gerrit Hobbes" ;
  a2a:PersonName [
    rdfs:label "Gerrit Hobbes" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePatronym "Hobbes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person-69d41261-3d17-4b52-963a-7e5790e8feae
  a a2a:Person ;
  rdfs:label "Kijke Nannings" ;
  a2a:PersonName [
    rdfs:label "Kijke Nannings" ;
    a2a:PersonNameFirstName "Kijke" ;
    a2a:PersonNamePatronym "Nannings"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person-ea643a6d-8922-4705-ad55-50cedd5a725e
  a a2a:Person ;
  rdfs:label "Neeke Willems" ;
  a2a:PersonName [
    rdfs:label "Neeke Willems" ;
    a2a:PersonNameFirstName "Neeke" ;
    a2a:PersonNamePatronym "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_3fcd8385-626f-47fc-af74-e368618280a3_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1772" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1772-06-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:relationep_frl_3fcd8385-626f-47fc-af74-e368618280a3_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person:9feabaed-f333-4171-aee4-9c81931d1cf5 ;
  a2a:EventKeyRef oa:event_frl_3fcd8385-626f-47fc-af74-e368618280a3_Event1 .

oa:relationep_frl_3fcd8385-626f-47fc-af74-e368618280a3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person:0c4403bc-9f0a-4468-b339-7aa7b4e0edb3 ;
  a2a:EventKeyRef oa:event_frl_3fcd8385-626f-47fc-af74-e368618280a3_Event1 .

oa:relationep_frl_3fcd8385-626f-47fc-af74-e368618280a3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person:69d41261-3d17-4b52-963a-7e5790e8feae ;
  a2a:EventKeyRef oa:event_frl_3fcd8385-626f-47fc-af74-e368618280a3_Event1 .

oa:relationep_frl_3fcd8385-626f-47fc-af74-e368618280a3_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_frl_3fcd8385-626f-47fc-af74-e368618280a3_Person:ea643a6d-8922-4705-ad55-50cedd5a725e ;
  a2a:EventKeyRef oa:event_frl_3fcd8385-626f-47fc-af74-e368618280a3_Event1 .

oa:source_frl_3fcd8385-626f-47fc-af74-e368618280a3
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Terschelling" ;
    rdfs:label "Terschelling", "1772-06-14 - 1772-06-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1772-06-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1772-06-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1772" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1772-06-14"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0691, Periode: 172..." ;
    a2a:Book "Doopboek Herv. gem. Hoorn en Oosterend" ;
    a2a:RegistryNumber "0691" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0691, Periode: 172..., Doopboek Herv. gem. Hoorn en Oosterend, 0691"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/3fcd8385-626f-47fc-af74-e368618280a3" ;
  a2a:RecordGUID "{3fcd8385-626f-47fc-af74-e368618280a3}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Oosterend&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220920_13771_00013771.xml van FRL" .

