@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_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 21 februari 1833 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Person-191476a1-ad4d-59c8-9019-4b45449f21ea, oa:person_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Person-d1fe1380-be9e-5ffc-28a0-ec07a77f68bb, oa:person_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Person-39226404-6627-5dcc-64a7-7e43c1b03c15 ;
  a2a:hasEvent oa:event_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_0, oa:relationep_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_1, oa:relationep_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_2 ;
  a2a:hasSource oa:source_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de .

oa:person_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Person-191476a1-ad4d-59c8-9019-4b45449f21ea
  a a2a:Person ;
  rdfs:label "Dieuwke Dirks Postmus" ;
  a2a:PersonName [
    rdfs:label "Dieuwke Dirks Postmus" ;
    a2a:PersonNameFirstName "Dieuwke" ;
    a2a:PersonNamePatronym "Dirks" ;
    a2a:PersonNameLastName "Postmus"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "2 jaar" ;
    rdfs:label "2 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Person-d1fe1380-be9e-5ffc-28a0-ec07a77f68bb
  a a2a:Person ;
  rdfs:label "Dirk Jans Postmus" ;
  a2a:PersonName [
    rdfs:label "Dirk Jans Postmus" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Postmus"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Person-39226404-6627-5dcc-64a7-7e43c1b03c15
  a a2a:Person ;
  rdfs:label "Akke Johannes Rinkesma" ;
  a2a:PersonName [
    rdfs:label "Akke Johannes Rinkesma" ;
    a2a:PersonNameFirstName "Akke" ;
    a2a:PersonNamePatronym "Johannes" ;
    a2a:PersonNameLastName "Rinkesma"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1833" ;
    a2a:Month "2" ;
    a2a:Day "21" ;
    rdfs:label "1833-02-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Person:191476a1-ad4d-59c8-9019-4b45449f21ea ;
  a2a:EventKeyRef oa:event_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Event1 .

oa:relationep_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Person:d1fe1380-be9e-5ffc-28a0-ec07a77f68bb ;
  a2a:EventKeyRef oa:event_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Event1 .

oa:relationep_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Person:39226404-6627-5dcc-64a7-7e43c1b03c15 ;
  a2a:EventKeyRef oa:event_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de_Event1 .

oa:source_frl_c0b0f4ec-57c7-e060-7b2f-820d4f4c53de
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1833-02-22 - 1833-02-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1833-02-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1833-02-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1833" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1833-02-22"^^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 1833" ;
    a2a:DocumentNumber "0063" ;
    a2a:RegistryNumber "633" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Overlijdensregister 1833, 0063, 633"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/29687acc-ef24-a3ee-d97b-366d467577a1.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/c0b0f4ec-57c7-e060-7b2f-820d4f4c53de" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/29687acc-ef24-a3ee-d97b-366d467577a1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/c0b0f4ec-57c7-e060-7b2f-820d4f4c53de" ;
  a2a:RecordGUID "{c0b0f4ec-57c7-e060-7b2f-820d4f4c53de}" ;
  a2a:SourceRemarkOpmerking "Adres wijk N nr. 42" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "633" ;
  a2a:SourceRemarkregister_periode "1833" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_67442_00067442.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Leeuwarden" ;
  a2a:PersonRemarkdatum_overlijden "1833-02-21" .

