@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_cd2bc3db-3a44-8399-b6a9-3acd72da63fc
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 25 mei 1970 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person-a631d4d1-f5d7-deac-26e1-6abdc549020b, oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person-01461e11-617c-3ec6-3452-24aa0efb30bd, oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person-1fa79e86-311e-cc9e-09f6-316a9d446e9f, oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person-5628f98b-af68-b71b-01d9-8c5dc8dae160 ;
  a2a:hasEvent oa:event_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_0, oa:relationep_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_1, oa:relationep_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_2 ;
  a2a:hasRelationPP oa:relationpp_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_0 ;
  a2a:hasSource oa:source_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc .

oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person-a631d4d1-f5d7-deac-26e1-6abdc549020b
  a a2a:Person ;
  rdfs:label "Bernardus Hendrikus Tamboer" ;
  a2a:PersonName [
    rdfs:label "Bernardus Hendrikus Tamboer" ;
    a2a:PersonNameFirstName "Bernardus Hendrikus" ;
    a2a:PersonNameLastName "Tamboer"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1900-06-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] .

oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person-01461e11-617c-3ec6-3452-24aa0efb30bd
  a a2a:Person ;
  rdfs:label "Juliana Fokkina Alieda Mulder" ;
  a2a:PersonName [
    rdfs:label "Juliana Fokkina Alieda Mulder" ;
    a2a:PersonNameFirstName "Juliana Fokkina Alieda" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person-1fa79e86-311e-cc9e-09f6-316a9d446e9f
  a a2a:Person ;
  rdfs:label "Johannes Hendrikus Marinus Tamboer" ;
  a2a:PersonName [
    rdfs:label "Johannes Hendrikus Marinus Tamboer" ;
    a2a:PersonNameFirstName "Johannes Hendrikus Marinus" ;
    a2a:PersonNameLastName "Tamboer"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person-5628f98b-af68-b71b-01d9-8c5dc8dae160
  a a2a:Person ;
  rdfs:label "Hermina Jansen" ;
  a2a:PersonName [
    rdfs:label "Hermina Jansen" ;
    a2a:PersonNameFirstName "Hermina" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1970" ;
    a2a:Month "5" ;
    a2a:Day "25" ;
    rdfs:label "1970-05-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person:a631d4d1-f5d7-deac-26e1-6abdc549020b ;
  a2a:EventKeyRef oa:event_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Event1 .

oa:relationep_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person:1fa79e86-311e-cc9e-09f6-316a9d446e9f ;
  a2a:EventKeyRef oa:event_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Event1 .

oa:relationep_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person:5628f98b-af68-b71b-01d9-8c5dc8dae160 ;
  a2a:EventKeyRef oa:event_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Event1 .

oa:relationpp_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person:a631d4d1-f5d7-deac-26e1-6abdc549020b, oa:person_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc_Person:01461e11-617c-3ec6-3452-24aa0efb30bd .

oa:source_frl_cd2bc3db-3a44-8399-b6a9-3acd72da63fc
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1970-05-26 - 1970-05-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1970-05-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1970-05-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1970" ;
    a2a:Month "5" ;
    a2a:Day "26" ;
    rdfs:label "1970-05-26"^^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 1970 I" ;
    a2a:DocumentNumber "0267 I" ;
    a2a:RegistryNumber "799" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Overlijdensregister 1970 I, 0267 I, 799"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/75e32ea6-8aa3-0b07-88e3-718185fc9465.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/cd2bc3db-3a44-8399-b6a9-3acd72da63fc" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/75e32ea6-8aa3-0b07-88e3-718185fc9465.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-03-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/cd2bc3db-3a44-8399-b6a9-3acd72da63fc" ;
  a2a:RecordGUID "{cd2bc3db-3a44-8399-b6a9-3acd72da63fc}" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "799" ;
  a2a:SourceRemarkregister_periode "1970" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_68154_00068154.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Leeuwarden" ;
  a2a:PersonRemarkdatum_overlijden "1970-05-25" .

