@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_3263b69c-bdce-e899-b76d-b08575d99f86
  a a2a:Record ;
  rdfs:label "Overlijden op 29 april 1931 te Harkema Opeinde" ;
  a2a:hasPerson oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person-b6bf6620-8ced-a59f-a432-63d8943a9977, oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person-0995a469-30b6-4884-88fc-c5f1e7e2f411, oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person-d4448093-fe55-4c03-91fd-05e44d13b72f, oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person-1525b1d1-4c0b-4638-bdca-a84bb3c550c0 ;
  a2a:hasEvent oa:event_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_3263b69c-bdce-e899-b76d-b08575d99f86_0, oa:relationep_frl_3263b69c-bdce-e899-b76d-b08575d99f86_1, oa:relationep_frl_3263b69c-bdce-e899-b76d-b08575d99f86_2 ;
  a2a:hasRelationPP oa:relationpp_frl_3263b69c-bdce-e899-b76d-b08575d99f86_0 ;
  a2a:hasSource oa:source_frl_3263b69c-bdce-e899-b76d-b08575d99f86 .

oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person-b6bf6620-8ced-a59f-a432-63d8943a9977
  a a2a:Person ;
  rdfs:label "Aaltje Wijma" ;
  a2a:PersonName [
    rdfs:label "Aaltje Wijma" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Wijma"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "80 jaar" ;
    rdfs:label "80 jaar"
  ] .

oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person-0995a469-30b6-4884-88fc-c5f1e7e2f411
  a a2a:Person ;
  rdfs:label "Sape Jans Wijma" ;
  a2a:PersonName [
    rdfs:label "Sape Jans Wijma" ;
    a2a:PersonNameFirstName "Sape" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Wijma"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person-d4448093-fe55-4c03-91fd-05e44d13b72f
  a a2a:Person ;
  rdfs:label "Froukjen Louwes Meter" ;
  a2a:PersonName [
    rdfs:label "Froukjen Louwes Meter" ;
    a2a:PersonNameFirstName "Froukjen" ;
    a2a:PersonNamePatronym "Louwes" ;
    a2a:PersonNameLastName "Meter"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person-1525b1d1-4c0b-4638-bdca-a84bb3c550c0
  a a2a:Person ;
  rdfs:label "Pieter Eelkes Besling" ;
  a2a:PersonName [
    rdfs:label "Pieter Eelkes Besling" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePatronym "Eelkes" ;
    a2a:PersonNameLastName "Besling"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1931" ;
    a2a:Month "4" ;
    a2a:Day "29" ;
    rdfs:label "1931-04-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Harkema Opeinde" ;
    rdfs:label "Harkema Opeinde"
  ] .

oa:relationep_frl_3263b69c-bdce-e899-b76d-b08575d99f86_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person:b6bf6620-8ced-a59f-a432-63d8943a9977 ;
  a2a:EventKeyRef oa:event_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Event1 .

oa:relationep_frl_3263b69c-bdce-e899-b76d-b08575d99f86_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person:0995a469-30b6-4884-88fc-c5f1e7e2f411 ;
  a2a:EventKeyRef oa:event_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Event1 .

oa:relationep_frl_3263b69c-bdce-e899-b76d-b08575d99f86_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person:d4448093-fe55-4c03-91fd-05e44d13b72f ;
  a2a:EventKeyRef oa:event_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Event1 .

oa:relationpp_frl_3263b69c-bdce-e899-b76d-b08575d99f86_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person:b6bf6620-8ced-a59f-a432-63d8943a9977, oa:person_frl_3263b69c-bdce-e899-b76d-b08575d99f86_Person:1525b1d1-4c0b-4638-bdca-a84bb3c550c0 .

oa:source_frl_3263b69c-bdce-e899-b76d-b08575d99f86
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Achtkarspelen" ;
    rdfs:label "Achtkarspelen", "1931-04-29 - 1931-04-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1931-04-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1931-04-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1931" ;
    a2a:Month "4" ;
    a2a:Day "29" ;
    rdfs:label "1931-04-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Achtkarspelen - Tresoar, Bron: boek, Deel: 3064, Periode: 1931" ;
    a2a:Book "Overlijdensregister 1931" ;
    a2a:DocumentNumber "0077" ;
    a2a:RegistryNumber "3064" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Achtkarspelen - Tresoar, Bron: boek, Deel: 3064, Periode: 1931, Overlijdensregister 1931, 0077, 3064"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/f4e10c5b-c1fb-cda4-8d30-b9a0c407a7c6.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/3263b69c-bdce-e899-b76d-b08575d99f86" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/f4e10c5b-c1fb-cda4-8d30-b9a0c407a7c6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/3263b69c-bdce-e899-b76d-b08575d99f86" ;
  a2a:RecordGUID "{3263b69c-bdce-e899-b76d-b08575d99f86}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Achtkarspelen - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3064" ;
  a2a:SourceRemarkregister_periode "1931" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_60623_00060623.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "gehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Harkema Opeinde" ;
  a2a:PersonRemarkdatum_overlijden "1931-04-29" .

