@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_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5
  a a2a:Record ;
  rdfs:label "Doop op 7 oktober 1742 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Person-7b665c35-938e-493a-866c-01b8f8acee9e, oa:person_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Person-c4deded3-e374-4631-aed3-23a6e1669ce4, oa:person_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Person-653f7c8c-7a06-4221-9a0c-ae37144d3cea ;
  a2a:hasEvent oa:event_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_0, oa:relationep_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_1, oa:relationep_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_2 ;
  a2a:hasSource oa:source_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5 .

oa:person_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Person-7b665c35-938e-493a-866c-01b8f8acee9e
  a a2a:Person ;
  rdfs:label "Anna Sophia" ;
  a2a:PersonName [
    rdfs:label "Anna Sophia" ;
    a2a:PersonNameFirstName "Anna Sophia"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Person-c4deded3-e374-4631-aed3-23a6e1669ce4
  a a2a:Person ;
  rdfs:label "Salomon Isaks" ;
  a2a:PersonName [
    rdfs:label "Salomon Isaks" ;
    a2a:PersonNameFirstName "Salomon" ;
    a2a:PersonNamePatronym "Isaks"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Person-653f7c8c-7a06-4221-9a0c-ae37144d3cea
  a a2a:Person ;
  rdfs:label "Janke Fokkes" ;
  a2a:PersonName [
    rdfs:label "Janke Fokkes" ;
    a2a:PersonNameFirstName "Janke" ;
    a2a:PersonNamePatronym "Fokkes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1742" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1742-10-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Person:7b665c35-938e-493a-866c-01b8f8acee9e ;
  a2a:EventKeyRef oa:event_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Event1 .

oa:relationep_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Person:c4deded3-e374-4631-aed3-23a6e1669ce4 ;
  a2a:EventKeyRef oa:event_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Event1 .

oa:relationep_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Person:653f7c8c-7a06-4221-9a0c-ae37144d3cea ;
  a2a:EventKeyRef oa:event_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5_Event1 .

oa:source_frl_cff7699e-9b6f-4568-b676-e7bb6f9b8ee5
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1742-10-07 - 1742-10-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1742-10-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1742-10-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1742" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1742-10-07"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0941, Periode: 173..." ;
    a2a:Book "Doopboek Herv. gem. Leeuwarden" ;
    a2a:RegistryNumber "0941" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0941, Periode: 173..., Doopboek Herv. gem. Leeuwarden, 0941"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/cff7699e-9b6f-4568-b676-e7bb6f9b8ee5" ;
  a2a:RecordGUID "{cff7699e-9b6f-4568-b676-e7bb6f9b8ee5}" ;
  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_10604_00010604.xml van FRL" .

