@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_e8a889a6-eec3-c3e7-e34f-f2920036ae5a
  a a2a:Record ;
  rdfs:label "Overlijden op 8 maart 1926 te Duurswoude" ;
  a2a:hasPerson oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person-b71f9b32-dd6c-e164-c3c4-34e1fe15edab, oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person-f00b7b7d-7055-4f79-957b-3eb46b91027c, oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person-b2079143-641b-4b63-80b7-4cf05a694b6d, oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person-5b46407f-a91e-480f-a6d6-88fe6c3e5c45 ;
  a2a:hasEvent oa:event_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_0, oa:relationep_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_1, oa:relationep_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_2 ;
  a2a:hasRelationPP oa:relationpp_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_0 ;
  a2a:hasSource oa:source_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a .

oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person-b71f9b32-dd6c-e164-c3c4-34e1fe15edab
  a a2a:Person ;
  rdfs:label "Martje Leffring" ;
  a2a:PersonName [
    rdfs:label "Martje Leffring" ;
    a2a:PersonNameFirstName "Martje" ;
    a2a:PersonNameLastName "Leffring"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "55 jaar" ;
    rdfs:label "55 jaar"
  ] .

oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person-f00b7b7d-7055-4f79-957b-3eb46b91027c
  a a2a:Person ;
  rdfs:label "Pope Aizes Leffring" ;
  a2a:PersonName [
    rdfs:label "Pope Aizes Leffring" ;
    a2a:PersonNameFirstName "Pope" ;
    a2a:PersonNamePatronym "Aizes" ;
    a2a:PersonNameLastName "Leffring"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person-b2079143-641b-4b63-80b7-4cf05a694b6d
  a a2a:Person ;
  rdfs:label "Lolkjen Sytzes Veenstra" ;
  a2a:PersonName [
    rdfs:label "Lolkjen Sytzes Veenstra" ;
    a2a:PersonNameFirstName "Lolkjen" ;
    a2a:PersonNamePatronym "Sytzes" ;
    a2a:PersonNameLastName "Veenstra"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person-5b46407f-a91e-480f-a6d6-88fe6c3e5c45
  a a2a:Person ;
  rdfs:label "Anne Duursma" ;
  a2a:PersonName [
    rdfs:label "Anne Duursma" ;
    a2a:PersonNameFirstName "Anne" ;
    a2a:PersonNameLastName "Duursma"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1926" ;
    a2a:Month "3" ;
    a2a:Day "8" ;
    rdfs:label "1926-03-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Duurswoude" ;
    rdfs:label "Duurswoude"
  ] .

oa:relationep_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person:b71f9b32-dd6c-e164-c3c4-34e1fe15edab ;
  a2a:EventKeyRef oa:event_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Event1 .

oa:relationep_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person:f00b7b7d-7055-4f79-957b-3eb46b91027c ;
  a2a:EventKeyRef oa:event_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Event1 .

oa:relationep_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person:b2079143-641b-4b63-80b7-4cf05a694b6d ;
  a2a:EventKeyRef oa:event_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Event1 .

oa:relationpp_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person:b71f9b32-dd6c-e164-c3c4-34e1fe15edab, oa:person_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a_Person:5b46407f-a91e-480f-a6d6-88fe6c3e5c45 .

oa:source_frl_e8a889a6-eec3-c3e7-e34f-f2920036ae5a
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Opsterland" ;
    rdfs:label "Opsterland", "1926-03-09 - 1926-03-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1926-03-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1926-03-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1926" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1926-03-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Opsterland - Tresoar, Bron: boek, Deel: 3066, Periode: 1926" ;
    a2a:Book "Overlijdensregister 1926" ;
    a2a:DocumentNumber "0050" ;
    a2a:RegistryNumber "3066" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Opsterland - Tresoar, Bron: boek, Deel: 3066, Periode: 1926, Overlijdensregister 1926, 0050, 3066"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/5dcbe3b7-d7c5-eba8-443f-6cf9f7241c80.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/e8a889a6-eec3-c3e7-e34f-f2920036ae5a" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/5dcbe3b7-d7c5-eba8-443f-6cf9f7241c80.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/e8a889a6-eec3-c3e7-e34f-f2920036ae5a" ;
  a2a:RecordGUID "{e8a889a6-eec3-c3e7-e34f-f2920036ae5a}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Opsterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3066" ;
  a2a:SourceRemarkregister_periode "1926" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_13005_00013005.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "weduwe" ;
  a2a:PersonRemarkplaats_overlijden "Duurswoude" ;
  a2a:PersonRemarkdatum_overlijden "1926-03-08" .

