@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_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc
  a a2a:Record ;
  rdfs:label "Overlijden op 9 november 1953 te Barradeel" ;
  a2a:hasPerson oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person-f357a69e-0dad-11e5-8d4d-b36999802bd0, oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person-9eec5935-4ffe-1bab-9698-6abbc97829f5, oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person-09da6ba4-0dae-11e5-abc8-5367252cf7d9, oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person-0a01d0ea-0dae-11e5-bbce-6fe298d3ecf9 ;
  a2a:hasEvent oa:event_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_0, oa:relationep_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_1, oa:relationep_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_2 ;
  a2a:hasRelationPP oa:relationpp_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_0 ;
  a2a:hasSource oa:source_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc .

oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person-f357a69e-0dad-11e5-8d4d-b36999802bd0
  a a2a:Person ;
  rdfs:label "Gerrit Fokkema" ;
  a2a:PersonName [
    rdfs:label "Gerrit Fokkema" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Fokkema"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Wijnaldum" ;
    rdfs:label "Wijnaldum"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "66 jaar" ;
    rdfs:label "66 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dongjum" ;
    rdfs:label "Dongjum"
  ] .

oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person-9eec5935-4ffe-1bab-9698-6abbc97829f5
  a a2a:Person ;
  rdfs:label "Botje Faber" ;
  a2a:PersonName [
    rdfs:label "Botje Faber" ;
    a2a:PersonNameFirstName "Botje" ;
    a2a:PersonNameLastName "Faber"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person-09da6ba4-0dae-11e5-abc8-5367252cf7d9
  a a2a:Person ;
  rdfs:label "Anne Fokkema" ;
  a2a:PersonName [
    rdfs:label "Anne Fokkema" ;
    a2a:PersonNameFirstName "Anne" ;
    a2a:PersonNameLastName "Fokkema"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person-0a01d0ea-0dae-11e5-bbce-6fe298d3ecf9
  a a2a:Person ;
  rdfs:label "Aafke Fongers" ;
  a2a:PersonName [
    rdfs:label "Aafke Fongers" ;
    a2a:PersonNameFirstName "Aafke" ;
    a2a:PersonNameLastName "Fongers"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1953" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1953-11-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Barradeel" ;
    rdfs:label "Barradeel"
  ] .

oa:relationep_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person:f357a69e-0dad-11e5-8d4d-b36999802bd0 ;
  a2a:EventKeyRef oa:event_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Event1 .

oa:relationep_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person:09da6ba4-0dae-11e5-abc8-5367252cf7d9 ;
  a2a:EventKeyRef oa:event_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Event1 .

oa:relationep_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person:0a01d0ea-0dae-11e5-bbce-6fe298d3ecf9 ;
  a2a:EventKeyRef oa:event_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Event1 .

oa:relationpp_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person:f357a69e-0dad-11e5-8d4d-b36999802bd0, oa:person_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc_Person:9eec5935-4ffe-1bab-9698-6abbc97829f5 .

oa:source_frl_0a4f708e-0dae-11e5-b2f5-331bdd55ebcc
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Barradeel" ;
    rdfs:label "Barradeel", "1953-11-10 - 1953-11-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1953-11-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1953-11-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1953" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1953-11-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Barradeel - Tresoar, Deel: 3085, Periode: 1953" ;
    a2a:Book "Overlijdensregister 1953" ;
    a2a:DocumentNumber "0076" ;
    a2a:RegistryNumber "3085" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Barradeel - Tresoar, Deel: 3085, Periode: 1953, Overlijdensregister 1953, 0076, 3085"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/e9ac81ba-4d94-ffae-d2bf-acce7836adc3.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0a4f708e-0dae-11e5-b2f5-331bdd55ebcc" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/e9ac81ba-4d94-ffae-d2bf-acce7836adc3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0a4f708e-0dae-11e5-b2f5-331bdd55ebcc" ;
  a2a:RecordGUID "{0a4f708e-0dae-11e5-b2f5-331bdd55ebcc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_67919_00067919.xml van FRL" .

