@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_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c
  a a2a:Record ;
  rdfs:label "Doop op 10 juni 1725 te Oost-Vlieland" ;
  a2a:hasPerson oa:person_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Person-8fbddab9-32f4-476d-b9a7-48a1baf9bd21, oa:person_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Person-c3a70868-94be-4ff3-b861-34b1bd001217, oa:person_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Person-659024cf-e87c-4f22-91ae-8181315c3da2 ;
  a2a:hasEvent oa:event_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_0, oa:relationep_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_1, oa:relationep_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_2 ;
  a2a:hasSource oa:source_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c .

oa:person_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Person-8fbddab9-32f4-476d-b9a7-48a1baf9bd21
  a a2a:Person ;
  rdfs:label "Aafje" ;
  a2a:PersonName [
    rdfs:label "Aafje" ;
    a2a:PersonNameFirstName "Aafje"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Person-c3a70868-94be-4ff3-b861-34b1bd001217
  a a2a:Person ;
  rdfs:label "Albert Olberts" ;
  a2a:PersonName [
    rdfs:label "Albert Olberts" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNamePatronym "Olberts"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Person-659024cf-e87c-4f22-91ae-8181315c3da2
  a a2a:Person ;
  rdfs:label "Geertje Bouwes" ;
  a2a:PersonName [
    rdfs:label "Geertje Bouwes" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNamePatronym "Bouwes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1725" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1725-06-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oost-Vlieland" ;
    rdfs:label "Oost-Vlieland"
  ] .

oa:relationep_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Person:8fbddab9-32f4-476d-b9a7-48a1baf9bd21 ;
  a2a:EventKeyRef oa:event_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Event1 .

oa:relationep_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Person:c3a70868-94be-4ff3-b861-34b1bd001217 ;
  a2a:EventKeyRef oa:event_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Event1 .

oa:relationep_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Person:659024cf-e87c-4f22-91ae-8181315c3da2 ;
  a2a:EventKeyRef oa:event_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c_Event1 .

oa:source_frl_e3aa5eef-a3e2-4b33-9eab-e77c952fa15c
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Vlieland" ;
    rdfs:label "Vlieland", "1725-06-10 - 1725-06-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1725-06-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1725-06-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1725" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1725-06-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0741, Periode: 163..." ;
    a2a:Book "Doopboek Herv. gem. Oost-Vlieland" ;
    a2a:RegistryNumber "0741" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0741, Periode: 163..., Doopboek Herv. gem. Oost-Vlieland, 0741"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/e3aa5eef-a3e2-4b33-9eab-e77c952fa15c" ;
  a2a:RecordGUID "{e3aa5eef-a3e2-4b33-9eab-e77c952fa15c}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Oost-Vlieland&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_3906_00003906.xml van FRL" .

