@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_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 27 februari 1909 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person-97d6085b-0043-84c4-fcee-c3b4339fbcc8, oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person-3d841edc-c2a5-f2e2-5d1d-4442760a75b2, oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person-0c4c3de8-8779-685c-65fd-4ab4917e057d, oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person-8ca31625-8455-08eb-8313-1a6a3c790b47 ;
  a2a:hasEvent oa:event_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_0, oa:relationep_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_1, oa:relationep_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_2 ;
  a2a:hasRelationPP oa:relationpp_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_0 ;
  a2a:hasSource oa:source_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e .

oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person-97d6085b-0043-84c4-fcee-c3b4339fbcc8
  a a2a:Person ;
  rdfs:label "Elske Harmanus Posthumus" ;
  a2a:PersonName [
    rdfs:label "Elske Harmanus Posthumus" ;
    a2a:PersonNameFirstName "Elske" ;
    a2a:PersonNamePatronym "Harmanus" ;
    a2a:PersonNameLastName "Posthumus"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "77 jaar" ;
    rdfs:label "77 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oldeboorn" ;
    rdfs:label "Oldeboorn"
  ] .

oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person-3d841edc-c2a5-f2e2-5d1d-4442760a75b2
  a a2a:Person ;
  rdfs:label "Harmanus Feddes Posthumus" ;
  a2a:PersonName [
    rdfs:label "Harmanus Feddes Posthumus" ;
    a2a:PersonNameFirstName "Harmanus" ;
    a2a:PersonNamePatronym "Feddes" ;
    a2a:PersonNameLastName "Posthumus"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person-0c4c3de8-8779-685c-65fd-4ab4917e057d
  a a2a:Person ;
  rdfs:label "Christina Jans Mook" ;
  a2a:PersonName [
    rdfs:label "Christina Jans Mook" ;
    a2a:PersonNameFirstName "Christina" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Mook"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person-8ca31625-8455-08eb-8313-1a6a3c790b47
  a a2a:Person ;
  rdfs:label "Klaas Kleiterp" ;
  a2a:PersonName [
    rdfs:label "Klaas Kleiterp" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Kleiterp"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "2" ;
    a2a:Day "27" ;
    rdfs:label "1909-02-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person:97d6085b-0043-84c4-fcee-c3b4339fbcc8 ;
  a2a:EventKeyRef oa:event_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Event1 .

oa:relationep_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person:3d841edc-c2a5-f2e2-5d1d-4442760a75b2 ;
  a2a:EventKeyRef oa:event_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Event1 .

oa:relationep_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person:0c4c3de8-8779-685c-65fd-4ab4917e057d ;
  a2a:EventKeyRef oa:event_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Event1 .

oa:relationpp_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person:97d6085b-0043-84c4-fcee-c3b4339fbcc8, oa:person_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e_Person:8ca31625-8455-08eb-8313-1a6a3c790b47 .

oa:source_frl_d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1909-02-27 - 1909-02-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-02-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-02-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "2" ;
    a2a:Day "27" ;
    rdfs:label "1909-02-27"^^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 1909" ;
    a2a:DocumentNumber "0109" ;
    a2a:RegistryNumber "709" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Overlijdensregister 1909, 0109, 709"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/6665b9ee-c17b-2abc-0207-461d3b6eb09b.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/6665b9ee-c17b-2abc-0207-461d3b6eb09b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-09-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e" ;
  a2a:RecordGUID "{d8fa9d00-ec05-4d93-bdcc-1c412ecadf5e}" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "709" ;
  a2a:SourceRemarkregister_periode "1909" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_45123_00045123.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Leeuwarden" ;
  a2a:PersonRemarkdatum_overlijden "1909-02-27" .

