@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_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d
  a a2a:Record ;
  rdfs:label "Overlijden op 26 april 1812 te Tzummarum" ;
  a2a:hasPerson oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person-bc002020-9d35-8c8f-f938-f20b90c8f19c, oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person-d4d42ad6-746c-45ca-8161-62e8ecc5bce1, oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person-aec8967a-5cf2-4aeb-81eb-65bb59c7d404, oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person-032e03e5-e2ba-4b9e-bb12-44de8cc8b271 ;
  a2a:hasEvent oa:event_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_0, oa:relationep_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_1, oa:relationep_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_2 ;
  a2a:hasRelationPP oa:relationpp_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_0 ;
  a2a:hasSource oa:source_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d .

oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person-bc002020-9d35-8c8f-f938-f20b90c8f19c
  a a2a:Person ;
  rdfs:label "Hiltje Andries" ;
  a2a:PersonName [
    rdfs:label "Hiltje Andries" ;
    a2a:PersonNameFirstName "Hiltje" ;
    a2a:PersonNamePatronym "Andries"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "22 jaar" ;
    rdfs:label "22 jaar"
  ] .

oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person-d4d42ad6-746c-45ca-8161-62e8ecc5bce1
  a a2a:Person ;
  rdfs:label "Andries Jelbes" ;
  a2a:PersonName [
    rdfs:label "Andries Jelbes" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNamePatronym "Jelbes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person-aec8967a-5cf2-4aeb-81eb-65bb59c7d404
  a a2a:Person ;
  rdfs:label "Wypkje Cornelis" ;
  a2a:PersonName [
    rdfs:label "Wypkje Cornelis" ;
    a2a:PersonNameFirstName "Wypkje" ;
    a2a:PersonNamePatronym "Cornelis"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person-032e03e5-e2ba-4b9e-bb12-44de8cc8b271
  a a2a:Person ;
  rdfs:label "Pieter Jans" ;
  a2a:PersonName [
    rdfs:label "Pieter Jans" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePatronym "Jans"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1812" ;
    a2a:Month "4" ;
    a2a:Day "26" ;
    rdfs:label "1812-04-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tzummarum" ;
    rdfs:label "Tzummarum"
  ] .

oa:relationep_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person:bc002020-9d35-8c8f-f938-f20b90c8f19c ;
  a2a:EventKeyRef oa:event_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Event1 .

oa:relationep_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person:d4d42ad6-746c-45ca-8161-62e8ecc5bce1 ;
  a2a:EventKeyRef oa:event_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Event1 .

oa:relationep_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person:aec8967a-5cf2-4aeb-81eb-65bb59c7d404 ;
  a2a:EventKeyRef oa:event_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Event1 .

oa:relationpp_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person:bc002020-9d35-8c8f-f938-f20b90c8f19c, oa:person_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d_Person:032e03e5-e2ba-4b9e-bb12-44de8cc8b271 .

oa:source_frl_16ceeb22-49f4-a83f-e59f-1a6bbe302f2d
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Barradeel" ;
    rdfs:label "Barradeel", "1812-04-28 - 1812-04-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-04-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-04-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1812" ;
    a2a:Month "4" ;
    a2a:Day "28" ;
    rdfs:label "1812-04-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Barradeel - Tresoar, Bron: boek, Deel: 3003, Periode: 1812" ;
    a2a:Book "Overlijdensregister 1812 Minnertsga" ;
    a2a:RegistryNumber "3003" ;
    a2a:Folio "004" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Barradeel - Tresoar, Bron: boek, Deel: 3003, Periode: 1812, Overlijdensregister 1812 Minnertsga, 3003, 004"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/fe407333-90ad-28dc-0516-71be791e2f1a.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/16ceeb22-49f4-a83f-e59f-1a6bbe302f2d" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/fe407333-90ad-28dc-0516-71be791e2f1a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/16ceeb22-49f4-a83f-e59f-1a6bbe302f2d" ;
  a2a:RecordGUID "{16ceeb22-49f4-a83f-e59f-1a6bbe302f2d}" ;
  a2a:SourceRemarkOpmerking "<i><b>Verkeerde akte? Gebruik \"Volgende\" rechtsboven op afbeeldingsscherm.</b></i>" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Barradeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3003" ;
  a2a:SourceRemarkregister_periode "1812" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_51569_00051569.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "gehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Tzummarum" ;
  a2a:PersonRemarkdatum_overlijden "1812-04-26" .

