@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_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf
  a a2a:Record ;
  rdfs:label "Overlijden op 28 oktober 1954 te Harlingen" ;
  a2a:hasPerson oa:person_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Person-f3648eea-0dad-11e5-a7ad-3ba9e7e07ca5, oa:person_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Person-09e607de-0dae-11e5-bbec-3fe8692fe0b7, oa:person_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Person-0a0d5f3c-0dae-11e5-8b80-3b7668255b5c ;
  a2a:hasEvent oa:event_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_0, oa:relationep_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_1, oa:relationep_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_2 ;
  a2a:hasSource oa:source_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf .

oa:person_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Person-f3648eea-0dad-11e5-a7ad-3ba9e7e07ca5
  a a2a:Person ;
  rdfs:label "Tjaltje van der Schaaf" ;
  a2a:PersonName [
    rdfs:label "Tjaltje van der Schaaf" ;
    a2a:PersonNameFirstName "Tjaltje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Schaaf"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "82 jaar" ;
    rdfs:label "82 jaar"
  ] .

oa:person_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Person-09e607de-0dae-11e5-bbec-3fe8692fe0b7
  a a2a:Person ;
  rdfs:label "Doeke Alberts van der Schaaf" ;
  a2a:PersonName [
    rdfs:label "Doeke Alberts van der Schaaf" ;
    a2a:PersonNameFirstName "Doeke" ;
    a2a:PersonNamePatronym "Alberts" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Schaaf"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Person-0a0d5f3c-0dae-11e5-8b80-3b7668255b5c
  a a2a:Person ;
  rdfs:label "Ietske Scheltes Faber" ;
  a2a:PersonName [
    rdfs:label "Ietske Scheltes Faber" ;
    a2a:PersonNameFirstName "Ietske" ;
    a2a:PersonNamePatronym "Scheltes" ;
    a2a:PersonNameLastName "Faber"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1954" ;
    a2a:Month "10" ;
    a2a:Day "28" ;
    rdfs:label "1954-10-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen"
  ] .

oa:relationep_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Person:f3648eea-0dad-11e5-a7ad-3ba9e7e07ca5 ;
  a2a:EventKeyRef oa:event_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Event1 .

oa:relationep_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Person:09e607de-0dae-11e5-bbec-3fe8692fe0b7 ;
  a2a:EventKeyRef oa:event_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Event1 .

oa:relationep_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Person:0a0d5f3c-0dae-11e5-8b80-3b7668255b5c ;
  a2a:EventKeyRef oa:event_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf_Event1 .

oa:source_frl_0a5b030e-0dae-11e5-a93b-e75ed5aab2cf
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen", "1954-10-29 - 1954-10-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1954-10-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1954-10-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1954" ;
    a2a:Month "10" ;
    a2a:Day "29" ;
    rdfs:label "1954-10-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Harlingen - Tresoar, Deel: 3090, Periode: 1954" ;
    a2a:Book "Overlijdensregister 1954" ;
    a2a:DocumentNumber "0144" ;
    a2a:RegistryNumber "3090" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Harlingen - Tresoar, Deel: 3090, Periode: 1954, Overlijdensregister 1954, 0144, 3090"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/6686e4fb-2387-c679-77c7-0e7ed19ca2f7.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0a5b030e-0dae-11e5-a93b-e75ed5aab2cf" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/6686e4fb-2387-c679-77c7-0e7ed19ca2f7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0a5b030e-0dae-11e5-a93b-e75ed5aab2cf" ;
  a2a:RecordGUID "{0a5b030e-0dae-11e5-a93b-e75ed5aab2cf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_68046_00068046.xml van FRL" .

[] a2a:PersonRemarkdiversen "gehuwd geweest" .
