@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_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e
  a a2a:Record ;
  rdfs:label "Overlijden op 7 juni 1942 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Person-524db397-83e2-e9d0-a713-61305899df9b, oa:person_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Person-7929ead3-9218-99f3-af70-66db3ae89172, oa:person_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Person-e7024309-c3ed-25e8-5ae3-6384c48ad2b2 ;
  a2a:hasEvent oa:event_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_0, oa:relationep_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_1, oa:relationep_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_2 ;
  a2a:hasSource oa:source_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e .

oa:person_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Person-524db397-83e2-e9d0-a713-61305899df9b
  a a2a:Person ;
  rdfs:label "Baudina Antonia Ruurda" ;
  a2a:PersonName [
    rdfs:label "Baudina Antonia Ruurda" ;
    a2a:PersonNameFirstName "Baudina Antonia" ;
    a2a:PersonNameLastName "Ruurda"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32 jaar" ;
    rdfs:label "32 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Profession "huishoudster" .

oa:person_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Person-7929ead3-9218-99f3-af70-66db3ae89172
  a a2a:Person ;
  rdfs:label "Martinus Ruurda" ;
  a2a:PersonName [
    rdfs:label "Martinus Ruurda" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNameLastName "Ruurda"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Person-e7024309-c3ed-25e8-5ae3-6384c48ad2b2
  a a2a:Person ;
  rdfs:label "Aafke Visser" ;
  a2a:PersonName [
    rdfs:label "Aafke Visser" ;
    a2a:PersonNameFirstName "Aafke" ;
    a2a:PersonNameLastName "Visser"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Profession "winkelierster" .

oa:event_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1942" ;
    a2a:Month "6" ;
    a2a:Day "7" ;
    rdfs:label "1942-06-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Person:524db397-83e2-e9d0-a713-61305899df9b ;
  a2a:EventKeyRef oa:event_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Event1 .

oa:relationep_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Person:7929ead3-9218-99f3-af70-66db3ae89172 ;
  a2a:EventKeyRef oa:event_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Event1 .

oa:relationep_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Person:e7024309-c3ed-25e8-5ae3-6384c48ad2b2 ;
  a2a:EventKeyRef oa:event_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e_Event1 .

oa:source_frl_75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1942-06-08 - 1942-06-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1942-06-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1942-06-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1942" ;
    a2a:Month "6" ;
    a2a:Day "8" ;
    rdfs:label "1942-06-08"^^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 1942" ;
    a2a:DocumentNumber "0230 I" ;
    a2a:RegistryNumber "743-744" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Overlijdensregister 1942, 0230 I, 743-744"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/7b34c090-6942-dca3-d6f7-d95f6a2fdb5e.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/7b34c090-6942-dca3-d6f7-d95f6a2fdb5e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e" ;
  a2a:RecordGUID "{75d2f8d6-3768-2f52-9fea-6e9b4dc52c8e}" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "743-744" ;
  a2a:SourceRemarkregister_periode "1942" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_59638_00059638.xml van FRL" .

[] a2a:PersonRemarkdatum_overlijden "1942-06-07" .
