@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_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c
  a a2a:Record ;
  rdfs:label "Doop op 21 juni 1758 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Person-72788dc8-9898-421b-ab30-f0673256e7d6, oa:person_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Person-4de675e9-6f7d-4b75-b20b-6d3bf93982a5, oa:person_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Person-5c82a3ca-9298-4475-ab8e-7d3284a7c022 ;
  a2a:hasEvent oa:event_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_0, oa:relationep_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_1, oa:relationep_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_2 ;
  a2a:hasSource oa:source_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c .

oa:person_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Person-72788dc8-9898-421b-ab30-f0673256e7d6
  a a2a:Person ;
  rdfs:label "Zacharias Dextra" ;
  a2a:PersonName [
    rdfs:label "Zacharias Dextra" ;
    a2a:PersonNameFirstName "Zacharias Dextra"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Person-4de675e9-6f7d-4b75-b20b-6d3bf93982a5
  a a2a:Person ;
  rdfs:label "Christiaan Leyber" ;
  a2a:PersonName [
    rdfs:label "Christiaan Leyber" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Leyber"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Person-5c82a3ca-9298-4475-ab8e-7d3284a7c022
  a a2a:Person ;
  rdfs:label "Johanna Jacoba Dijxtra" ;
  a2a:PersonName [
    rdfs:label "Johanna Jacoba Dijxtra" ;
    a2a:PersonNameFirstName "Johanna Jacoba" ;
    a2a:PersonNameLastName "Dijxtra"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1758" ;
    a2a:Month "6" ;
    a2a:Day "21" ;
    rdfs:label "1758-06-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Person:72788dc8-9898-421b-ab30-f0673256e7d6 ;
  a2a:EventKeyRef oa:event_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Event1 .

oa:relationep_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Person:4de675e9-6f7d-4b75-b20b-6d3bf93982a5 ;
  a2a:EventKeyRef oa:event_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Event1 .

oa:relationep_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Person:5c82a3ca-9298-4475-ab8e-7d3284a7c022 ;
  a2a:EventKeyRef oa:event_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c_Event1 .

oa:source_frl_45a5c2ac-e6b5-48a9-a396-bee64cdeb40c
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1758-06-21 - 1758-06-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1758-06-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1758-06-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1758" ;
    a2a:Month "6" ;
    a2a:Day "21" ;
    rdfs:label "1758-06-21"^^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/45a5c2ac-e6b5-48a9-a396-bee64cdeb40c" ;
  a2a:RecordGUID "{45a5c2ac-e6b5-48a9-a396-bee64cdeb40c}" ;
  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_12146_00012146.xml van FRL" .

