@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_edb3fae0-e2ab-10b1-e719-340f5bdf7a00
  a a2a:Record ;
  rdfs:label "Overlijden op 15 januari 1899 te Ooststellingwerf" ;
  a2a:hasPerson oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person-aa681d0a-e37b-98c4-220b-face2873a958, oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person-c7dc5a1b-42b3-00eb-4ba9-feaec67d3689, oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person-cb960e95-9a4f-3968-42b5-d24fa156ab31, oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person-eb7e5845-e73e-6ab3-955b-8a60525fe66c ;
  a2a:hasEvent oa:event_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_0, oa:relationep_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_1, oa:relationep_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_2 ;
  a2a:hasRelationPP oa:relationpp_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_0 ;
  a2a:hasSource oa:source_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00 .

oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person-aa681d0a-e37b-98c4-220b-face2873a958
  a a2a:Person ;
  rdfs:label "Rink Rinks Dijkstra" ;
  a2a:PersonName [
    rdfs:label "Rink Rinks Dijkstra" ;
    a2a:PersonNameFirstName "Rink" ;
    a2a:PersonNamePatronym "Rinks" ;
    a2a:PersonNameLastName "Dijkstra"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person-c7dc5a1b-42b3-00eb-4ba9-feaec67d3689
  a a2a:Person ;
  rdfs:label "Oene Rinks Dijkstra" ;
  a2a:PersonName [
    rdfs:label "Oene Rinks Dijkstra" ;
    a2a:PersonNameFirstName "Oene" ;
    a2a:PersonNamePatronym "Rinks" ;
    a2a:PersonNameLastName "Dijkstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "80 jaar" ;
    rdfs:label "80 jaar"
  ] .

oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person-cb960e95-9a4f-3968-42b5-d24fa156ab31
  a a2a:Person ;
  rdfs:label "Tjimkjen Oenes de Vries" ;
  a2a:PersonName [
    rdfs:label "Tjimkjen Oenes de Vries" ;
    a2a:PersonNameFirstName "Tjimkjen" ;
    a2a:PersonNamePatronym "Oenes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person-eb7e5845-e73e-6ab3-955b-8a60525fe66c
  a a2a:Person ;
  rdfs:label "Geertje Oenes de Jong" ;
  a2a:PersonName [
    rdfs:label "Geertje Oenes de Jong" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNamePatronym "Oenes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1899-01-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf"
  ] .

oa:relationep_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person:aa681d0a-e37b-98c4-220b-face2873a958 ;
  a2a:EventKeyRef oa:event_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Event1 .

oa:relationep_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person:c7dc5a1b-42b3-00eb-4ba9-feaec67d3689 ;
  a2a:EventKeyRef oa:event_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Event1 .

oa:relationep_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person:cb960e95-9a4f-3968-42b5-d24fa156ab31 ;
  a2a:EventKeyRef oa:event_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Event1 .

oa:relationpp_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person:c7dc5a1b-42b3-00eb-4ba9-feaec67d3689, oa:person_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00_Person:eb7e5845-e73e-6ab3-955b-8a60525fe66c .

oa:source_frl_edb3fae0-e2ab-10b1-e719-340f5bdf7a00
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf", "1899-01-16 - 1899-01-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-01-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-01-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "1" ;
    a2a:Day "16" ;
    rdfs:label "1899-01-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Bron: boek, Deel: 3028, Periode: 1899" ;
    a2a:Book "Overlijdensregister 1899" ;
    a2a:DocumentNumber "0005" ;
    a2a:RegistryNumber "3028" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Bron: boek, Deel: 3028, Periode: 1899, Overlijdensregister 1899, 0005, 3028"
  ] ;
  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_3028%2FNL-0400410000_30-27_3028_002.jp2" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/edb3fae0-e2ab-10b1-e719-340f5bdf7a00" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/NL-0400410000%2FNL-0400410000_30-27%2FNL-0400410000_30-27_3028%2FNL-0400410000_30-27_3028_002.jp2"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/edb3fae0-e2ab-10b1-e719-340f5bdf7a00" ;
  a2a:RecordGUID "{edb3fae0-e2ab-10b1-e719-340f5bdf7a00}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231210_51793_00051793.xml van FRL" .

