@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_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5
  a a2a:Record ;
  rdfs:label "Overlijden op 14 augustus 1889 te Ooststellingwerf" ;
  a2a:hasPerson oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person-11b126ac-dcd3-5db2-658d-7edb1258f030, oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person-5f05473b-3052-81d0-9618-ad22fea14521, oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person-6fa58fcd-65e1-0ab6-7048-5fcd9ae1c3b7, oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person-f9b4b2c8-9fa2-6dfd-d704-cde4ed387d5e ;
  a2a:hasEvent oa:event_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_0, oa:relationep_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_1, oa:relationep_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_2 ;
  a2a:hasRelationPP oa:relationpp_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_0 ;
  a2a:hasSource oa:source_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5 .

oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person-11b126ac-dcd3-5db2-658d-7edb1258f030
  a a2a:Person ;
  rdfs:label "Engbert Jongbloed" ;
  a2a:PersonName [
    rdfs:label "Engbert Jongbloed" ;
    a2a:PersonNameFirstName "Engbert" ;
    a2a:PersonNameLastName "Jongbloed"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person-5f05473b-3052-81d0-9618-ad22fea14521
  a a2a:Person ;
  rdfs:label "Jan Dirks van der Heide" ;
  a2a:PersonName [
    rdfs:label "Jan Dirks van der Heide" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Dirks" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Heide"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person-6fa58fcd-65e1-0ab6-7048-5fcd9ae1c3b7
  a a2a:Person ;
  rdfs:label "Lutske Alberts Fokkens" ;
  a2a:PersonName [
    rdfs:label "Lutske Alberts Fokkens" ;
    a2a:PersonNameFirstName "Lutske" ;
    a2a:PersonNamePatronym "Alberts" ;
    a2a:PersonNameLastName "Fokkens"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person-f9b4b2c8-9fa2-6dfd-d704-cde4ed387d5e
  a a2a:Person ;
  rdfs:label "Jantje van der Heide" ;
  a2a:PersonName [
    rdfs:label "Jantje van der Heide" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Heide"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25 jaar" ;
    rdfs:label "25 jaar"
  ] .

oa:event_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1889-08-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf"
  ] .

oa:relationep_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person:5f05473b-3052-81d0-9618-ad22fea14521 ;
  a2a:EventKeyRef oa:event_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Event1 .

oa:relationep_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person:6fa58fcd-65e1-0ab6-7048-5fcd9ae1c3b7 ;
  a2a:EventKeyRef oa:event_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Event1 .

oa:relationep_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person:f9b4b2c8-9fa2-6dfd-d704-cde4ed387d5e ;
  a2a:EventKeyRef oa:event_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Event1 .

oa:relationpp_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person:f9b4b2c8-9fa2-6dfd-d704-cde4ed387d5e, oa:person_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5_Person:11b126ac-dcd3-5db2-658d-7edb1258f030 .

oa:source_frl_3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf", "1889-08-15 - 1889-08-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-08-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-08-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "8" ;
    a2a:Day "15" ;
    rdfs:label "1889-08-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Bron: boek, Deel: 3020, Periode: 1889" ;
    a2a:Book "Overlijdensregister 1889" ;
    a2a:DocumentNumber "0131" ;
    a2a:RegistryNumber "3020" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Bron: boek, Deel: 3020, Periode: 1889, Overlijdensregister 1889, 0131, 3020"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/NL-0400410000%2FNL-0400410000_30-27%2FNL-0400410000_30-27_3020%2FNL-0400410000_30-27_3020_140.jp2" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/NL-0400410000%2FNL-0400410000_30-27%2FNL-0400410000_30-27_3020%2FNL-0400410000_30-27_3020_140.jp2"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5" ;
  a2a:RecordGUID "{3c2bcf99-e22a-bc67-5c62-59d1f5a4b2c5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_58911_00058911.xml van FRL" .

