@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_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650
  a a2a:Record ;
  rdfs:label "Overlijden op 24 juni 1914 te Bovenknijpe" ;
  a2a:hasPerson oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person-789d9c15-7f37-8038-4946-279896b1ca5d, oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person-95bf1518-a042-4cff-b27a-9cbae1d35454, oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person-b911cedc-c63d-4681-8eb3-550e028a3e3d, oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person-f42c158c-321c-4dec-af5b-2df2a42ab55a ;
  a2a:hasEvent oa:event_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_0, oa:relationep_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_1, oa:relationep_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_2 ;
  a2a:hasRelationPP oa:relationpp_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_0 ;
  a2a:hasSource oa:source_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650 .

oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person-789d9c15-7f37-8038-4946-279896b1ca5d
  a a2a:Person ;
  rdfs:label "Akke Wiebes Venema" ;
  a2a:PersonName [
    rdfs:label "Akke Wiebes Venema" ;
    a2a:PersonNameFirstName "Akke" ;
    a2a:PersonNamePatronym "Wiebes" ;
    a2a:PersonNameLastName "Venema"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "70 jaar" ;
    rdfs:label "70 jaar"
  ] .

oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person-95bf1518-a042-4cff-b27a-9cbae1d35454
  a a2a:Person ;
  rdfs:label "Wiebe Fokkes Venema" ;
  a2a:PersonName [
    rdfs:label "Wiebe Fokkes Venema" ;
    a2a:PersonNameFirstName "Wiebe" ;
    a2a:PersonNamePatronym "Fokkes" ;
    a2a:PersonNameLastName "Venema"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person-b911cedc-c63d-4681-8eb3-550e028a3e3d
  a a2a:Person ;
  rdfs:label "Antje Jacobs Stoffer" ;
  a2a:PersonName [
    rdfs:label "Antje Jacobs Stoffer" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePatronym "Jacobs" ;
    a2a:PersonNameLastName "Stoffer"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person-f42c158c-321c-4dec-af5b-2df2a42ab55a
  a a2a:Person ;
  rdfs:label "Klaas Hommes Bosscher" ;
  a2a:PersonName [
    rdfs:label "Klaas Hommes Bosscher" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNamePatronym "Hommes" ;
    a2a:PersonNameLastName "Bosscher"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "6" ;
    a2a:Day "24" ;
    rdfs:label "1914-06-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bovenknijpe" ;
    rdfs:label "Bovenknijpe"
  ] .

oa:relationep_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person:789d9c15-7f37-8038-4946-279896b1ca5d ;
  a2a:EventKeyRef oa:event_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Event1 .

oa:relationep_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person:95bf1518-a042-4cff-b27a-9cbae1d35454 ;
  a2a:EventKeyRef oa:event_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Event1 .

oa:relationep_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person:b911cedc-c63d-4681-8eb3-550e028a3e3d ;
  a2a:EventKeyRef oa:event_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Event1 .

oa:relationpp_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person:789d9c15-7f37-8038-4946-279896b1ca5d, oa:person_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650_Person:f42c158c-321c-4dec-af5b-2df2a42ab55a .

oa:source_frl_4aa84bbc-9b3e-1ea4-a4e5-1237b1094650
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Schoterland" ;
    rdfs:label "Schoterland", "1914-06-25 - 1914-06-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-06-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-06-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "6" ;
    a2a:Day "25" ;
    rdfs:label "1914-06-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 3051, Periode: 1914" ;
    a2a:Book "Overlijdensregister 1914" ;
    a2a:DocumentNumber "0096" ;
    a2a:RegistryNumber "3051" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 3051, Periode: 1914, Overlijdensregister 1914, 0096, 3051"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/aeb30e46-4fe5-65f0-6620-493807589235.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/4aa84bbc-9b3e-1ea4-a4e5-1237b1094650" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/aeb30e46-4fe5-65f0-6620-493807589235.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/4aa84bbc-9b3e-1ea4-a4e5-1237b1094650" ;
  a2a:RecordGUID "{4aa84bbc-9b3e-1ea4-a4e5-1237b1094650}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Schoterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3051" ;
  a2a:SourceRemarkregister_periode "1914" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_62548_00062548.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "gehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Bovenknijpe" ;
  a2a:PersonRemarkdatum_overlijden "1914-06-24" .

