@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_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6
  a a2a:Record ;
  rdfs:label "Doop op 17 december 1746 te Franeker" ;
  a2a:hasPerson oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person-9252c51d-9731-4e40-9a2b-8a2bf1b3b4be, oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person-8389d85b-41fd-4129-a87b-78d148a5e9cb, oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person-dec0fcf7-5412-41bf-9185-e69b5658e415, oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person-5876a373-eed8-4b3f-9103-8b8a8eefb910 ;
  a2a:hasEvent oa:event_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_0, oa:relationep_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_1, oa:relationep_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_2, oa:relationep_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_3 ;
  a2a:hasSource oa:source_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6 .

oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person-9252c51d-9731-4e40-9a2b-8a2bf1b3b4be
  a a2a:Person ;
  rdfs:label "Reynske" ;
  a2a:PersonName [
    rdfs:label "Reynske" ;
    a2a:PersonNameFirstName "Reynske"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1746" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1746-12-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Franeker" ;
    rdfs:label "Franeker"
  ] .

oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person-8389d85b-41fd-4129-a87b-78d148a5e9cb
  a a2a:Person ;
  rdfs:label "Roeloef Hermis" ;
  a2a:PersonName [
    rdfs:label "Roeloef Hermis" ;
    a2a:PersonNameFirstName "Roeloef" ;
    a2a:PersonNamePatronym "Hermis"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person-dec0fcf7-5412-41bf-9185-e69b5658e415
  a a2a:Person ;
  rdfs:label "Bouwkie Ipis" ;
  a2a:PersonName [
    rdfs:label "Bouwkie Ipis" ;
    a2a:PersonNameFirstName "Bouwkie" ;
    a2a:PersonNamePatronym "Ipis"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person-5876a373-eed8-4b3f-9103-8b8a8eefb910
  a a2a:Person ;
  rdfs:label "Trientie Ipis" ;
  a2a:PersonName [
    rdfs:label "Trientie Ipis" ;
    a2a:PersonNameFirstName "Trientie" ;
    a2a:PersonNamePatronym "Ipis"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1746" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1746-12-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Franeker" ;
    rdfs:label "Franeker"
  ] .

oa:relationep_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person:9252c51d-9731-4e40-9a2b-8a2bf1b3b4be ;
  a2a:EventKeyRef oa:event_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Event1 .

oa:relationep_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person:8389d85b-41fd-4129-a87b-78d148a5e9cb ;
  a2a:EventKeyRef oa:event_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Event1 .

oa:relationep_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person:dec0fcf7-5412-41bf-9185-e69b5658e415 ;
  a2a:EventKeyRef oa:event_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Event1 .

oa:relationep_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_3
  a a2a:RelationEP ;
  rdfs:label "other:Doopheffer" ;
  a2a:RelationType "other:Doopheffer" ;
  a2a:PersonKeyRef oa:person_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Person:5876a373-eed8-4b3f-9103-8b8a8eefb910 ;
  a2a:EventKeyRef oa:event_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6_Event1 .

oa:source_frl_02f6fa71-83cf-4a1c-b671-cbe6e054b5f6
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Franeker" ;
    rdfs:label "Franeker", "1746-12-17 - 1746-12-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1746-12-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1746-12-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1746" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1746-12-17"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0271, Periode: 171..." ;
    a2a:Book "Doopboek R.K. par. Franeker" ;
    a2a:RegistryNumber "0271" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0271, Periode: 171..., Doopboek R.K. par. Franeker, 0271"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/02f6fa71-83cf-4a1c-b671-cbe6e054b5f6" ;
  a2a:RecordGUID "{02f6fa71-83cf-4a1c-b671-cbe6e054b5f6}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Franeker&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_8040_00008040.xml van FRL" .

