@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_2e8a87f1-0fb8-422e-ba69-e7c99966e643
  a a2a:Record ;
  rdfs:label "Overlijden op 15 augustus 1946 te Dokkum" ;
  a2a:hasPerson oa:person_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Person-518da348-892a-4c9a-b2f5-53eaa1a0578b, oa:person_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Person-aa87a9b3-04c7-4db2-99f9-d119fd838996, oa:person_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Person-b8943653-cb79-4295-a276-236d307a78ca ;
  a2a:hasEvent oa:event_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_0, oa:relationep_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_1, oa:relationep_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_2 ;
  a2a:hasSource oa:source_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643 .

oa:person_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Person-518da348-892a-4c9a-b2f5-53eaa1a0578b
  a a2a:Person ;
  rdfs:label "Anna Elisabeth Bijlstra" ;
  a2a:PersonName [
    rdfs:label "Anna Elisabeth Bijlstra" ;
    a2a:PersonNameFirstName "Anna Elisabeth" ;
    a2a:PersonNameLastName "Bijlstra"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Person-aa87a9b3-04c7-4db2-99f9-d119fd838996
  a a2a:Person ;
  rdfs:label "Geert Roosma" ;
  a2a:PersonName [
    rdfs:label "Geert Roosma" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Roosma"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "57 jaar" ;
    rdfs:label "57 jaar"
  ] .

oa:person_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Person-b8943653-cb79-4295-a276-236d307a78ca
  a a2a:Person ;
  rdfs:label "Minne Roosma" ;
  a2a:PersonName [
    rdfs:label "Minne Roosma" ;
    a2a:PersonNameFirstName "Minne" ;
    a2a:PersonNameLastName "Roosma"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1946" ;
    a2a:Month "8" ;
    a2a:Day "15" ;
    rdfs:label "1946-08-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dokkum" ;
    rdfs:label "Dokkum"
  ] .

oa:relationep_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Person:518da348-892a-4c9a-b2f5-53eaa1a0578b ;
  a2a:EventKeyRef oa:event_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Event1 .

oa:relationep_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Person:aa87a9b3-04c7-4db2-99f9-d119fd838996 ;
  a2a:EventKeyRef oa:event_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Event1 .

oa:relationep_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Person:b8943653-cb79-4295-a276-236d307a78ca ;
  a2a:EventKeyRef oa:event_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643_Event1 .

oa:source_frl_2e8a87f1-0fb8-422e-ba69-e7c99966e643
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dokkum" ;
    rdfs:label "Dokkum", "1946-08-16 - 1946-08-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1946-08-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1946-08-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1946" ;
    a2a:Month "8" ;
    a2a:Day "16" ;
    rdfs:label "1946-08-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Dokkum - Tresoar, Bron: boek, Deel: 3068, Periode: 1946" ;
    a2a:Book "Overlijdensregister 1946" ;
    a2a:DocumentNumber "0042" ;
    a2a:RegistryNumber "3068" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Dokkum - Tresoar, Bron: boek, Deel: 3068, Periode: 1946, Overlijdensregister 1946, 0042, 3068"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/a2e26214-ec72-9039-8d72-5f1a9666eb6f.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/2e8a87f1-0fb8-422e-ba69-e7c99966e643" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/a2e26214-ec72-9039-8d72-5f1a9666eb6f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/2e8a87f1-0fb8-422e-ba69-e7c99966e643" ;
  a2a:RecordGUID "{2e8a87f1-0fb8-422e-ba69-e7c99966e643}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_60536_00060536.xml van FRL" .

[] a2a:PersonRemarkdiversen "gehuwd" .
