@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_18e720a5-00a7-b982-0035-cb592c82991c
  a a2a:Record ;
  rdfs:label "Overlijden op 28 februari 1924 te Groningen" ;
  a2a:hasPerson oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person-dce014e6-205b-ae9b-c180-04e9ab089ce5, oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person-23f0f93e-20a3-82c7-ea55-3ce65bf48949, oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person-c83e1e05-fa80-4e6a-3827-c654aa0d07fb, oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person-7382f42a-0c86-0c8f-f1f0-730881035da9 ;
  a2a:hasEvent oa:event_gra_18e720a5-00a7-b982-0035-cb592c82991c_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_18e720a5-00a7-b982-0035-cb592c82991c_0, oa:relationep_gra_18e720a5-00a7-b982-0035-cb592c82991c_1, oa:relationep_gra_18e720a5-00a7-b982-0035-cb592c82991c_2, oa:relationep_gra_18e720a5-00a7-b982-0035-cb592c82991c_3 ;
  a2a:hasSource oa:source_gra_18e720a5-00a7-b982-0035-cb592c82991c .

oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person-dce014e6-205b-ae9b-c180-04e9ab089ce5
  a a2a:Person ;
  rdfs:label "Hinderkien Mijs" ;
  a2a:PersonName [
    rdfs:label "Hinderkien Mijs" ;
    a2a:PersonNameFirstName "Hinderkien" ;
    a2a:PersonNameLastName "Mijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person-23f0f93e-20a3-82c7-ea55-3ce65bf48949
  a a2a:Person ;
  rdfs:label "Garmt Kleveringa" ;
  a2a:PersonName [
    rdfs:label "Garmt Kleveringa" ;
    a2a:PersonNameFirstName "Garmt" ;
    a2a:PersonNameLastName "Kleveringa"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person-c83e1e05-fa80-4e6a-3827-c654aa0d07fb
  a a2a:Person ;
  rdfs:label "Johannes Petrus Voos" ;
  a2a:PersonName [
    rdfs:label "Johannes Petrus Voos" ;
    a2a:PersonNameFirstName "Johannes Petrus" ;
    a2a:PersonNameLastName "Voos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person-7382f42a-0c86-0c8f-f1f0-730881035da9
  a a2a:Person ;
  rdfs:label "Johanna Maria Voos" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Voos" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Voos"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "90 jaar" ;
    rdfs:label "90 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:event_gra_18e720a5-00a7-b982-0035-cb592c82991c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1924" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1924-02-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_18e720a5-00a7-b982-0035-cb592c82991c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person:dce014e6-205b-ae9b-c180-04e9ab089ce5 ;
  a2a:EventKeyRef oa:event_gra_18e720a5-00a7-b982-0035-cb592c82991c_Event1 .

oa:relationep_gra_18e720a5-00a7-b982-0035-cb592c82991c_1
  a a2a:RelationEP ;
  rdfs:label "other:Overleden echtgenoot" ;
  a2a:RelationType "other:Overleden echtgenoot" ;
  a2a:PersonKeyRef oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person:23f0f93e-20a3-82c7-ea55-3ce65bf48949 ;
  a2a:EventKeyRef oa:event_gra_18e720a5-00a7-b982-0035-cb592c82991c_Event1 .

oa:relationep_gra_18e720a5-00a7-b982-0035-cb592c82991c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person:c83e1e05-fa80-4e6a-3827-c654aa0d07fb ;
  a2a:EventKeyRef oa:event_gra_18e720a5-00a7-b982-0035-cb592c82991c_Event1 .

oa:relationep_gra_18e720a5-00a7-b982-0035-cb592c82991c_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_18e720a5-00a7-b982-0035-cb592c82991c_Person:7382f42a-0c86-0c8f-f1f0-730881035da9 ;
  a2a:EventKeyRef oa:event_gra_18e720a5-00a7-b982-0035-cb592c82991c_Event1 .

oa:source_gra_18e720a5-00a7-b982-0035-cb592c82991c
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1924-03-01 - 1924-03-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-03-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-03-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1924" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1924-03-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 2881-2884, Periode: 1924" ;
    a2a:Book "Overlijdensregister 1924" ;
    a2a:DocumentNumber "299" ;
    a2a:RegistryNumber "2881-2884" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 2881-2884, Periode: 1924, Overlijdensregister 1924, 299, 2881-2884"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/c4829c67-e67e-09c7-7526-6778db6bdbaa.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/18e720a5-00a7-b982-0035-cb592c82991c" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/c4829c67-e67e-09c7-7526-6778db6bdbaa.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/18e720a5-00a7-b982-0035-cb592c82991c" ;
  a2a:RecordGUID "{18e720a5-00a7-b982-0035-cb592c82991c}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "2881-2884" ;
  a2a:SourceRemarkregister_periode "1924" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251118_44_00000044.xml van GRA" .

[]
  a2a:PersonRemarkplaats_overlijden "Groningen" ;
  a2a:PersonRemarkdatum_overlijden "1924-02-28" .

