@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_177ca5ae-255a-4131-9d65-eabb82f0f37e
  a a2a:Record ;
  rdfs:label "Doop op 10 juni 1792 te Heerenveen" ;
  a2a:hasPerson oa:person_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Person-b7e56ca5-5f5b-4a49-844b-34938b00ffdd, oa:person_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Person-092b39db-e816-46f2-931e-43c0dc6a62cc, oa:person_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Person-a3c8e3a8-e455-48cb-8a32-36e6324d06ba ;
  a2a:hasEvent oa:event_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_0, oa:relationep_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_1, oa:relationep_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_2 ;
  a2a:hasSource oa:source_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e .

oa:person_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Person-b7e56ca5-5f5b-4a49-844b-34938b00ffdd
  a a2a:Person ;
  rdfs:label "Sietske" ;
  a2a:PersonName [
    rdfs:label "Sietske" ;
    a2a:PersonNameFirstName "Sietske"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1792" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1792-05-11"^^xsd:date
  ] .

oa:person_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Person-092b39db-e816-46f2-931e-43c0dc6a62cc
  a a2a:Person ;
  rdfs:label "Jan Gerrits" ;
  a2a:PersonName [
    rdfs:label "Jan Gerrits" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Gerrits"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Person-a3c8e3a8-e455-48cb-8a32-36e6324d06ba
  a a2a:Person ;
  rdfs:label "Berber Roelofs" ;
  a2a:PersonName [
    rdfs:label "Berber Roelofs" ;
    a2a:PersonNameFirstName "Berber" ;
    a2a:PersonNamePatronym "Roelofs"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1792" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1792-06-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heerenveen" ;
    rdfs:label "Heerenveen"
  ] .

oa:relationep_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Person:b7e56ca5-5f5b-4a49-844b-34938b00ffdd ;
  a2a:EventKeyRef oa:event_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Event1 .

oa:relationep_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Person:092b39db-e816-46f2-931e-43c0dc6a62cc ;
  a2a:EventKeyRef oa:event_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Event1 .

oa:relationep_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Person:a3c8e3a8-e455-48cb-8a32-36e6324d06ba ;
  a2a:EventKeyRef oa:event_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e_Event1 .

oa:source_frl_177ca5ae-255a-4131-9d65-eabb82f0f37e
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Schoterland" ;
    rdfs:label "Schoterland", "1792-06-10 - 1792-06-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1792-06-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1792-06-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1792" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1792-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: 0595, Periode: 173..." ;
    a2a:Book "Doopboek Herv. gem. Heerenveen" ;
    a2a:RegistryNumber "0595" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0595, Periode: 173..., Doopboek Herv. gem. Heerenveen, 0595"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/177ca5ae-255a-4131-9d65-eabb82f0f37e" ;
  a2a:RecordGUID "{177ca5ae-255a-4131-9d65-eabb82f0f37e}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Heerenveen&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_4072_00004072.xml van FRL" .

