@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_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23
  a a2a:Record ;
  rdfs:label "Overlijden op 18 mei 1894 te Hantumhuizen" ;
  a2a:hasPerson oa:person_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Person-244efec6-ed10-66e9-bf11-27ad4d280393, oa:person_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Person-d14ee157-d282-4446-9269-937f85497c2e, oa:person_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Person-d0340ad3-6b0c-4bf6-a03b-6a98e13a3c62 ;
  a2a:hasEvent oa:event_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_0, oa:relationep_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_1, oa:relationep_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_2 ;
  a2a:hasSource oa:source_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23 .

oa:person_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Person-244efec6-ed10-66e9-bf11-27ad4d280393
  a a2a:Person ;
  rdfs:label "Pietje Annes Kootstra" ;
  a2a:PersonName [
    rdfs:label "Pietje Annes Kootstra" ;
    a2a:PersonNameFirstName "Pietje" ;
    a2a:PersonNamePatronym "Annes" ;
    a2a:PersonNameLastName "Kootstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "5 jaar" ;
    rdfs:label "5 jaar"
  ] .

oa:person_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Person-d14ee157-d282-4446-9269-937f85497c2e
  a a2a:Person ;
  rdfs:label "Anne Dirks Kootstra" ;
  a2a:PersonName [
    rdfs:label "Anne Dirks Kootstra" ;
    a2a:PersonNameFirstName "Anne" ;
    a2a:PersonNamePatronym "Dirks" ;
    a2a:PersonNameLastName "Kootstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "arbeider" .

oa:person_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Person-d0340ad3-6b0c-4bf6-a03b-6a98e13a3c62
  a a2a:Person ;
  rdfs:label "Tjitske Freerks Posthumus" ;
  a2a:PersonName [
    rdfs:label "Tjitske Freerks Posthumus" ;
    a2a:PersonNameFirstName "Tjitske" ;
    a2a:PersonNamePatronym "Freerks" ;
    a2a:PersonNameLastName "Posthumus"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "arbeidster" .

oa:event_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "5" ;
    a2a:Day "18" ;
    rdfs:label "1894-05-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hantumhuizen" ;
    rdfs:label "Hantumhuizen"
  ] .

oa:relationep_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Person:244efec6-ed10-66e9-bf11-27ad4d280393 ;
  a2a:EventKeyRef oa:event_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Event1 .

oa:relationep_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Person:d14ee157-d282-4446-9269-937f85497c2e ;
  a2a:EventKeyRef oa:event_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Event1 .

oa:relationep_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Person:d0340ad3-6b0c-4bf6-a03b-6a98e13a3c62 ;
  a2a:EventKeyRef oa:event_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23_Event1 .

oa:source_frl_a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Westdongeradeel" ;
    rdfs:label "Westdongeradeel", "1894-05-19 - 1894-05-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-05-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-05-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1894" ;
    a2a:Month "5" ;
    a2a:Day "19" ;
    rdfs:label "1894-05-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Bron: boek, Deel: 3023, Periode: 1894" ;
    a2a:Book "Overlijdensregister 1894" ;
    a2a:DocumentNumber "0073" ;
    a2a:RegistryNumber "3023" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Bron: boek, Deel: 3023, Periode: 1894, Overlijdensregister 1894, 0073, 3023"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/409f29a6-45c3-fc3b-9eea-1065b72eb2fe.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/409f29a6-45c3-fc3b-9eea-1065b72eb2fe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23" ;
  a2a:RecordGUID "{a3cb2c9c-e8d1-38c7-42b4-d22eb0f7ae23}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Westdongeradeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3023" ;
  a2a:SourceRemarkregister_periode "1894" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_66331_00066331.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Hantumhuizen" ;
  a2a:PersonRemarkdatum_overlijden "1894-05-18" .

