@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_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c
  a a2a:Record ;
  rdfs:label "Doop op 17 juli 1756 te Dokkum" ;
  a2a:hasPerson oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person-1c82ec37-609b-42ae-9e37-1327a8d1efec, oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person-a1a6db66-be60-4bc4-8f3e-ad67ffe36e72, oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person-d7770c6e-98b7-4976-93be-c721b14e527d, oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person-0879778f-6032-4efa-8e60-d22c665148ec ;
  a2a:hasEvent oa:event_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_0, oa:relationep_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_1, oa:relationep_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_2, oa:relationep_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_3 ;
  a2a:hasSource oa:source_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c .

oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person-1c82ec37-609b-42ae-9e37-1327a8d1efec
  a a2a:Person ;
  rdfs:label "Acke" ;
  a2a:PersonName [
    rdfs:label "Acke" ;
    a2a:PersonNameFirstName "Acke"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person-a1a6db66-be60-4bc4-8f3e-ad67ffe36e72
  a a2a:Person ;
  rdfs:label "Harings Oeble" ;
  a2a:PersonName [
    rdfs:label "Harings Oeble" ;
    a2a:PersonNameFirstName "Harings" ;
    a2a:PersonNamePatronym "Oeble"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person-d7770c6e-98b7-4976-93be-c721b14e527d
  a a2a:Person ;
  rdfs:label "Anna Getruijd" ;
  a2a:PersonName [
    rdfs:label "Anna Getruijd" ;
    a2a:PersonNameFirstName "Anna Getruijd"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person-0879778f-6032-4efa-8e60-d22c665148ec
  a a2a:Person ;
  rdfs:label "Bauke Oubles" ;
  a2a:PersonName [
    rdfs:label "Bauke Oubles" ;
    a2a:PersonNameFirstName "Bauke" ;
    a2a:PersonNamePatronym "Oubles"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1756" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1756-07-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dokkum" ;
    rdfs:label "Dokkum"
  ] .

oa:relationep_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person:1c82ec37-609b-42ae-9e37-1327a8d1efec ;
  a2a:EventKeyRef oa:event_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Event1 .

oa:relationep_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person:a1a6db66-be60-4bc4-8f3e-ad67ffe36e72 ;
  a2a:EventKeyRef oa:event_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Event1 .

oa:relationep_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person:d7770c6e-98b7-4976-93be-c721b14e527d ;
  a2a:EventKeyRef oa:event_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Event1 .

oa:relationep_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_3
  a a2a:RelationEP ;
  rdfs:label "other:Doopheffer" ;
  a2a:RelationType "other:Doopheffer" ;
  a2a:PersonKeyRef oa:person_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Person:0879778f-6032-4efa-8e60-d22c665148ec ;
  a2a:EventKeyRef oa:event_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c_Event1 .

oa:source_frl_f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Dokkum" ;
    rdfs:label "Dokkum", "1756-07-17 - 1756-07-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1756-07-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1756-07-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1756" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1756-07-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: 0206, Periode: 172..." ;
    a2a:Book "Doopboek R.K. par. Dokkum" ;
    a2a:RegistryNumber "0206" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0206, Periode: 172..., Doopboek R.K. par. Dokkum, 0206"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c" ;
  a2a:RecordGUID "{f0ba6679-c1bd-408e-9e7c-bfc2b2cf1e2c}" ;
  a2a:SourceRemarkOpmerking "De moeder is Luthers", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Dokkum&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_9167_00009167.xml van FRL" .

