@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_4530b584-e598-d32f-6fce-ae8384a0aa24
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 9 augustus 1892 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Person-0f431130-740e-7385-b028-a0c60e638dae, oa:person_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Person-ee5b9ddf-cc42-1a9d-22d0-b7e15af2e1a7, oa:person_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Person-575f05b9-a58f-1313-7ec8-29786f55bf4d ;
  a2a:hasEvent oa:event_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_0, oa:relationep_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_1, oa:relationep_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_2 ;
  a2a:hasSource oa:source_frl_4530b584-e598-d32f-6fce-ae8384a0aa24 .

oa:person_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Person-0f431130-740e-7385-b028-a0c60e638dae
  a a2a:Person ;
  rdfs:label "Harmina Schets" ;
  a2a:PersonName [
    rdfs:label "Harmina Schets" ;
    a2a:PersonNameFirstName "Harmina" ;
    a2a:PersonNameLastName "Schets"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Person-ee5b9ddf-cc42-1a9d-22d0-b7e15af2e1a7
  a a2a:Person ;
  rdfs:label "Alida van der Heide" ;
  a2a:PersonName [
    rdfs:label "Alida van der Heide" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Heide"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "57 jaar" ;
    rdfs:label "57 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Profession "arbeidster" .

oa:person_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Person-575f05b9-a58f-1313-7ec8-29786f55bf4d
  a a2a:Person ;
  rdfs:label "Geert Hendriks van der Heide" ;
  a2a:PersonName [
    rdfs:label "Geert Hendriks van der Heide" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNamePatronym "Hendriks" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Heide"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1892" ;
    a2a:Month "8" ;
    a2a:Day "9" ;
    rdfs:label "1892-08-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Person:0f431130-740e-7385-b028-a0c60e638dae ;
  a2a:EventKeyRef oa:event_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Event1 .

oa:relationep_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Person:ee5b9ddf-cc42-1a9d-22d0-b7e15af2e1a7 ;
  a2a:EventKeyRef oa:event_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Event1 .

oa:relationep_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Person:575f05b9-a58f-1313-7ec8-29786f55bf4d ;
  a2a:EventKeyRef oa:event_frl_4530b584-e598-d32f-6fce-ae8384a0aa24_Event1 .

oa:source_frl_4530b584-e598-d32f-6fce-ae8384a0aa24
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1892-08-09 - 1892-08-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1892-08-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1892-08-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1892" ;
    a2a:Month "8" ;
    a2a:Day "9" ;
    rdfs:label "1892-08-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 1892" ;
    a2a:DocumentNumber "0420" ;
    a2a:RegistryNumber "692" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Overlijdensregister 1892, 0420, 692"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/d041a4ec-bb85-82f0-837a-465d96ede06e.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/4530b584-e598-d32f-6fce-ae8384a0aa24" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/d041a4ec-bb85-82f0-837a-465d96ede06e.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/ef2adf50-4fc6-15f0-3265-1093f91f9284.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/4530b584-e598-d32f-6fce-ae8384a0aa24" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/ef2adf50-4fc6-15f0-3265-1093f91f9284.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-11-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/4530b584-e598-d32f-6fce-ae8384a0aa24" ;
  a2a:RecordGUID "{4530b584-e598-d32f-6fce-ae8384a0aa24}" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "692" ;
  a2a:SourceRemarkregister_periode "1892" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250910_709_00000709.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Leeuwarden" ;
  a2a:PersonRemarkdatum_overlijden "1892-08-09" .

