@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_f7c5d92f-9e73-340a-98e4-e862f4a2edda
  a a2a:Record ;
  rdfs:label "Overlijden op 5 juni 1932 te Kollum" ;
  a2a:hasPerson oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person-733ab4ac-05a0-086b-d92f-325e40813d5c, oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person-17ae923e-7ee7-4204-9377-fdc32ff3d7bc, oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person-0cd75efe-4d02-4cd3-a080-655e7b2ee63d, oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person-86ce4ab2-8cc3-4f16-b57e-d8e56e6942dc, oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person-def24788-afaf-45e4-be28-3bdb9aafcc79 ;
  a2a:hasEvent oa:event_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_0, oa:relationep_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_1, oa:relationep_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_2 ;
  a2a:hasRelationPP oa:relationpp_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_0, oa:relationpp_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_1 ;
  a2a:hasSource oa:source_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda .

oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person-733ab4ac-05a0-086b-d92f-325e40813d5c
  a a2a:Person ;
  rdfs:label "Tietje Postma" ;
  a2a:PersonName [
    rdfs:label "Tietje Postma" ;
    a2a:PersonNameFirstName "Tietje" ;
    a2a:PersonNameLastName "Postma"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "87 jaar" ;
    rdfs:label "87 jaar"
  ] .

oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person-17ae923e-7ee7-4204-9377-fdc32ff3d7bc
  a a2a:Person ;
  rdfs:label "Bindert Marks Postma" ;
  a2a:PersonName [
    rdfs:label "Bindert Marks Postma" ;
    a2a:PersonNameFirstName "Bindert" ;
    a2a:PersonNamePatronym "Marks" ;
    a2a:PersonNameLastName "Postma"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person-0cd75efe-4d02-4cd3-a080-655e7b2ee63d
  a a2a:Person ;
  rdfs:label "Aukje Hooghiem" ;
  a2a:PersonName [
    rdfs:label "Aukje Hooghiem" ;
    a2a:PersonNameFirstName "Aukje" ;
    a2a:PersonNameLastName "Hooghiem"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person-86ce4ab2-8cc3-4f16-b57e-d8e56e6942dc
  a a2a:Person ;
  rdfs:label "Jitze van der Land" ;
  a2a:PersonName [
    rdfs:label "Jitze van der Land" ;
    a2a:PersonNameFirstName "Jitze" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Land"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person-def24788-afaf-45e4-be28-3bdb9aafcc79
  a a2a:Person ;
  rdfs:label "Hendrik van der Land" ;
  a2a:PersonName [
    rdfs:label "Hendrik van der Land" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Land"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1932" ;
    a2a:Month "6" ;
    a2a:Day "5" ;
    rdfs:label "1932-06-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kollum" ;
    rdfs:label "Kollum"
  ] .

oa:relationep_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person:733ab4ac-05a0-086b-d92f-325e40813d5c ;
  a2a:EventKeyRef oa:event_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Event1 .

oa:relationep_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person:17ae923e-7ee7-4204-9377-fdc32ff3d7bc ;
  a2a:EventKeyRef oa:event_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Event1 .

oa:relationep_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person:0cd75efe-4d02-4cd3-a080-655e7b2ee63d ;
  a2a:EventKeyRef oa:event_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Event1 .

oa:relationpp_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person:733ab4ac-05a0-086b-d92f-325e40813d5c, oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person:86ce4ab2-8cc3-4f16-b57e-d8e56e6942dc .

oa:relationpp_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person:733ab4ac-05a0-086b-d92f-325e40813d5c, oa:person_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda_Person:def24788-afaf-45e4-be28-3bdb9aafcc79 .

oa:source_frl_f7c5d92f-9e73-340a-98e4-e862f4a2edda
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kollumerland c.a." ;
    rdfs:label "Kollumerland c.a.", "1932-06-06 - 1932-06-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1932-06-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1932-06-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1932" ;
    a2a:Month "6" ;
    a2a:Day "6" ;
    rdfs:label "1932-06-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Kollumerland c.a. - Tresoar, Bron: boek, Deel: 3061, Periode: 1932" ;
    a2a:Book "Overlijdensregister 1932" ;
    a2a:DocumentNumber "0052" ;
    a2a:RegistryNumber "3061" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Kollumerland c.a. - Tresoar, Bron: boek, Deel: 3061, Periode: 1932, Overlijdensregister 1932, 0052, 3061"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/d76b24cf-27d5-23cb-3986-18f38c1108ff.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/f7c5d92f-9e73-340a-98e4-e862f4a2edda" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/d76b24cf-27d5-23cb-3986-18f38c1108ff.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/f7c5d92f-9e73-340a-98e4-e862f4a2edda" ;
  a2a:RecordGUID "{f7c5d92f-9e73-340a-98e4-e862f4a2edda}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Kollumerland c.a. - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3061" ;
  a2a:SourceRemarkregister_periode "1932" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_45812_00045812.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "weduwe" ;
  a2a:PersonRemarkplaats_overlijden "Kollum" ;
  a2a:PersonRemarkdatum_overlijden "1932-06-05" .

