@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_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6
  a a2a:Record ;
  rdfs:label "Overlijden op 1 april 1933 te Dantumadeel" ;
  a2a:hasPerson oa:person_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Person-c5afa267-5430-de39-cf99-1c9489e177d6, oa:person_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Person-5f73e7e6-0b6a-4d50-9026-dcdd45288ac9, oa:person_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Person-7dde68ac-c271-91c6-a8c8-ae0b99dabc4f ;
  a2a:hasEvent oa:event_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_0, oa:relationep_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_1, oa:relationep_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_2 ;
  a2a:hasSource oa:source_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6 .

oa:person_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Person-c5afa267-5430-de39-cf99-1c9489e177d6
  a a2a:Person ;
  rdfs:label "Levenloos kind" ;
  a2a:PersonName [
    rdfs:label "Levenloos kind" ;
    a2a:PersonNameFirstName "Levenloos kind"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Person-5f73e7e6-0b6a-4d50-9026-dcdd45288ac9
  a a2a:Person ;
  rdfs:label "Janke Annema" ;
  a2a:PersonName [
    rdfs:label "Janke Annema" ;
    a2a:PersonNameFirstName "Janke" ;
    a2a:PersonNameLastName "Annema"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Person-7dde68ac-c271-91c6-a8c8-ae0b99dabc4f
  a a2a:Person ;
  rdfs:label "Elle Boskma" ;
  a2a:PersonName [
    rdfs:label "Elle Boskma" ;
    a2a:PersonNameFirstName "Elle" ;
    a2a:PersonNameLastName "Boskma"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1933" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1933-04-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dantumadeel" ;
    rdfs:label "Dantumadeel"
  ] .

oa:relationep_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Person:c5afa267-5430-de39-cf99-1c9489e177d6 ;
  a2a:EventKeyRef oa:event_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Event1 .

oa:relationep_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Person:5f73e7e6-0b6a-4d50-9026-dcdd45288ac9 ;
  a2a:EventKeyRef oa:event_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Event1 .

oa:relationep_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Person:7dde68ac-c271-91c6-a8c8-ae0b99dabc4f ;
  a2a:EventKeyRef oa:event_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6_Event1 .

oa:source_frl_25b4e42d-d55a-2328-d8a1-2e3076d7f6e6
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Dantumadeel" ;
    rdfs:label "Dantumadeel", "1933-04-04 - 1933-04-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1933-04-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1933-04-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1933" ;
    a2a:Month "4" ;
    a2a:Day "4" ;
    rdfs:label "1933-04-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Dantumadeel - Tresoar, Bron: boek, Deel: 3063, Periode: 1933" ;
    a2a:Book "Overlijdensregister 1933" ;
    a2a:DocumentNumber "0048" ;
    a2a:RegistryNumber "3063" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Dantumadeel - Tresoar, Bron: boek, Deel: 3063, Periode: 1933, Overlijdensregister 1933, 0048, 3063"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/32cc0051-1bd3-30e8-9994-f821ea9fcd6f.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/25b4e42d-d55a-2328-d8a1-2e3076d7f6e6" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/32cc0051-1bd3-30e8-9994-f821ea9fcd6f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/25b4e42d-d55a-2328-d8a1-2e3076d7f6e6" ;
  a2a:RecordGUID "{25b4e42d-d55a-2328-d8a1-2e3076d7f6e6}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Dantumadeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3063" ;
  a2a:SourceRemarkregister_periode "1933" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_62591_00062591.xml van FRL" .

[] a2a:PersonRemarkdatum_overlijden "1933-04-01" .
