@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_dbe10b7a-aa0a-b64d-3005-e0becc21211d
  a a2a:Record ;
  rdfs:label "Overlijden op 1 januari 1929 te Ooststellingwerf" ;
  a2a:hasPerson oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person-deb9261a-3553-7437-4cc3-f9e5b954f1bd, oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person-e86c8b7a-62ab-3e6d-9326-46befcb82111, oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person-af8b72cf-c9d9-d180-744b-20a36dde5133, oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person-cf7f0579-5a3d-c59f-6905-daf06d5bdafe ;
  a2a:hasEvent oa:event_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_0, oa:relationep_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_1, oa:relationep_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_2 ;
  a2a:hasRelationPP oa:relationpp_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_0 ;
  a2a:hasSource oa:source_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d .

oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person-deb9261a-3553-7437-4cc3-f9e5b954f1bd
  a a2a:Person ;
  rdfs:label "Aaltje Jacobs Eisinga" ;
  a2a:PersonName [
    rdfs:label "Aaltje Jacobs Eisinga" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Jacobs" ;
    a2a:PersonNameLastName "Eisinga"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person-e86c8b7a-62ab-3e6d-9326-46befcb82111
  a a2a:Person ;
  rdfs:label "Roelof Andries Hogenberg" ;
  a2a:PersonName [
    rdfs:label "Roelof Andries Hogenberg" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNamePatronym "Andries" ;
    a2a:PersonNameLastName "Hogenberg"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person-af8b72cf-c9d9-d180-744b-20a36dde5133
  a a2a:Person ;
  rdfs:label "Jannes Roelofs Hogenberg" ;
  a2a:PersonName [
    rdfs:label "Jannes Roelofs Hogenberg" ;
    a2a:PersonNameFirstName "Jannes" ;
    a2a:PersonNamePatronym "Roelofs" ;
    a2a:PersonNameLastName "Hogenberg"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "85 jaar" ;
    rdfs:label "85 jaar"
  ] .

oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person-cf7f0579-5a3d-c59f-6905-daf06d5bdafe
  a a2a:Person ;
  rdfs:label "Albertje Geerts Oosterloo" ;
  a2a:PersonName [
    rdfs:label "Albertje Geerts Oosterloo" ;
    a2a:PersonNameFirstName "Albertje" ;
    a2a:PersonNamePatronym "Geerts" ;
    a2a:PersonNameLastName "Oosterloo"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1929" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1929-01-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf"
  ] .

oa:relationep_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person:deb9261a-3553-7437-4cc3-f9e5b954f1bd ;
  a2a:EventKeyRef oa:event_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Event1 .

oa:relationep_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person:e86c8b7a-62ab-3e6d-9326-46befcb82111 ;
  a2a:EventKeyRef oa:event_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Event1 .

oa:relationep_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person:af8b72cf-c9d9-d180-744b-20a36dde5133 ;
  a2a:EventKeyRef oa:event_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Event1 .

oa:relationpp_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person:af8b72cf-c9d9-d180-744b-20a36dde5133, oa:person_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d_Person:cf7f0579-5a3d-c59f-6905-daf06d5bdafe .

oa:source_frl_dbe10b7a-aa0a-b64d-3005-e0becc21211d
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf", "1929-01-02 - 1929-01-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1929-01-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1929-01-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1929" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1929-01-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Bron: boek, Deel: 3059, Periode: 1929" ;
    a2a:Book "Overlijdensregister 1929" ;
    a2a:DocumentNumber "0001" ;
    a2a:RegistryNumber "3059" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Bron: boek, Deel: 3059, Periode: 1929, Overlijdensregister 1929, 0001, 3059"
  ] ;
  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_3059%2FNL-0400410000_30-27_3059_002.jp2" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/dbe10b7a-aa0a-b64d-3005-e0becc21211d" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/NL-0400410000%2FNL-0400410000_30-27%2FNL-0400410000_30-27_3059%2FNL-0400410000_30-27_3059_002.jp2"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/dbe10b7a-aa0a-b64d-3005-e0becc21211d" ;
  a2a:RecordGUID "{dbe10b7a-aa0a-b64d-3005-e0becc21211d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231210_50648_00050648.xml van FRL" .

