@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_fff7910a-e2c1-9f95-9f04-4dc65e08b930
  a a2a:Record ;
  rdfs:label "Overlijden op 7 januari 1899 te Sintjohannesga" ;
  a2a:hasPerson oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person-348385c0-e688-6349-42e9-e60c4ee15a5a, oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person-e6358480-2871-4fc4-b496-b4b5f62b4f01, oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person-4a5855ea-2d8c-413c-b9f7-c2640ad01a9f, oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person-b675c78a-99f2-4b22-b964-47e95ee3df30 ;
  a2a:hasEvent oa:event_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_0, oa:relationep_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_1, oa:relationep_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_2 ;
  a2a:hasRelationPP oa:relationpp_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_0 ;
  a2a:hasSource oa:source_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930 .

oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person-348385c0-e688-6349-42e9-e60c4ee15a5a
  a a2a:Person ;
  rdfs:label "Jacob Jacobs Kroon" ;
  a2a:PersonName [
    rdfs:label "Jacob Jacobs Kroon" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Jacobs" ;
    a2a:PersonNameLastName "Kroon"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "64 jaar" ;
    rdfs:label "64 jaar"
  ] ;
  a2a:Profession "winkelier" .

oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person-e6358480-2871-4fc4-b496-b4b5f62b4f01
  a a2a:Person ;
  rdfs:label "Jacob Thomas Kroon" ;
  a2a:PersonName [
    rdfs:label "Jacob Thomas Kroon" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Thomas" ;
    a2a:PersonNameLastName "Kroon"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person-4a5855ea-2d8c-413c-b9f7-c2640ad01a9f
  a a2a:Person ;
  rdfs:label "Trijntje Jans Berger" ;
  a2a:PersonName [
    rdfs:label "Trijntje Jans Berger" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Berger"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person-b675c78a-99f2-4b22-b964-47e95ee3df30
  a a2a:Person ;
  rdfs:label "Aaltje Symens Klijnstra" ;
  a2a:PersonName [
    rdfs:label "Aaltje Symens Klijnstra" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Symens" ;
    a2a:PersonNameLastName "Klijnstra"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1899-01-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sintjohannesga" ;
    rdfs:label "Sintjohannesga"
  ] .

oa:relationep_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person:348385c0-e688-6349-42e9-e60c4ee15a5a ;
  a2a:EventKeyRef oa:event_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Event1 .

oa:relationep_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person:e6358480-2871-4fc4-b496-b4b5f62b4f01 ;
  a2a:EventKeyRef oa:event_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Event1 .

oa:relationep_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person:4a5855ea-2d8c-413c-b9f7-c2640ad01a9f ;
  a2a:EventKeyRef oa:event_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Event1 .

oa:relationpp_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person:348385c0-e688-6349-42e9-e60c4ee15a5a, oa:person_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930_Person:b675c78a-99f2-4b22-b964-47e95ee3df30 .

oa:source_frl_fff7910a-e2c1-9f95-9f04-4dc65e08b930
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Schoterland" ;
    rdfs:label "Schoterland", "1899-01-07 - 1899-01-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-01-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-01-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1899-01-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 3036, Periode: 1899" ;
    a2a:Book "Overlijdensregister 1899" ;
    a2a:DocumentNumber "0004" ;
    a2a:RegistryNumber "3036" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 3036, Periode: 1899, Overlijdensregister 1899, 0004, 3036"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/2eb07565-7f90-c73e-a304-0561af0da8a5.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/fff7910a-e2c1-9f95-9f04-4dc65e08b930" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/2eb07565-7f90-c73e-a304-0561af0da8a5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/fff7910a-e2c1-9f95-9f04-4dc65e08b930" ;
  a2a:RecordGUID "{fff7910a-e2c1-9f95-9f04-4dc65e08b930}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Schoterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3036" ;
  a2a:SourceRemarkregister_periode "1899" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_74010_00074010.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "gehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Sintjohannesga" ;
  a2a:PersonRemarkdatum_overlijden "1899-01-07" .

