@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_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734
  a a2a:Record ;
  rdfs:label "Overlijden op 2 augustus 1923 te Kollum" ;
  a2a:hasPerson oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person-10cd5b78-5b3d-adb5-ed9f-e034ed43cb8a, oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person-055e9510-237a-4644-935b-35be0c205a4a, oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person-961c1979-ead3-4c71-9b3e-81e19b90c74b, oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person-20fb3d30-1134-4816-8dbf-6a97d5fc3885 ;
  a2a:hasEvent oa:event_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_0, oa:relationep_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_1, oa:relationep_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_2 ;
  a2a:hasRelationPP oa:relationpp_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_0 ;
  a2a:hasSource oa:source_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734 .

oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person-10cd5b78-5b3d-adb5-ed9f-e034ed43cb8a
  a a2a:Person ;
  rdfs:label "Tjitske Bloemhof" ;
  a2a:PersonName [
    rdfs:label "Tjitske Bloemhof" ;
    a2a:PersonNameFirstName "Tjitske" ;
    a2a:PersonNameLastName "Bloemhof"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "58 jaar" ;
    rdfs:label "58 jaar"
  ] .

oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person-055e9510-237a-4644-935b-35be0c205a4a
  a a2a:Person ;
  rdfs:label "Doeye Wybrens Bloemhof" ;
  a2a:PersonName [
    rdfs:label "Doeye Wybrens Bloemhof" ;
    a2a:PersonNameFirstName "Doeye" ;
    a2a:PersonNamePatronym "Wybrens" ;
    a2a:PersonNameLastName "Bloemhof"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person-961c1979-ead3-4c71-9b3e-81e19b90c74b
  a a2a:Person ;
  rdfs:label "Trijntje Mients Faber" ;
  a2a:PersonName [
    rdfs:label "Trijntje Mients Faber" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Mients" ;
    a2a:PersonNameLastName "Faber"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person-20fb3d30-1134-4816-8dbf-6a97d5fc3885
  a a2a:Person ;
  rdfs:label "Oebele Agter" ;
  a2a:PersonName [
    rdfs:label "Oebele Agter" ;
    a2a:PersonNameFirstName "Oebele" ;
    a2a:PersonNameLastName "Agter"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "broodbakker" .

oa:event_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "8" ;
    a2a:Day "2" ;
    rdfs:label "1923-08-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kollum" ;
    rdfs:label "Kollum"
  ] .

oa:relationep_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person:10cd5b78-5b3d-adb5-ed9f-e034ed43cb8a ;
  a2a:EventKeyRef oa:event_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Event1 .

oa:relationep_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person:055e9510-237a-4644-935b-35be0c205a4a ;
  a2a:EventKeyRef oa:event_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Event1 .

oa:relationep_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person:961c1979-ead3-4c71-9b3e-81e19b90c74b ;
  a2a:EventKeyRef oa:event_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Event1 .

oa:relationpp_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person:10cd5b78-5b3d-adb5-ed9f-e034ed43cb8a, oa:person_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734_Person:20fb3d30-1134-4816-8dbf-6a97d5fc3885 .

oa:source_frl_4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Kollumerland c.a." ;
    rdfs:label "Kollumerland c.a.", "1923-08-03 - 1923-08-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-08-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-08-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "8" ;
    a2a:Day "3" ;
    rdfs:label "1923-08-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Kollumerland c.a. - Tresoar, Bron: boek, Deel: 3052, Periode: 1923" ;
    a2a:Book "Overlijdensregister 1923" ;
    a2a:DocumentNumber "0068" ;
    a2a:RegistryNumber "3052" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Kollumerland c.a. - Tresoar, Bron: boek, Deel: 3052, Periode: 1923, Overlijdensregister 1923, 0068, 3052"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/6d6c2d73-89e1-2c25-b20b-e16979289593.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/6d6c2d73-89e1-2c25-b20b-e16979289593.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734" ;
  a2a:RecordGUID "{4f308fbd-dc2a-fa8b-eacd-a7fc9ef8b734}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Kollumerland c.a. - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3052" ;
  a2a:SourceRemarkregister_periode "1923" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_58505_00058505.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "gehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Kollum" ;
  a2a:PersonRemarkdatum_overlijden "1923-08-02" .

