@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_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce
  a a2a:Record ;
  rdfs:label "Overlijden op 22 april 1940 te Noorddijk" ;
  a2a:hasPerson oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person-0fbc316d-1839-9962-e913-22ca4699ae08, oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person-07f4c8ae-bad5-d729-4196-7eed9033048b, oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person-50f51d77-6599-ade2-6e0e-ad285cfa36d8, oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person-3f317d09-173f-169a-9d82-5f66992eb826 ;
  a2a:hasEvent oa:event_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_0, oa:relationep_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_1, oa:relationep_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_2 ;
  a2a:hasRelationPP oa:relationpp_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_0 ;
  a2a:hasSource oa:source_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce .

oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person-0fbc316d-1839-9962-e913-22ca4699ae08
  a a2a:Person ;
  rdfs:label "Fenna Boekeloo" ;
  a2a:PersonName [
    rdfs:label "Fenna Boekeloo" ;
    a2a:PersonNameFirstName "Fenna" ;
    a2a:PersonNameLastName "Boekeloo"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "76 jaar" ;
    rdfs:label "76 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Noorddijk" ;
    rdfs:label "Noorddijk"
  ] .

oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person-07f4c8ae-bad5-d729-4196-7eed9033048b
  a a2a:Person ;
  rdfs:label "Willem Kranenberg" ;
  a2a:PersonName [
    rdfs:label "Willem Kranenberg" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Kranenberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person-50f51d77-6599-ade2-6e0e-ad285cfa36d8
  a a2a:Person ;
  rdfs:label "Jacob Boekeloo" ;
  a2a:PersonName [
    rdfs:label "Jacob Boekeloo" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Boekeloo"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person-3f317d09-173f-169a-9d82-5f66992eb826
  a a2a:Person ;
  rdfs:label "Kornelia van der Molen" ;
  a2a:PersonName [
    rdfs:label "Kornelia van der Molen" ;
    a2a:PersonNameFirstName "Kornelia" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Molen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1940" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1940-04-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Noorddijk" ;
    rdfs:label "Noorddijk"
  ] .

oa:relationep_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person:0fbc316d-1839-9962-e913-22ca4699ae08 ;
  a2a:EventKeyRef oa:event_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Event1 .

oa:relationep_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person:50f51d77-6599-ade2-6e0e-ad285cfa36d8 ;
  a2a:EventKeyRef oa:event_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Event1 .

oa:relationep_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person:3f317d09-173f-169a-9d82-5f66992eb826 ;
  a2a:EventKeyRef oa:event_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Event1 .

oa:relationpp_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person:0fbc316d-1839-9962-e913-22ca4699ae08, oa:person_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce_Person:07f4c8ae-bad5-d729-4196-7eed9033048b .

oa:source_gra_ef8bf13c-af87-78ee-caad-1fc4cc5d60ce
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Noorddijk" ;
    rdfs:label "Noorddijk", "1940-04-22 - 1940-04-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1940-04-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1940-04-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1940" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1940-04-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1940" ;
    a2a:Book "Overlijdensregister 1940" ;
    a2a:DocumentNumber "9" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1940, Overlijdensregister 1940, 9"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/b0dc5397-08f5-043c-ec9e-00f4e976c3d3.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ef8bf13c-af87-78ee-caad-1fc4cc5d60ce" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/b0dc5397-08f5-043c-ec9e-00f4e976c3d3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ef8bf13c-af87-78ee-caad-1fc4cc5d60ce" ;
  a2a:RecordGUID "{ef8bf13c-af87-78ee-caad-1fc4cc5d60ce}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12050_00012050.xml van GRA" .

