@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_83d0671a-6a1e-e797-555d-1f6dfaff6a98
  a a2a:Record ;
  rdfs:label "Overlijden op 5 september 1973 te Bellingwedde" ;
  a2a:hasPerson oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person-9c5bcf2a-b6e2-0294-ae30-24062fe2b2a1, oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person-9f754a80-8db6-7dcc-5fdc-74ecab649c1a, oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person-fd68abaf-920c-48b7-93da-85f1dc6bf6cd, oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person-77528412-59a4-cbc0-3052-3250059b90d4 ;
  a2a:hasEvent oa:event_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_0, oa:relationep_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_1, oa:relationep_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_2, oa:relationep_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_3 ;
  a2a:hasSource oa:source_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98 .

oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person-9c5bcf2a-b6e2-0294-ae30-24062fe2b2a1
  a a2a:Person ;
  rdfs:label "Geertruida Edens" ;
  a2a:PersonName [
    rdfs:label "Geertruida Edens" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Edens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person-9f754a80-8db6-7dcc-5fdc-74ecab649c1a
  a a2a:Person ;
  rdfs:label "Boelo Oosterhuis" ;
  a2a:PersonName [
    rdfs:label "Boelo Oosterhuis" ;
    a2a:PersonNameFirstName "Boelo" ;
    a2a:PersonNameLastName "Oosterhuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person-fd68abaf-920c-48b7-93da-85f1dc6bf6cd
  a a2a:Person ;
  rdfs:label "Grietje Berends" ;
  a2a:PersonName [
    rdfs:label "Grietje Berends" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Berends"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person-77528412-59a4-cbc0-3052-3250059b90d4
  a a2a:Person ;
  rdfs:label "Harm Oosterhuis" ;
  a2a:PersonName [
    rdfs:label "Harm Oosterhuis" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Oosterhuis"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1895-02-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde"
  ] .

oa:event_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1973" ;
    a2a:Month "9" ;
    a2a:Day "5" ;
    rdfs:label "1973-09-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bellingwedde" ;
    rdfs:label "Bellingwedde"
  ] .

oa:relationep_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_0
  a a2a:RelationEP ;
  rdfs:label "other:Echtgenote" ;
  a2a:RelationType "other:Echtgenote" ;
  a2a:PersonKeyRef oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person:9c5bcf2a-b6e2-0294-ae30-24062fe2b2a1 ;
  a2a:EventKeyRef oa:event_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Event1 .

oa:relationep_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person:9f754a80-8db6-7dcc-5fdc-74ecab649c1a ;
  a2a:EventKeyRef oa:event_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Event1 .

oa:relationep_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person:fd68abaf-920c-48b7-93da-85f1dc6bf6cd ;
  a2a:EventKeyRef oa:event_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Event1 .

oa:relationep_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_3
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Person:77528412-59a4-cbc0-3052-3250059b90d4 ;
  a2a:EventKeyRef oa:event_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98_Event1 .

oa:source_gra_83d0671a-6a1e-e797-555d-1f6dfaff6a98
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bellingwedde" ;
    rdfs:label "Bellingwedde", "1973-09-06 - 1973-09-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1973-09-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1973-09-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1973" ;
    a2a:Month "9" ;
    a2a:Day "6" ;
    rdfs:label "1973-09-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1044, Periode: 1973" ;
    a2a:Book "Overlijdensregister 1973" ;
    a2a:DocumentNumber "52" ;
    a2a:RegistryNumber "1044" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1044, Periode: 1973, Overlijdensregister 1973, 52, 1044"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/7efaae77-1642-0aa3-6edb-0873c60360dc.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/83d0671a-6a1e-e797-555d-1f6dfaff6a98" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/7efaae77-1642-0aa3-6edb-0873c60360dc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/83d0671a-6a1e-e797-555d-1f6dfaff6a98" ;
  a2a:RecordGUID "{83d0671a-6a1e-e797-555d-1f6dfaff6a98}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1044" ;
  a2a:SourceRemarkregister_periode "1973" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251118_29_00000029.xml van GRA" .

[]
  a2a:PersonRemarkplaats_overlijden "Bellingwedde" ;
  a2a:PersonRemarkdatum_overlijden "1973-09-05" .

