@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_301b497f-e0b5-c693-0fb6-304eefc6bd3a
  a a2a:Record ;
  rdfs:label "Overlijden op 4 mei 1944 te Meeden" ;
  a2a:hasPerson oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person-07d989f0-918d-1609-2a7b-2dc4d117d3e7, oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person-b36a4116-febc-a7f6-6ba0-954b8c4aa0fe, oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person-d243a0a6-afcf-da1b-8f05-099e2ea84cd5, oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person-b0b1b123-6174-8796-533b-46fdf0e5ee52 ;
  a2a:hasEvent oa:event_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_0, oa:relationep_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_1, oa:relationep_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_2, oa:relationep_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_3 ;
  a2a:hasSource oa:source_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a .

oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person-07d989f0-918d-1609-2a7b-2dc4d117d3e7
  a a2a:Person ;
  rdfs:label "Geesjen ten Cate" ;
  a2a:PersonName [
    rdfs:label "Geesjen ten Cate" ;
    a2a:PersonNameFirstName "Geesjen" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Cate"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "76 jaar" ;
    rdfs:label "76 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Veendam" ;
    rdfs:label "Veendam"
  ] .

oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person-b36a4116-febc-a7f6-6ba0-954b8c4aa0fe
  a a2a:Person ;
  rdfs:label "Ties Prins" ;
  a2a:PersonName [
    rdfs:label "Ties Prins" ;
    a2a:PersonNameFirstName "Ties" ;
    a2a:PersonNameLastName "Prins"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person-d243a0a6-afcf-da1b-8f05-099e2ea84cd5
  a a2a:Person ;
  rdfs:label "Anke Vrolijk" ;
  a2a:PersonName [
    rdfs:label "Anke Vrolijk" ;
    a2a:PersonNameFirstName "Anke" ;
    a2a:PersonNameLastName "Vrolijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person-b0b1b123-6174-8796-533b-46fdf0e5ee52
  a a2a:Person ;
  rdfs:label "Jan ten Cate" ;
  a2a:PersonName [
    rdfs:label "Jan ten Cate" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Cate"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1944" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1944-05-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meeden" ;
    rdfs:label "Meeden"
  ] .

oa:relationep_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person:07d989f0-918d-1609-2a7b-2dc4d117d3e7 ;
  a2a:EventKeyRef oa:event_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Event1 .

oa:relationep_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_1
  a a2a:RelationEP ;
  rdfs:label "other:Overleden echtgenoot" ;
  a2a:RelationType "other:Overleden echtgenoot" ;
  a2a:PersonKeyRef oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person:b36a4116-febc-a7f6-6ba0-954b8c4aa0fe ;
  a2a:EventKeyRef oa:event_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Event1 .

oa:relationep_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person:d243a0a6-afcf-da1b-8f05-099e2ea84cd5 ;
  a2a:EventKeyRef oa:event_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Event1 .

oa:relationep_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Person:b0b1b123-6174-8796-533b-46fdf0e5ee52 ;
  a2a:EventKeyRef oa:event_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a_Event1 .

oa:source_gra_301b497f-e0b5-c693-0fb6-304eefc6bd3a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Meeden" ;
    rdfs:label "Meeden", "1944-05-04 - 1944-05-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1944-05-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1944-05-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1944" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1944-05-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1429, Periode: 1944" ;
    a2a:Book "Overlijdensregister 1944" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "1429" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1429, Periode: 1944, Overlijdensregister 1944, 11, 1429"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/b58435a2-6450-ef76-9ec9-0892cffc638b.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/301b497f-e0b5-c693-0fb6-304eefc6bd3a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/b58435a2-6450-ef76-9ec9-0892cffc638b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/301b497f-e0b5-c693-0fb6-304eefc6bd3a" ;
  a2a:RecordGUID "{301b497f-e0b5-c693-0fb6-304eefc6bd3a}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1429" ;
  a2a:SourceRemarkregister_periode "1944" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_86_00000086.xml van GRA" .

[]
  a2a:PersonRemarkplaats_overlijden "Meeden" ;
  a2a:PersonRemarkdatum_overlijden "1944-05-04" .

