@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_de79fa0a-eac6-8b48-d6f6-5c352bbca485
  a a2a:Record ;
  rdfs:label "Overlijden op 4 augustus 1966 te Groningen" ;
  a2a:hasPerson oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person-cdd63fb8-42c1-8129-7fd2-a03cb5870db1, oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person-0883b771-a996-a269-14c9-dd3e81798c2f, oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person-d8d2ce0c-b27e-e83c-4431-83674eda41d0, oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person-263ade85-3723-62bf-20c0-b61b59fee619 ;
  a2a:hasEvent oa:event_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_0, oa:relationep_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_1, oa:relationep_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_2 ;
  a2a:hasRelationPP oa:relationpp_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_0 ;
  a2a:hasSource oa:source_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485 .

oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person-cdd63fb8-42c1-8129-7fd2-a03cb5870db1
  a a2a:Person ;
  rdfs:label "Margaritha Geertruida Retsema" ;
  a2a:PersonName [
    rdfs:label "Margaritha Geertruida Retsema" ;
    a2a:PersonNameFirstName "Margaritha Geertruida" ;
    a2a:PersonNameLastName "Retsema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person-0883b771-a996-a269-14c9-dd3e81798c2f
  a a2a:Person ;
  rdfs:label "Jakob Laning" ;
  a2a:PersonName [
    rdfs:label "Jakob Laning" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Laning"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person-d8d2ce0c-b27e-e83c-4431-83674eda41d0
  a a2a:Person ;
  rdfs:label "Petronella Johanna Hofmann" ;
  a2a:PersonName [
    rdfs:label "Petronella Johanna Hofmann" ;
    a2a:PersonNameFirstName "Petronella Johanna" ;
    a2a:PersonNameLastName "Hofmann"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person-263ade85-3723-62bf-20c0-b61b59fee619
  a a2a:Person ;
  rdfs:label "Willem Laning" ;
  a2a:PersonName [
    rdfs:label "Willem Laning" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Laning"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "58 jaar" ;
    rdfs:label "58 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Slochteren" ;
    rdfs:label "Slochteren"
  ] ;
  a2a:Profession "fabrieksarbeider" .

oa:event_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1966" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1966-08-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person:0883b771-a996-a269-14c9-dd3e81798c2f ;
  a2a:EventKeyRef oa:event_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Event1 .

oa:relationep_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person:d8d2ce0c-b27e-e83c-4431-83674eda41d0 ;
  a2a:EventKeyRef oa:event_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Event1 .

oa:relationep_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person:263ade85-3723-62bf-20c0-b61b59fee619 ;
  a2a:EventKeyRef oa:event_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Event1 .

oa:relationpp_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person:263ade85-3723-62bf-20c0-b61b59fee619, oa:person_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485_Person:cdd63fb8-42c1-8129-7fd2-a03cb5870db1 .

oa:source_gra_de79fa0a-eac6-8b48-d6f6-5c352bbca485
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1966-08-08 - 1966-08-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1966-08-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1966-08-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1966" ;
    a2a:Month "8" ;
    a2a:Day "8" ;
    rdfs:label "1966-08-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1267, 1268, Periode: 1966" ;
    a2a:Book "Overlijdensregister 1966" ;
    a2a:DocumentNumber "1374" ;
    a2a:RegistryNumber "1267, 1268" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1267, 1268, Periode: 1966, Overlijdensregister 1966, 1374, 1267, 1268"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/5585035d-0cc5-5c0a-8ea6-67f12c2eae8d.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/de79fa0a-eac6-8b48-d6f6-5c352bbca485" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/5585035d-0cc5-5c0a-8ea6-67f12c2eae8d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/de79fa0a-eac6-8b48-d6f6-5c352bbca485" ;
  a2a:RecordGUID "{de79fa0a-eac6-8b48-d6f6-5c352bbca485}" ;
  a2a:SourceRemarkOpmerking "wonende te Hoogezand-Sappemeer" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11823_00011823.xml van GRA" .

