@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_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4
  a a2a:Record ;
  rdfs:label "Doop op 11 juni 1786 te Bolsward" ;
  a2a:hasPerson oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person-54cbc077-caa8-4e2b-bca6-7995c0d5f501, oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person-c08fc913-1d12-4cae-8f2a-db06a9f9c45d, oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person-f22503fc-73a1-4e54-8584-bf4909ca1875, oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person-efaf8775-4d2d-4246-b149-1c660129d61b ;
  a2a:hasEvent oa:event_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_0, oa:relationep_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_1, oa:relationep_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_2, oa:relationep_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_3 ;
  a2a:hasSource oa:source_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4 .

oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person-54cbc077-caa8-4e2b-bca6-7995c0d5f501
  a a2a:Person ;
  rdfs:label "Douwe" ;
  a2a:PersonName [
    rdfs:label "Douwe" ;
    a2a:PersonNameFirstName "Douwe"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Bolsward" ;
    rdfs:label "Bolsward"
  ] .

oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person-c08fc913-1d12-4cae-8f2a-db06a9f9c45d
  a a2a:Person ;
  rdfs:label "Hette Douwes" ;
  a2a:PersonName [
    rdfs:label "Hette Douwes" ;
    a2a:PersonNameFirstName "Hette" ;
    a2a:PersonNamePatronym "Douwes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person-f22503fc-73a1-4e54-8584-bf4909ca1875
  a a2a:Person ;
  rdfs:label "Hebje Egberts" ;
  a2a:PersonName [
    rdfs:label "Hebje Egberts" ;
    a2a:PersonNameFirstName "Hebje" ;
    a2a:PersonNamePatronym "Egberts"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person-efaf8775-4d2d-4246-b149-1c660129d61b
  a a2a:Person ;
  rdfs:label "Judit Scheltes" ;
  a2a:PersonName [
    rdfs:label "Judit Scheltes" ;
    a2a:PersonNameFirstName "Judit" ;
    a2a:PersonNamePatronym "Scheltes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1786" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1786-06-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bolsward" ;
    rdfs:label "Bolsward"
  ] .

oa:relationep_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person:54cbc077-caa8-4e2b-bca6-7995c0d5f501 ;
  a2a:EventKeyRef oa:event_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Event1 .

oa:relationep_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person:c08fc913-1d12-4cae-8f2a-db06a9f9c45d ;
  a2a:EventKeyRef oa:event_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Event1 .

oa:relationep_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person:f22503fc-73a1-4e54-8584-bf4909ca1875 ;
  a2a:EventKeyRef oa:event_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Event1 .

oa:relationep_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Person:efaf8775-4d2d-4246-b149-1c660129d61b ;
  a2a:EventKeyRef oa:event_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4_Event1 .

oa:source_frl_0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Bolsward" ;
    rdfs:label "Bolsward", "1786-06-11 - 1786-06-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1786-06-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1786-06-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1786" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1786-06-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: 0153, Periode: 172..." ;
    a2a:Book "Doopboek R.K. par. H. Franciscus Bolsward" ;
    a2a:RegistryNumber "0153" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0153, Periode: 172..., Doopboek R.K. par. H. Franciscus Bolsward, 0153"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4" ;
  a2a:RecordGUID "{0db1b2f9-e7bf-4f70-9452-4800ba3e7fc4}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Bolsward&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_4731_00004731.xml van FRL" .

