@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_47464292-8be0-0663-7ebc-e697c98c76e0
  a a2a:Record ;
  rdfs:label "Overlijden op 5 januari 1892 te Ferwerderadeel" ;
  a2a:hasPerson oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person-38deae6f-a872-150c-7f32-b84ecfd8f866, oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person-cc91c5cd-f0b2-08e6-9b44-edb8a9494579, oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person-74526f30-2105-6ae3-4b78-b7ca16f0762f, oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person-02dd39cb-b4fe-a85e-eb27-315f1f1a180d ;
  a2a:hasEvent oa:event_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_47464292-8be0-0663-7ebc-e697c98c76e0_0, oa:relationep_frl_47464292-8be0-0663-7ebc-e697c98c76e0_1, oa:relationep_frl_47464292-8be0-0663-7ebc-e697c98c76e0_2 ;
  a2a:hasRelationPP oa:relationpp_frl_47464292-8be0-0663-7ebc-e697c98c76e0_0 ;
  a2a:hasSource oa:source_frl_47464292-8be0-0663-7ebc-e697c98c76e0 .

oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person-38deae6f-a872-150c-7f32-b84ecfd8f866
  a a2a:Person ;
  rdfs:label "Trijntje Martens Engbrenghof" ;
  a2a:PersonName [
    rdfs:label "Trijntje Martens Engbrenghof" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Martens" ;
    a2a:PersonNameLastName "Engbrenghof"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person-cc91c5cd-f0b2-08e6-9b44-edb8a9494579
  a a2a:Person ;
  rdfs:label "Frans Oenes Fortuin" ;
  a2a:PersonName [
    rdfs:label "Frans Oenes Fortuin" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNamePatronym "Oenes" ;
    a2a:PersonNameLastName "Fortuin"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person-74526f30-2105-6ae3-4b78-b7ca16f0762f
  a a2a:Person ;
  rdfs:label "Bertus Fransen Fortuin" ;
  a2a:PersonName [
    rdfs:label "Bertus Fransen Fortuin" ;
    a2a:PersonNameFirstName "Bertus" ;
    a2a:PersonNamePatronym "Fransen" ;
    a2a:PersonNameLastName "Fortuin"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "67 jaar" ;
    rdfs:label "67 jaar"
  ] .

oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person-02dd39cb-b4fe-a85e-eb27-315f1f1a180d
  a a2a:Person ;
  rdfs:label "Haebeltje Jacobs Patrouilje" ;
  a2a:PersonName [
    rdfs:label "Haebeltje Jacobs Patrouilje" ;
    a2a:PersonNameFirstName "Haebeltje" ;
    a2a:PersonNamePatronym "Jacobs" ;
    a2a:PersonNameLastName "Patrouilje"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1892" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1892-01-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ferwerderadeel" ;
    rdfs:label "Ferwerderadeel"
  ] .

oa:relationep_frl_47464292-8be0-0663-7ebc-e697c98c76e0_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person:38deae6f-a872-150c-7f32-b84ecfd8f866 ;
  a2a:EventKeyRef oa:event_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Event1 .

oa:relationep_frl_47464292-8be0-0663-7ebc-e697c98c76e0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person:cc91c5cd-f0b2-08e6-9b44-edb8a9494579 ;
  a2a:EventKeyRef oa:event_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Event1 .

oa:relationep_frl_47464292-8be0-0663-7ebc-e697c98c76e0_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person:74526f30-2105-6ae3-4b78-b7ca16f0762f ;
  a2a:EventKeyRef oa:event_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Event1 .

oa:relationpp_frl_47464292-8be0-0663-7ebc-e697c98c76e0_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person:74526f30-2105-6ae3-4b78-b7ca16f0762f, oa:person_frl_47464292-8be0-0663-7ebc-e697c98c76e0_Person:02dd39cb-b4fe-a85e-eb27-315f1f1a180d .

oa:source_frl_47464292-8be0-0663-7ebc-e697c98c76e0
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ferwerderadeel" ;
    rdfs:label "Ferwerderadeel", "1892-01-09 - 1892-01-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1892-01-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1892-01-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1892" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1892-01-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ferwerderadeel - Tresoar, Bron: boek, Deel: 3024, Periode: 1892" ;
    a2a:Book "Overlijdensregister 1891-1893" ;
    a2a:DocumentNumber "0007" ;
    a2a:RegistryNumber "3024" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ferwerderadeel - Tresoar, Bron: boek, Deel: 3024, Periode: 1892, Overlijdensregister 1891-1893, 0007, 3024"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/a99c41cf-f79e-e94f-076a-e527c2842d96.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/47464292-8be0-0663-7ebc-e697c98c76e0" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/a99c41cf-f79e-e94f-076a-e527c2842d96.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/47464292-8be0-0663-7ebc-e697c98c76e0" ;
  a2a:RecordGUID "{47464292-8be0-0663-7ebc-e697c98c76e0}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Ferwerderadeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3024" ;
  a2a:SourceRemarkregister_periode "1892" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_62355_00062355.xml van FRL" .

[] a2a:PersonRemarkdatum_overlijden "1892-01-05" .
