@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_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb
  a a2a:Record ;
  rdfs:label "Overlijden op 19 oktober 1952 te Assen" ;
  a2a:hasPerson oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person-f3719e50-0dad-11e5-b8e6-1374d03ad2ba, oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person-0a41238a-0dae-11e5-95b4-1b02b42347b7, oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person-09f246ca-0dae-11e5-9eb1-9bfc976f77db, oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person-0a199af4-0dae-11e5-a6bb-ef85317967e1 ;
  a2a:hasEvent oa:event_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_0, oa:relationep_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_1, oa:relationep_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_2 ;
  a2a:hasRelationPP oa:relationpp_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_0 ;
  a2a:hasSource oa:source_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb .

oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person-f3719e50-0dad-11e5-b8e6-1374d03ad2ba
  a a2a:Person ;
  rdfs:label "Hiltje Kleiker" ;
  a2a:PersonName [
    rdfs:label "Hiltje Kleiker" ;
    a2a:PersonNameFirstName "Hiltje" ;
    a2a:PersonNameLastName "Kleiker"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "69 jaar" ;
    rdfs:label "69 jaar"
  ] .

oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person-0a41238a-0dae-11e5-95b4-1b02b42347b7
  a a2a:Person ;
  rdfs:label "Jan Blijsie" ;
  a2a:PersonName [
    rdfs:label "Jan Blijsie" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Blijsie"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person-09f246ca-0dae-11e5-9eb1-9bfc976f77db
  a a2a:Person ;
  rdfs:label "Lammert Luiten Kleiker" ;
  a2a:PersonName [
    rdfs:label "Lammert Luiten Kleiker" ;
    a2a:PersonNameFirstName "Lammert Luiten" ;
    a2a:PersonNameLastName "Kleiker"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person-0a199af4-0dae-11e5-a6bb-ef85317967e1
  a a2a:Person ;
  rdfs:label "Grietje Cornelis Prins" ;
  a2a:PersonName [
    rdfs:label "Grietje Cornelis Prins" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePatronym "Cornelis" ;
    a2a:PersonNameLastName "Prins"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1952" ;
    a2a:Month "10" ;
    a2a:Day "19" ;
    rdfs:label "1952-10-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person:f3719e50-0dad-11e5-b8e6-1374d03ad2ba ;
  a2a:EventKeyRef oa:event_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Event1 .

oa:relationep_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person:09f246ca-0dae-11e5-9eb1-9bfc976f77db ;
  a2a:EventKeyRef oa:event_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Event1 .

oa:relationep_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person:0a199af4-0dae-11e5-a6bb-ef85317967e1 ;
  a2a:EventKeyRef oa:event_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Event1 .

oa:relationpp_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person:f3719e50-0dad-11e5-b8e6-1374d03ad2ba, oa:person_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb_Person:0a41238a-0dae-11e5-95b4-1b02b42347b7 .

oa:source_frl_0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf", "1952-10-25 - 1952-10-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1952-10-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1952-10-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1952" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1952-10-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Deel: 3083, Periode: 1952" ;
    a2a:Book "Overlijdensregister 1952" ;
    a2a:DocumentNumber "0110" ;
    a2a:RegistryNumber "3083" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Deel: 3083, Periode: 1952, Overlijdensregister 1952, 0110, 3083"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/NL-0400410000%2FNL-0400410000_30-27%2FNL-0400410000_30-27_3083%2FNL-0400410000_30-27_3083_029.jp2" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/NL-0400410000%2FNL-0400410000_30-27%2FNL-0400410000_30-27_3083%2FNL-0400410000_30-27_3083_029.jp2"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb" ;
  a2a:RecordGUID "{0a6744fc-0dae-11e5-be0a-9b6f4e65ddbb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_68177_00068177.xml van FRL" .

