@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_92ce741b-e2c0-aa5b-a87f-968894e689f7
  a a2a:Record ;
  rdfs:label "Overlijden op 24 februari 1888 te Ooststellingwerf" ;
  a2a:hasPerson oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person-1db65117-4ee4-33e4-37c4-f0f3309a456e, oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person-501e6e06-829d-48ec-c6b6-128cd4956f3c, oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person-8d86556c-fde8-7c34-2193-d3611ad4f093, oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person-f6461369-ca04-3a5f-ade5-ea2e46934fa8 ;
  a2a:hasEvent oa:event_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_0, oa:relationep_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_1, oa:relationep_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_2 ;
  a2a:hasRelationPP oa:relationpp_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_0 ;
  a2a:hasSource oa:source_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7 .

oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person-1db65117-4ee4-33e4-37c4-f0f3309a456e
  a a2a:Person ;
  rdfs:label "Albert Jans Fokkes" ;
  a2a:PersonName [
    rdfs:label "Albert Jans Fokkes" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Fokkes"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "87 jaar" ;
    rdfs:label "87 jaar"
  ] .

oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person-501e6e06-829d-48ec-c6b6-128cd4956f3c
  a a2a:Person ;
  rdfs:label "Jacobjen Jacobs" ;
  a2a:PersonName [
    rdfs:label "Jacobjen Jacobs" ;
    a2a:PersonNameFirstName "Jacobjen" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person-8d86556c-fde8-7c34-2193-d3611ad4f093
  a a2a:Person ;
  rdfs:label "Jan Alberts Fokkes" ;
  a2a:PersonName [
    rdfs:label "Jan Alberts Fokkes" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Alberts" ;
    a2a:PersonNameLastName "Fokkes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person-f6461369-ca04-3a5f-ade5-ea2e46934fa8
  a a2a:Person ;
  rdfs:label "Aaltjen Roelofs Luggerts" ;
  a2a:PersonName [
    rdfs:label "Aaltjen Roelofs Luggerts" ;
    a2a:PersonNameFirstName "Aaltjen" ;
    a2a:PersonNamePatronym "Roelofs" ;
    a2a:PersonNameLastName "Luggerts"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1888" ;
    a2a:Month "2" ;
    a2a:Day "24" ;
    rdfs:label "1888-02-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf"
  ] .

oa:relationep_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person:1db65117-4ee4-33e4-37c4-f0f3309a456e ;
  a2a:EventKeyRef oa:event_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Event1 .

oa:relationep_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person:501e6e06-829d-48ec-c6b6-128cd4956f3c ;
  a2a:EventKeyRef oa:event_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Event1 .

oa:relationep_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person:8d86556c-fde8-7c34-2193-d3611ad4f093 ;
  a2a:EventKeyRef oa:event_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Event1 .

oa:relationpp_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person:1db65117-4ee4-33e4-37c4-f0f3309a456e, oa:person_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7_Person:f6461369-ca04-3a5f-ade5-ea2e46934fa8 .

oa:source_frl_92ce741b-e2c0-aa5b-a87f-968894e689f7
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf", "1888-02-25 - 1888-02-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-02-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1888-02-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1888" ;
    a2a:Month "2" ;
    a2a:Day "25" ;
    rdfs:label "1888-02-25"^^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: 1888" ;
    a2a:Book "Overlijdensregister 1888" ;
    a2a:DocumentNumber "0030" ;
    a2a:RegistryNumber "3020" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Bron: boek, Deel: 3020, Periode: 1888, Overlijdensregister 1888, 0030, 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_064.jp2" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/92ce741b-e2c0-aa5b-a87f-968894e689f7" ;
    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_064.jp2"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/92ce741b-e2c0-aa5b-a87f-968894e689f7" ;
  a2a:RecordGUID "{92ce741b-e2c0-aa5b-a87f-968894e689f7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_56474_00056474.xml van FRL" .

