@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_004b7d94-9c79-405d-a775-e19606b6d4cd
  a a2a:Record ;
  rdfs:label "Doop op 11 maart 1714 te Holwerd" ;
  a2a:hasPerson oa:person_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Person-ad28e40e-00b6-41bc-b0ae-b0f618099785, oa:person_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Person-2cc6d9f1-dc9e-4a33-ada6-77a0c0066610, oa:person_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Person-6888fa99-d7ea-428e-bc12-1f9f5963c42b ;
  a2a:hasEvent oa:event_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_0, oa:relationep_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_1, oa:relationep_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_2 ;
  a2a:hasSource oa:source_frl_004b7d94-9c79-405d-a775-e19606b6d4cd .

oa:person_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Person-ad28e40e-00b6-41bc-b0ae-b0f618099785
  a a2a:Person ;
  rdfs:label "Doetie" ;
  a2a:PersonName [
    rdfs:label "Doetie" ;
    a2a:PersonNameFirstName "Doetie"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Person-2cc6d9f1-dc9e-4a33-ada6-77a0c0066610
  a a2a:Person ;
  rdfs:label "Johannes Jans" ;
  a2a:PersonName [
    rdfs:label "Johannes Jans" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePatronym "Jans"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Person-6888fa99-d7ea-428e-bc12-1f9f5963c42b
  a a2a:Person ;
  rdfs:label "Antje Dirx" ;
  a2a:PersonName [
    rdfs:label "Antje Dirx" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePatronym "Dirx"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1714" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1714-03-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Holwerd" ;
    rdfs:label "Holwerd"
  ] .

oa:relationep_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Person:ad28e40e-00b6-41bc-b0ae-b0f618099785 ;
  a2a:EventKeyRef oa:event_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Event1 .

oa:relationep_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Person:2cc6d9f1-dc9e-4a33-ada6-77a0c0066610 ;
  a2a:EventKeyRef oa:event_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Event1 .

oa:relationep_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Person:6888fa99-d7ea-428e-bc12-1f9f5963c42b ;
  a2a:EventKeyRef oa:event_frl_004b7d94-9c79-405d-a775-e19606b6d4cd_Event1 .

oa:source_frl_004b7d94-9c79-405d-a775-e19606b6d4cd
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Westdongeradeel" ;
    rdfs:label "Westdongeradeel", "1714-03-11 - 1714-03-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1714-03-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1714-03-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1714" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1714-03-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: 0756, Periode: 165..." ;
    a2a:Book "Doopboek Herv. gem. Holwerd" ;
    a2a:RegistryNumber "0756" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0756, Periode: 165..., Doopboek Herv. gem. Holwerd, 0756"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/004b7d94-9c79-405d-a775-e19606b6d4cd" ;
  a2a:RecordGUID "{004b7d94-9c79-405d-a775-e19606b6d4cd}" ;
  a2a:SourceRemarkOpmerking "Tweeling", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Holwerd&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_7907_00007907.xml van FRL" .

