@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_cc8e372b-c511-7a0a-d609-7afcccc45f0a
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 23 november 1956 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person-7b943cfd-0bbf-5e08-f825-aae30acfd9a9, oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person-13f97610-45b5-ae68-f5fa-06c07f2c40b0, oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person-ffc0c92c-4274-32d5-12cb-a214beeac2f6, oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person-e5650df4-b8cc-9916-6eb9-3efb06058126 ;
  a2a:hasEvent oa:event_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_0, oa:relationep_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_1, oa:relationep_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_2 ;
  a2a:hasRelationPP oa:relationpp_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_0 ;
  a2a:hasSource oa:source_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a .

oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person-7b943cfd-0bbf-5e08-f825-aae30acfd9a9
  a a2a:Person ;
  rdfs:label "Sake Wijbe Keikes" ;
  a2a:PersonName [
    rdfs:label "Sake Wijbe Keikes" ;
    a2a:PersonNameFirstName "Sake Wijbe" ;
    a2a:PersonNameLastName "Keikes"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Lekkum" ;
    rdfs:label "Lekkum"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "60 jaar" ;
    rdfs:label "60 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person-13f97610-45b5-ae68-f5fa-06c07f2c40b0
  a a2a:Person ;
  rdfs:label "Eelkje Bouman" ;
  a2a:PersonName [
    rdfs:label "Eelkje Bouman" ;
    a2a:PersonNameFirstName "Eelkje" ;
    a2a:PersonNameLastName "Bouman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person-ffc0c92c-4274-32d5-12cb-a214beeac2f6
  a a2a:Person ;
  rdfs:label "Wijbe Keikes" ;
  a2a:PersonName [
    rdfs:label "Wijbe Keikes" ;
    a2a:PersonNameFirstName "Wijbe" ;
    a2a:PersonNameLastName "Keikes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person-e5650df4-b8cc-9916-6eb9-3efb06058126
  a a2a:Person ;
  rdfs:label "Antje Miedema" ;
  a2a:PersonName [
    rdfs:label "Antje Miedema" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Miedema"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1956" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1956-11-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person:7b943cfd-0bbf-5e08-f825-aae30acfd9a9 ;
  a2a:EventKeyRef oa:event_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Event1 .

oa:relationep_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person:ffc0c92c-4274-32d5-12cb-a214beeac2f6 ;
  a2a:EventKeyRef oa:event_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Event1 .

oa:relationep_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person:e5650df4-b8cc-9916-6eb9-3efb06058126 ;
  a2a:EventKeyRef oa:event_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Event1 .

oa:relationpp_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person:7b943cfd-0bbf-5e08-f825-aae30acfd9a9, oa:person_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a_Person:13f97610-45b5-ae68-f5fa-06c07f2c40b0 .

oa:source_frl_cc8e372b-c511-7a0a-d609-7afcccc45f0a
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1956-11-24 - 1956-11-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1956-11-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1956-11-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1956" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1956-11-24"^^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 1956 I" ;
    a2a:DocumentNumber "0451" ;
    a2a:RegistryNumber "771" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Overlijdensregister 1956 I, 0451, 771"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/af97eef1-8fb6-0493-07fa-5ea28e129ddf.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/cc8e372b-c511-7a0a-d609-7afcccc45f0a" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/af97eef1-8fb6-0493-07fa-5ea28e129ddf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-09-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/cc8e372b-c511-7a0a-d609-7afcccc45f0a" ;
  a2a:RecordGUID "{cc8e372b-c511-7a0a-d609-7afcccc45f0a}" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "771" ;
  a2a:SourceRemarkregister_periode "1956" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_68117_00068117.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Leeuwarden" ;
  a2a:PersonRemarkdatum_overlijden "1956-11-23" .

