@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_1be495d4-d12d-e338-48b6-7110bcfbecfb
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 30 juli 1968 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person-ad783c8b-9749-7573-8c14-85cbb54ea86d, oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person-962bf588-8a56-4870-9eff-360d9b6bad55, oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person-22bf8f52-0261-b6b1-99ee-295b1b9843a3, oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person-6bdc5222-c248-8ea9-4f3d-b7e4a92ab7b3, oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person-a4d28c70-8a3c-50f2-66e8-5a1b70235d93 ;
  a2a:hasEvent oa:event_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_0, oa:relationep_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_1, oa:relationep_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_2 ;
  a2a:hasRelationPP oa:relationpp_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_0, oa:relationpp_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_1 ;
  a2a:hasSource oa:source_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb .

oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person-ad783c8b-9749-7573-8c14-85cbb54ea86d
  a a2a:Person ;
  rdfs:label "Trijntje de Roos" ;
  a2a:PersonName [
    rdfs:label "Trijntje de Roos" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Roos"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "66 jaar" ;
    rdfs:label "66 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gasselte" ;
    rdfs:label "Gasselte"
  ] .

oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person-962bf588-8a56-4870-9eff-360d9b6bad55
  a a2a:Person ;
  rdfs:label "Bouwe van der Steeg" ;
  a2a:PersonName [
    rdfs:label "Bouwe van der Steeg" ;
    a2a:PersonNameFirstName "Bouwe" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Steeg"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person-22bf8f52-0261-b6b1-99ee-295b1b9843a3
  a a2a:Person ;
  rdfs:label "Jan Schenlaar" ;
  a2a:PersonName [
    rdfs:label "Jan Schenlaar" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Schenlaar"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person-6bdc5222-c248-8ea9-4f3d-b7e4a92ab7b3
  a a2a:Person ;
  rdfs:label "Rein de Roos" ;
  a2a:PersonName [
    rdfs:label "Rein de Roos" ;
    a2a:PersonNameFirstName "Rein" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Roos"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person-a4d28c70-8a3c-50f2-66e8-5a1b70235d93
  a a2a:Person ;
  rdfs:label "Roelfien Buwalda" ;
  a2a:PersonName [
    rdfs:label "Roelfien Buwalda" ;
    a2a:PersonNameFirstName "Roelfien" ;
    a2a:PersonNameLastName "Buwalda"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1968" ;
    a2a:Month "7" ;
    a2a:Day "30" ;
    rdfs:label "1968-07-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person:ad783c8b-9749-7573-8c14-85cbb54ea86d ;
  a2a:EventKeyRef oa:event_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Event1 .

oa:relationep_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person:6bdc5222-c248-8ea9-4f3d-b7e4a92ab7b3 ;
  a2a:EventKeyRef oa:event_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Event1 .

oa:relationep_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person:a4d28c70-8a3c-50f2-66e8-5a1b70235d93 ;
  a2a:EventKeyRef oa:event_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Event1 .

oa:relationpp_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person:ad783c8b-9749-7573-8c14-85cbb54ea86d, oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person:962bf588-8a56-4870-9eff-360d9b6bad55 .

oa:relationpp_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person:ad783c8b-9749-7573-8c14-85cbb54ea86d, oa:person_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb_Person:22bf8f52-0261-b6b1-99ee-295b1b9843a3 .

oa:source_frl_1be495d4-d12d-e338-48b6-7110bcfbecfb
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1968-07-31 - 1968-07-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1968-07-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1968-07-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1968" ;
    a2a:Month "7" ;
    a2a:Day "31" ;
    rdfs:label "1968-07-31"^^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 1968 II" ;
    a2a:DocumentNumber "0357 II" ;
    a2a:RegistryNumber "796" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Overlijdensregister 1968 II, 0357 II, 796"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/8bed9e36-14ad-39a6-4d21-e2b579181b4d.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/1be495d4-d12d-e338-48b6-7110bcfbecfb" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/8bed9e36-14ad-39a6-4d21-e2b579181b4d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-03-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/1be495d4-d12d-e338-48b6-7110bcfbecfb" ;
  a2a:RecordGUID "{1be495d4-d12d-e338-48b6-7110bcfbecfb}" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "796" ;
  a2a:SourceRemarkregister_periode "1968" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_50785_00050785.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Leeuwarden" ;
  a2a:PersonRemarkdatum_overlijden "1968-07-30" .

