@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_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6
  a a2a:Record ;
  rdfs:label "Overlijden op 20 november 1826 te Terhorne" ;
  a2a:hasPerson oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person-a68d568e-2c61-7fe1-b7e2-a12dfab46213, oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person-aa083d51-72b2-46a3-a8f8-68e4dc18ff67, oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person-2677bf89-d39f-425f-8b82-093582a0679a, oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person-b295302b-bd9e-486b-8f5e-22daee000c2c ;
  a2a:hasEvent oa:event_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_0, oa:relationep_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_1, oa:relationep_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_2 ;
  a2a:hasRelationPP oa:relationpp_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_0 ;
  a2a:hasSource oa:source_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6 .

oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person-a68d568e-2c61-7fe1-b7e2-a12dfab46213
  a a2a:Person ;
  rdfs:label "Symen Hendriks Scheepstra" ;
  a2a:PersonName [
    rdfs:label "Symen Hendriks Scheepstra" ;
    a2a:PersonNameFirstName "Symen" ;
    a2a:PersonNamePatronym "Hendriks" ;
    a2a:PersonNameLastName "Scheepstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "78 jaar" ;
    rdfs:label "78 jaar"
  ] .

oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person-aa083d51-72b2-46a3-a8f8-68e4dc18ff67
  a a2a:Person ;
  rdfs:label "Hendrik Symens" ;
  a2a:PersonName [
    rdfs:label "Hendrik Symens" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNamePatronym "Symens"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "schipper" .

oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person-2677bf89-d39f-425f-8b82-093582a0679a
  a a2a:Person ;
  rdfs:label "Sjoukjen Luitzens" ;
  a2a:PersonName [
    rdfs:label "Sjoukjen Luitzens" ;
    a2a:PersonNameFirstName "Sjoukjen" ;
    a2a:PersonNamePatronym "Luitzens"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person-b295302b-bd9e-486b-8f5e-22daee000c2c
  a a2a:Person ;
  rdfs:label "Sjoukjen Jans" ;
  a2a:PersonName [
    rdfs:label "Sjoukjen Jans" ;
    a2a:PersonNameFirstName "Sjoukjen" ;
    a2a:PersonNamePatronym "Jans"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1826" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1826-11-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Terhorne" ;
    rdfs:label "Terhorne"
  ] .

oa:relationep_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person:a68d568e-2c61-7fe1-b7e2-a12dfab46213 ;
  a2a:EventKeyRef oa:event_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Event1 .

oa:relationep_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person:aa083d51-72b2-46a3-a8f8-68e4dc18ff67 ;
  a2a:EventKeyRef oa:event_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Event1 .

oa:relationep_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person:2677bf89-d39f-425f-8b82-093582a0679a ;
  a2a:EventKeyRef oa:event_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Event1 .

oa:relationpp_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person:a68d568e-2c61-7fe1-b7e2-a12dfab46213, oa:person_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6_Person:b295302b-bd9e-486b-8f5e-22daee000c2c .

oa:source_frl_3dbefd45-9aa0-331e-76dd-d4dbc2843dc6
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Utingeradeel" ;
    rdfs:label "Utingeradeel", "1826-11-20 - 1826-11-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-11-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-11-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1826" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1826-11-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Utingeradeel - Tresoar, Bron: boek, Deel: 3004, Periode: 1826" ;
    a2a:Book "Overlijdensregister 1826" ;
    a2a:RegistryNumber "3004" ;
    a2a:Folio "053/3-19" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Utingeradeel - Tresoar, Bron: boek, Deel: 3004, Periode: 1826, Overlijdensregister 1826, 3004, 053/3-19"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/f0628f41-3102-b05e-214c-445f8193a59f.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/3dbefd45-9aa0-331e-76dd-d4dbc2843dc6" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/f0628f41-3102-b05e-214c-445f8193a59f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/3dbefd45-9aa0-331e-76dd-d4dbc2843dc6" ;
  a2a:RecordGUID "{3dbefd45-9aa0-331e-76dd-d4dbc2843dc6}" ;
  a2a:SourceRemarkOpmerking "<i><b>Verkeerde akte? Gebruik \"Volgende\" rechtsboven op afbeeldingsscherm.</b></i>" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Utingeradeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3004" ;
  a2a:SourceRemarkregister_periode "1826" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_61811_00061811.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "weduwnaar" ;
  a2a:PersonRemarkplaats_overlijden "Terhorne" ;
  a2a:PersonRemarkdatum_overlijden "1826-11-20" .

