@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_6a2910b7-4531-c138-5bc6-5073737e0d5e
  a a2a:Record ;
  rdfs:label "Overlijden op 4 oktober 1942 te Kollumerzwaag" ;
  a2a:hasPerson oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person-587e8057-8389-37d0-d04a-68b84e38b879, oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person-163b0f6d-5c16-4f5b-a173-9aaf0d38e3b1, oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person-e478b139-42ac-4595-83a6-6b45c0e48b99, oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person-7130ed74-4f0a-4dcc-9abb-5da8a54bbff9 ;
  a2a:hasEvent oa:event_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_0, oa:relationep_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_1, oa:relationep_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_2 ;
  a2a:hasRelationPP oa:relationpp_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_0 ;
  a2a:hasSource oa:source_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e .

oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person-587e8057-8389-37d0-d04a-68b84e38b879
  a a2a:Person ;
  rdfs:label "Albert Postma" ;
  a2a:PersonName [
    rdfs:label "Albert Postma" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Postma"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "58 jaar" ;
    rdfs:label "58 jaar"
  ] ;
  a2a:Profession "postbode" .

oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person-163b0f6d-5c16-4f5b-a173-9aaf0d38e3b1
  a a2a:Person ;
  rdfs:label "Mark Alberts Postma" ;
  a2a:PersonName [
    rdfs:label "Mark Alberts Postma" ;
    a2a:PersonNameFirstName "Mark" ;
    a2a:PersonNamePatronym "Alberts" ;
    a2a:PersonNameLastName "Postma"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person-e478b139-42ac-4595-83a6-6b45c0e48b99
  a a2a:Person ;
  rdfs:label "Janke Jans Postma" ;
  a2a:PersonName [
    rdfs:label "Janke Jans Postma" ;
    a2a:PersonNameFirstName "Janke" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Postma"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person-7130ed74-4f0a-4dcc-9abb-5da8a54bbff9
  a a2a:Person ;
  rdfs:label "Jantje Alzerda" ;
  a2a:PersonName [
    rdfs:label "Jantje Alzerda" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Alzerda"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1942" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1942-10-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kollumerzwaag" ;
    rdfs:label "Kollumerzwaag"
  ] .

oa:relationep_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person:587e8057-8389-37d0-d04a-68b84e38b879 ;
  a2a:EventKeyRef oa:event_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Event1 .

oa:relationep_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person:163b0f6d-5c16-4f5b-a173-9aaf0d38e3b1 ;
  a2a:EventKeyRef oa:event_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Event1 .

oa:relationep_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person:e478b139-42ac-4595-83a6-6b45c0e48b99 ;
  a2a:EventKeyRef oa:event_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Event1 .

oa:relationpp_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person:587e8057-8389-37d0-d04a-68b84e38b879, oa:person_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e_Person:7130ed74-4f0a-4dcc-9abb-5da8a54bbff9 .

oa:source_frl_6a2910b7-4531-c138-5bc6-5073737e0d5e
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kollumerland c.a." ;
    rdfs:label "Kollumerland c.a.", "1942-10-05 - 1942-10-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1942-10-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1942-10-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1942" ;
    a2a:Month "10" ;
    a2a:Day "5" ;
    rdfs:label "1942-10-05"^^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: 3071, Periode: 1942" ;
    a2a:Book "Overlijdensregister 1942" ;
    a2a:DocumentNumber "0079" ;
    a2a:RegistryNumber "3071" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Kollumerland c.a. - Tresoar, Bron: boek, Deel: 3071, Periode: 1942, Overlijdensregister 1942, 0079, 3071"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/09db21cc-c847-1d8e-ba63-a716caf5eee5.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/6a2910b7-4531-c138-5bc6-5073737e0d5e" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/09db21cc-c847-1d8e-ba63-a716caf5eee5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/6a2910b7-4531-c138-5bc6-5073737e0d5e" ;
  a2a:RecordGUID "{6a2910b7-4531-c138-5bc6-5073737e0d5e}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Kollumerland c.a. - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3071" ;
  a2a:SourceRemarkregister_periode "1942" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_61120_00061120.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "gehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Kollumerzwaag" ;
  a2a:PersonRemarkdatum_overlijden "1942-10-04" .

