@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_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2
  a a2a:Record ;
  rdfs:label "Doop op 27 februari 1724 te Joure/Westermeer/Snikzwaag" ;
  a2a:hasPerson oa:person_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Person-a737f83b-09a8-4c43-8901-3f9c46d77984, oa:person_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Person-40cad2be-06fb-44cc-bf1a-1f6a40ef3374, oa:person_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Person-21e4dca7-1528-4815-a014-347adaa8d065 ;
  a2a:hasEvent oa:event_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_0, oa:relationep_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_1, oa:relationep_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_2 ;
  a2a:hasSource oa:source_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2 .

oa:person_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Person-a737f83b-09a8-4c43-8901-3f9c46d77984
  a a2a:Person ;
  rdfs:label "Reurtje" ;
  a2a:PersonName [
    rdfs:label "Reurtje" ;
    a2a:PersonNameFirstName "Reurtje"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1724" ;
    a2a:Month "2" ;
    a2a:Day "21" ;
    rdfs:label "1724-02-21"^^xsd:date
  ] .

oa:person_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Person-40cad2be-06fb-44cc-bf1a-1f6a40ef3374
  a a2a:Person ;
  rdfs:label "Abel Annes" ;
  a2a:PersonName [
    rdfs:label "Abel Annes" ;
    a2a:PersonNameFirstName "Abel" ;
    a2a:PersonNamePatronym "Annes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Person-21e4dca7-1528-4815-a014-347adaa8d065
  a a2a:Person ;
  rdfs:label "Jeltje Douwes" ;
  a2a:PersonName [
    rdfs:label "Jeltje Douwes" ;
    a2a:PersonNameFirstName "Jeltje" ;
    a2a:PersonNamePatronym "Douwes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1724" ;
    a2a:Month "2" ;
    a2a:Day "27" ;
    rdfs:label "1724-02-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Joure/Westermeer/Snikzwaag" ;
    rdfs:label "Joure/Westermeer/Snikzwaag"
  ] .

oa:relationep_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Person:a737f83b-09a8-4c43-8901-3f9c46d77984 ;
  a2a:EventKeyRef oa:event_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Event1 .

oa:relationep_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Person:40cad2be-06fb-44cc-bf1a-1f6a40ef3374 ;
  a2a:EventKeyRef oa:event_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Event1 .

oa:relationep_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Person:21e4dca7-1528-4815-a014-347adaa8d065 ;
  a2a:EventKeyRef oa:event_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2_Event1 .

oa:source_frl_63f6c11e-9fd5-4ea4-beec-9278ccb2eab2
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Haskerland" ;
    rdfs:label "Haskerland", "1724-02-27 - 1724-02-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1724-02-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1724-02-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1724" ;
    a2a:Month "2" ;
    a2a:Day "27" ;
    rdfs:label "1724-02-27"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0358, Periode: 164..." ;
    a2a:Book "Doopboek Herv. gem. Joure, Westermeer en Snikzwaag" ;
    a2a:RegistryNumber "0358" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0358, Periode: 164..., Doopboek Herv. gem. Joure, Westermeer en Snikzwaag, 0358"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/63f6c11e-9fd5-4ea4-beec-9278ccb2eab2" ;
  a2a:RecordGUID "{63f6c11e-9fd5-4ea4-beec-9278ccb2eab2}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Joure&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_10981_00010981.xml van FRL" .

