@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_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 14 december 1923 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person-4169213d-904c-591d-a15c-e1f6744ea0a7, oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person-49d92e6b-8a0e-9e5b-5778-837bfeba54fb, oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person-848128eb-595c-1026-822f-fc8b7a862e01, oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person-c111fcad-80ed-961a-aef5-4730f8238019 ;
  a2a:hasEvent oa:event_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_0, oa:relationep_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_1, oa:relationep_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_2 ;
  a2a:hasRelationPP oa:relationpp_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_0 ;
  a2a:hasSource oa:source_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa .

oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person-4169213d-904c-591d-a15c-e1f6744ea0a7
  a a2a:Person ;
  rdfs:label "Sytske Boxem" ;
  a2a:PersonName [
    rdfs:label "Sytske Boxem" ;
    a2a:PersonNameFirstName "Sytske" ;
    a2a:PersonNameLastName "Boxem"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person-49d92e6b-8a0e-9e5b-5778-837bfeba54fb
  a a2a:Person ;
  rdfs:label "Cornelis Polak" ;
  a2a:PersonName [
    rdfs:label "Cornelis Polak" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Polak"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person-848128eb-595c-1026-822f-fc8b7a862e01
  a a2a:Person ;
  rdfs:label "Jacobje Polak" ;
  a2a:PersonName [
    rdfs:label "Jacobje Polak" ;
    a2a:PersonNameFirstName "Jacobje" ;
    a2a:PersonNameLastName "Polak"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "43 jaar" ;
    rdfs:label "43 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person-c111fcad-80ed-961a-aef5-4730f8238019
  a a2a:Person ;
  rdfs:label "Pieter Wijbenga" ;
  a2a:PersonName [
    rdfs:label "Pieter Wijbenga" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Wijbenga"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "12" ;
    a2a:Day "14" ;
    rdfs:label "1923-12-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person:4169213d-904c-591d-a15c-e1f6744ea0a7 ;
  a2a:EventKeyRef oa:event_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Event1 .

oa:relationep_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person:49d92e6b-8a0e-9e5b-5778-837bfeba54fb ;
  a2a:EventKeyRef oa:event_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Event1 .

oa:relationep_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person:848128eb-595c-1026-822f-fc8b7a862e01 ;
  a2a:EventKeyRef oa:event_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Event1 .

oa:relationpp_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person:848128eb-595c-1026-822f-fc8b7a862e01, oa:person_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa_Person:c111fcad-80ed-961a-aef5-4730f8238019 .

oa:source_frl_1eab76e4-1b60-c44a-a2ef-7041f28ff9aa
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1923-12-15 - 1923-12-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-12-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-12-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1923-12-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..." ;
    a2a:Book "Overlijdensregister 1923" ;
    a2a:DocumentNumber "0581" ;
    a2a:RegistryNumber "723" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Overlijdensregister 1923, 0581, 723"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/0390997c-4227-0504-a126-d7de031332c7.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/1eab76e4-1b60-c44a-a2ef-7041f28ff9aa" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/0390997c-4227-0504-a126-d7de031332c7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-09-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/1eab76e4-1b60-c44a-a2ef-7041f28ff9aa" ;
  a2a:RecordGUID "{1eab76e4-1b60-c44a-a2ef-7041f28ff9aa}" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "723" ;
  a2a:SourceRemarkregister_periode "1923" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_50942_00050942.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Leeuwarden" ;
  a2a:PersonRemarkdatum_overlijden "1923-12-14" .

