@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_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 23 juli 1921 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person-5fb9b7f1-9c6e-e369-c7a4-0653e1024cc2, oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person-1a5a0369-3ece-145f-05d3-8c9e9753a2a0, oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person-f7fb8aa3-365b-aff9-55fa-fd5871519d07, oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person-2acc1492-7bbc-259b-d1f9-ad282f66c885 ;
  a2a:hasEvent oa:event_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_0, oa:relationep_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_1, oa:relationep_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_2 ;
  a2a:hasRelationPP oa:relationpp_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_0 ;
  a2a:hasSource oa:source_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7 .

oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person-5fb9b7f1-9c6e-e369-c7a4-0653e1024cc2
  a a2a:Person ;
  rdfs:label "Joukje Elzinga" ;
  a2a:PersonName [
    rdfs:label "Joukje Elzinga" ;
    a2a:PersonNameFirstName "Joukje" ;
    a2a:PersonNameLastName "Elzinga"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "68 jaar" ;
    rdfs:label "68 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Stiens" ;
    rdfs:label "Stiens"
  ] .

oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person-1a5a0369-3ece-145f-05d3-8c9e9753a2a0
  a a2a:Person ;
  rdfs:label "Klaas Elzinga" ;
  a2a:PersonName [
    rdfs:label "Klaas Elzinga" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Elzinga"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person-f7fb8aa3-365b-aff9-55fa-fd5871519d07
  a a2a:Person ;
  rdfs:label "Janke van der Wei" ;
  a2a:PersonName [
    rdfs:label "Janke van der Wei" ;
    a2a:PersonNameFirstName "Janke" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wei"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person-2acc1492-7bbc-259b-d1f9-ad282f66c885
  a a2a:Person ;
  rdfs:label "Tjeerd Gelders" ;
  a2a:PersonName [
    rdfs:label "Tjeerd Gelders" ;
    a2a:PersonNameFirstName "Tjeerd" ;
    a2a:PersonNameLastName "Gelders"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1921" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1921-07-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person:5fb9b7f1-9c6e-e369-c7a4-0653e1024cc2 ;
  a2a:EventKeyRef oa:event_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Event1 .

oa:relationep_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person:1a5a0369-3ece-145f-05d3-8c9e9753a2a0 ;
  a2a:EventKeyRef oa:event_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Event1 .

oa:relationep_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person:f7fb8aa3-365b-aff9-55fa-fd5871519d07 ;
  a2a:EventKeyRef oa:event_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Event1 .

oa:relationpp_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person:5fb9b7f1-9c6e-e369-c7a4-0653e1024cc2, oa:person_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7_Person:2acc1492-7bbc-259b-d1f9-ad282f66c885 .

oa:source_frl_392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1921-07-25 - 1921-07-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-07-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-07-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1921" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1921-07-25"^^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 1921" ;
    a2a:DocumentNumber "0369" ;
    a2a:RegistryNumber "721" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Overlijdensregister 1921, 0369, 721"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/8c8361b4-c9cd-5c11-4c55-f77411397cf5.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/8c8361b4-c9cd-5c11-4c55-f77411397cf5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-09-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7" ;
  a2a:RecordGUID "{392fd0e1-1db6-ac2b-e7c2-2e2794eb96f7}" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "721" ;
  a2a:SourceRemarkregister_periode "1921" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_61551_00061551.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Leeuwarden" ;
  a2a:PersonRemarkdatum_overlijden "1921-07-23" .

