@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_40d43d49-a2bb-8d3d-69c8-2854dc28580a
  a a2a:Record ;
  rdfs:label "Overlijden op 5 november 1967 te Stadskanaal gem. Onstwedde" ;
  a2a:hasPerson oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person-cad88d5e-1900-7e81-a1d4-70912f1c3590, oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person-4710612c-6484-d004-2e43-35f072f87e8c, oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person-995cf0c8-d7b4-6af1-cf2d-230d2df8b257, oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person-42878cf3-1c9e-2041-85ec-9ed3db508cde ;
  a2a:hasEvent oa:event_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_0, oa:relationep_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_1, oa:relationep_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_2 ;
  a2a:hasRelationPP oa:relationpp_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_0 ;
  a2a:hasSource oa:source_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a .

oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person-cad88d5e-1900-7e81-a1d4-70912f1c3590
  a a2a:Person ;
  rdfs:label "Wubbediena Buss" ;
  a2a:PersonName [
    rdfs:label "Wubbediena Buss" ;
    a2a:PersonNameFirstName "Wubbediena" ;
    a2a:PersonNameLastName "Buss"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person-4710612c-6484-d004-2e43-35f072f87e8c
  a a2a:Person ;
  rdfs:label "David Beuker" ;
  a2a:PersonName [
    rdfs:label "David Beuker" ;
    a2a:PersonNameFirstName "David" ;
    a2a:PersonNameLastName "Beuker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person-995cf0c8-d7b4-6af1-cf2d-230d2df8b257
  a a2a:Person ;
  rdfs:label "Zwaantje Koster" ;
  a2a:PersonName [
    rdfs:label "Zwaantje Koster" ;
    a2a:PersonNameFirstName "Zwaantje" ;
    a2a:PersonNameLastName "Koster"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person-42878cf3-1c9e-2041-85ec-9ed3db508cde
  a a2a:Person ;
  rdfs:label "Jan Beuker" ;
  a2a:PersonName [
    rdfs:label "Jan Beuker" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Beuker"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "85 jaar" ;
    rdfs:label "85 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde"
  ] .

oa:event_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1967" ;
    a2a:Month "11" ;
    a2a:Day "5" ;
    rdfs:label "1967-11-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Stadskanaal gem. Onstwedde" ;
    rdfs:label "Stadskanaal gem. Onstwedde"
  ] .

oa:relationep_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person:4710612c-6484-d004-2e43-35f072f87e8c ;
  a2a:EventKeyRef oa:event_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Event1 .

oa:relationep_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person:995cf0c8-d7b4-6af1-cf2d-230d2df8b257 ;
  a2a:EventKeyRef oa:event_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Event1 .

oa:relationep_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person:42878cf3-1c9e-2041-85ec-9ed3db508cde ;
  a2a:EventKeyRef oa:event_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Event1 .

oa:relationpp_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person:42878cf3-1c9e-2041-85ec-9ed3db508cde, oa:person_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a_Person:cad88d5e-1900-7e81-a1d4-70912f1c3590 .

oa:source_gra_40d43d49-a2bb-8d3d-69c8-2854dc28580a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde", "1967-11-08 - 1967-11-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1967-11-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1967-11-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1967" ;
    a2a:Month "11" ;
    a2a:Day "8" ;
    rdfs:label "1967-11-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1497, Periode: 1967" ;
    a2a:Book "Overlijdensregister 1967" ;
    a2a:DocumentNumber "117" ;
    a2a:RegistryNumber "1497" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1497, Periode: 1967, Overlijdensregister 1967, 117, 1497"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d8f5ef02-e8fd-7e7e-868f-d091faed42af.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/40d43d49-a2bb-8d3d-69c8-2854dc28580a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d8f5ef02-e8fd-7e7e-868f-d091faed42af.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/40d43d49-a2bb-8d3d-69c8-2854dc28580a" ;
  a2a:RecordGUID "{40d43d49-a2bb-8d3d-69c8-2854dc28580a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13853_00013853.xml van GRA" .

[] a2a:PersonRemarkdiversen "wonende te Onstwedde" .
