@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_d40343fb-aeea-9ebd-c321-efa35b8a7abb
  a a2a:Record ;
  rdfs:label "Overlijden op 11 februari 1929 te Dokkum" ;
  a2a:hasPerson oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person-4d3afb1c-7c9d-eff9-4818-cdc9a32a8241, oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person-e684ea9a-be8b-4682-af9d-6fe63a8f3837, oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person-073de811-fa0f-4728-9c4e-5b305bcc6720, oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person-4b5f4e58-eab6-4406-9da3-d7ff822f163e ;
  a2a:hasEvent oa:event_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_0, oa:relationep_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_1, oa:relationep_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_2 ;
  a2a:hasRelationPP oa:relationpp_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_0 ;
  a2a:hasSource oa:source_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb .

oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person-4d3afb1c-7c9d-eff9-4818-cdc9a32a8241
  a a2a:Person ;
  rdfs:label "Sietske Toornstra" ;
  a2a:PersonName [
    rdfs:label "Sietske Toornstra" ;
    a2a:PersonNameFirstName "Sietske" ;
    a2a:PersonNameLastName "Toornstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "49 jaar" ;
    rdfs:label "49 jaar"
  ] .

oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person-e684ea9a-be8b-4682-af9d-6fe63a8f3837
  a a2a:Person ;
  rdfs:label "Gerrit Toornstra" ;
  a2a:PersonName [
    rdfs:label "Gerrit Toornstra" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Toornstra"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person-073de811-fa0f-4728-9c4e-5b305bcc6720
  a a2a:Person ;
  rdfs:label "Aafke van der Veen" ;
  a2a:PersonName [
    rdfs:label "Aafke van der Veen" ;
    a2a:PersonNameFirstName "Aafke" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Veen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person-4b5f4e58-eab6-4406-9da3-d7ff822f163e
  a a2a:Person ;
  rdfs:label "Jeppe Folkert Zijlstra" ;
  a2a:PersonName [
    rdfs:label "Jeppe Folkert Zijlstra" ;
    a2a:PersonNameFirstName "Jeppe Folkert" ;
    a2a:PersonNameLastName "Zijlstra"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1929" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1929-02-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dokkum" ;
    rdfs:label "Dokkum"
  ] .

oa:relationep_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person:4d3afb1c-7c9d-eff9-4818-cdc9a32a8241 ;
  a2a:EventKeyRef oa:event_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Event1 .

oa:relationep_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person:e684ea9a-be8b-4682-af9d-6fe63a8f3837 ;
  a2a:EventKeyRef oa:event_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Event1 .

oa:relationep_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person:073de811-fa0f-4728-9c4e-5b305bcc6720 ;
  a2a:EventKeyRef oa:event_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Event1 .

oa:relationpp_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person:4d3afb1c-7c9d-eff9-4818-cdc9a32a8241, oa:person_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb_Person:4b5f4e58-eab6-4406-9da3-d7ff822f163e .

oa:source_frl_d40343fb-aeea-9ebd-c321-efa35b8a7abb
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dokkum" ;
    rdfs:label "Dokkum", "1929-02-12 - 1929-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1929-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1929-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1929" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1929-02-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Dokkum - Tresoar, Bron: boek, Deel: 3051, Periode: 1929" ;
    a2a:Book "Overlijdensregister 1929" ;
    a2a:DocumentNumber "0009" ;
    a2a:RegistryNumber "3051" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Dokkum - Tresoar, Bron: boek, Deel: 3051, Periode: 1929, Overlijdensregister 1929, 0009, 3051"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/73eb0115-1c35-faa2-b6c7-735e5838caa3.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/d40343fb-aeea-9ebd-c321-efa35b8a7abb" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/73eb0115-1c35-faa2-b6c7-735e5838caa3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/d40343fb-aeea-9ebd-c321-efa35b8a7abb" ;
  a2a:RecordGUID "{d40343fb-aeea-9ebd-c321-efa35b8a7abb}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Dokkum - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3051" ;
  a2a:SourceRemarkregister_periode "1929" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_46447_00046447.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "gehuwd" ;
  a2a:PersonRemarkplaats_overlijden "Dokkum" ;
  a2a:PersonRemarkdatum_overlijden "1929-02-11" .

