@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_7458e2f5-2cfa-41da-b68a-dc976fbe059d
  a a2a:Record ;
  rdfs:label "Doop op 4 oktober 1765 te Bolsward" ;
  a2a:hasPerson oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person-fa11aa9a-5e0e-4f4c-b6b5-d261c054f7ea, oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person-029103d2-9e77-476b-8b2a-d753a5eccd52, oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person-b8655c32-b04c-43ee-a77f-ee29abbac88a, oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person-0e641ea6-96d0-49e7-b6e7-c5f5e9c91dca ;
  a2a:hasEvent oa:event_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_0, oa:relationep_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_1, oa:relationep_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_2, oa:relationep_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_3 ;
  a2a:hasSource oa:source_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d .

oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person-fa11aa9a-5e0e-4f4c-b6b5-d261c054f7ea
  a a2a:Person ;
  rdfs:label "Boutje" ;
  a2a:PersonName [
    rdfs:label "Boutje" ;
    a2a:PersonNameFirstName "Boutje"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Bolsward" ;
    rdfs:label "Bolsward"
  ] .

oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person-029103d2-9e77-476b-8b2a-d753a5eccd52
  a a2a:Person ;
  rdfs:label "Dirk Hiddes" ;
  a2a:PersonName [
    rdfs:label "Dirk Hiddes" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNamePatronym "Hiddes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person-b8655c32-b04c-43ee-a77f-ee29abbac88a
  a a2a:Person ;
  rdfs:label "Eeke Jorrits" ;
  a2a:PersonName [
    rdfs:label "Eeke Jorrits" ;
    a2a:PersonNameFirstName "Eeke" ;
    a2a:PersonNamePatronym "Jorrits"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person-0e641ea6-96d0-49e7-b6e7-c5f5e9c91dca
  a a2a:Person ;
  rdfs:label "Siebren Pieters" ;
  a2a:PersonName [
    rdfs:label "Siebren Pieters" ;
    a2a:PersonNameFirstName "Siebren" ;
    a2a:PersonNamePatronym "Pieters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1765" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1765-10-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bolsward" ;
    rdfs:label "Bolsward"
  ] .

oa:relationep_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person:fa11aa9a-5e0e-4f4c-b6b5-d261c054f7ea ;
  a2a:EventKeyRef oa:event_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Event1 .

oa:relationep_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person:029103d2-9e77-476b-8b2a-d753a5eccd52 ;
  a2a:EventKeyRef oa:event_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Event1 .

oa:relationep_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person:b8655c32-b04c-43ee-a77f-ee29abbac88a ;
  a2a:EventKeyRef oa:event_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Event1 .

oa:relationep_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Person:0e641ea6-96d0-49e7-b6e7-c5f5e9c91dca ;
  a2a:EventKeyRef oa:event_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d_Event1 .

oa:source_frl_7458e2f5-2cfa-41da-b68a-dc976fbe059d
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Bolsward" ;
    rdfs:label "Bolsward", "1765-10-04 - 1765-10-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1765-10-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1765-10-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1765" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1765-10-04"^^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/7458e2f5-2cfa-41da-b68a-dc976fbe059d" ;
  a2a:RecordGUID "{7458e2f5-2cfa-41da-b68a-dc976fbe059d}" ;
  a2a:SourceRemarkOpmerking "Baukje Siebrens als tweede getuige", "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_20220920_13342_00013342.xml van FRL" .

