@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_93ef5190-e71e-7fcf-b26c-45fb726a4eaa
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 9 oktober 1867 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person-8752bb42-942b-58b8-9d08-f4655cc99128, oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person-ec55be27-6f81-6b06-09bd-fa57a6076084, oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person-abbed499-6ae8-5ae8-08d3-a72178a7861d, oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person-b491f64d-2956-3647-a23b-f8a780b9c4b3 ;
  a2a:hasEvent oa:event_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_0, oa:relationep_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_1, oa:relationep_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_2, oa:relationep_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_3 ;
  a2a:hasSource oa:source_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa .

oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person-8752bb42-942b-58b8-9d08-f4655cc99128
  a a2a:Person ;
  rdfs:label "Dieuwke Hania" ;
  a2a:PersonName [
    rdfs:label "Dieuwke Hania" ;
    a2a:PersonNameFirstName "Dieuwke" ;
    a2a:PersonNameLastName "Hania"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "42 jaar" ;
    rdfs:label "42 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person-ec55be27-6f81-6b06-09bd-fa57a6076084
  a a2a:Person ;
  rdfs:label "Johan Philip Juckers" ;
  a2a:PersonName [
    rdfs:label "Johan Philip Juckers" ;
    a2a:PersonNameFirstName "Johan Philip" ;
    a2a:PersonNameLastName "Juckers"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person-abbed499-6ae8-5ae8-08d3-a72178a7861d
  a a2a:Person ;
  rdfs:label "Bartholdus Hania" ;
  a2a:PersonName [
    rdfs:label "Bartholdus Hania" ;
    a2a:PersonNameFirstName "Bartholdus" ;
    a2a:PersonNameLastName "Hania"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person-b491f64d-2956-3647-a23b-f8a780b9c4b3
  a a2a:Person ;
  rdfs:label "Eke Steeneveld" ;
  a2a:PersonName [
    rdfs:label "Eke Steeneveld" ;
    a2a:PersonNameFirstName "Eke" ;
    a2a:PersonNameLastName "Steeneveld"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1867" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1867-10-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person:8752bb42-942b-58b8-9d08-f4655cc99128 ;
  a2a:EventKeyRef oa:event_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Event1 .

oa:relationep_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_1
  a a2a:RelationEP ;
  rdfs:label "other:Weduwe van" ;
  a2a:RelationType "other:Weduwe van" ;
  a2a:PersonKeyRef oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person:ec55be27-6f81-6b06-09bd-fa57a6076084 ;
  a2a:EventKeyRef oa:event_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Event1 .

oa:relationep_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person:abbed499-6ae8-5ae8-08d3-a72178a7861d ;
  a2a:EventKeyRef oa:event_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Event1 .

oa:relationep_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Person:b491f64d-2956-3647-a23b-f8a780b9c4b3 ;
  a2a:EventKeyRef oa:event_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa_Event1 .

oa:source_frl_93ef5190-e71e-7fcf-b26c-45fb726a4eaa
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1867-10-09 - 1867-10-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1867-10-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1867-10-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1867" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1867-10-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..." ;
    a2a:Book "Overlijdensregister 1867" ;
    a2a:DocumentNumber "0500" ;
    a2a:RegistryNumber "667" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Overlijdensregister 1867, 0500, 667"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/9efe8c29-ccda-e98f-3544-b13022fd0616.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/93ef5190-e71e-7fcf-b26c-45fb726a4eaa" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/9efe8c29-ccda-e98f-3544-b13022fd0616.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/3c1c3b9c-b05a-3f6b-cff4-bcb33e78679f.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/93ef5190-e71e-7fcf-b26c-45fb726a4eaa" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/3c1c3b9c-b05a-3f6b-cff4-bcb33e78679f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-09-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/93ef5190-e71e-7fcf-b26c-45fb726a4eaa" ;
  a2a:RecordGUID "{93ef5190-e71e-7fcf-b26c-45fb726a4eaa}" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "667" ;
  a2a:SourceRemarkregister_periode "1867" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250910_153_00000153.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Leeuwarden" ;
  a2a:PersonRemarkdatum_overlijden "1867-10-09" .

