@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_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb
  a a2a:Record ;
  rdfs:label "Overlijden op 3 mei 1936 te Groningen" ;
  a2a:hasPerson oa:person_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Person-ea7a1fd3-9b69-29c6-ecf1-a954ee921b24, oa:person_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Person-f99197da-e2e0-5b8c-1f26-1c46c3fed40c, oa:person_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Person-5920310a-3dbb-3873-d8cf-c0b73c6cc898 ;
  a2a:hasEvent oa:event_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_0, oa:relationep_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_1, oa:relationep_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_2 ;
  a2a:hasSource oa:source_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb .

oa:person_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Person-ea7a1fd3-9b69-29c6-ecf1-a954ee921b24
  a a2a:Person ;
  rdfs:label "Johannes Hermannus Clobus" ;
  a2a:PersonName [
    rdfs:label "Johannes Hermannus Clobus" ;
    a2a:PersonNameFirstName "Johannes Hermannus" ;
    a2a:PersonNameLastName "Clobus"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "4 maanden" ;
    rdfs:label "4 maanden"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sappemeer" ;
    rdfs:label "Sappemeer"
  ] .

oa:person_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Person-f99197da-e2e0-5b8c-1f26-1c46c3fed40c
  a a2a:Person ;
  rdfs:label "Henderika Venema" ;
  a2a:PersonName [
    rdfs:label "Henderika Venema" ;
    a2a:PersonNameFirstName "Henderika" ;
    a2a:PersonNameLastName "Venema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Person-5920310a-3dbb-3873-d8cf-c0b73c6cc898
  a a2a:Person ;
  rdfs:label "Harmannus Gerardus Clobus" ;
  a2a:PersonName [
    rdfs:label "Harmannus Gerardus Clobus" ;
    a2a:PersonNameFirstName "Harmannus Gerardus" ;
    a2a:PersonNameLastName "Clobus"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "bankwerker" .

oa:event_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1936" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1936-05-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Person:ea7a1fd3-9b69-29c6-ecf1-a954ee921b24 ;
  a2a:EventKeyRef oa:event_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Event1 .

oa:relationep_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Person:f99197da-e2e0-5b8c-1f26-1c46c3fed40c ;
  a2a:EventKeyRef oa:event_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Event1 .

oa:relationep_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Person:5920310a-3dbb-3873-d8cf-c0b73c6cc898 ;
  a2a:EventKeyRef oa:event_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb_Event1 .

oa:source_gra_d9fca75e-fe33-a1a4-b3b0-46c60656b5cb
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1936-05-04 - 1936-05-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1936-05-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1936-05-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1936" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1936-05-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1936" ;
    a2a:Book "Overlijdensregister 1936" ;
    a2a:DocumentNumber "663" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1936, Overlijdensregister 1936, 663"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/7028f28f-9177-5ba9-9d3f-f5c61a34f6bf.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/d9fca75e-fe33-a1a4-b3b0-46c60656b5cb" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/7028f28f-9177-5ba9-9d3f-f5c61a34f6bf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/d9fca75e-fe33-a1a4-b3b0-46c60656b5cb" ;
  a2a:RecordGUID "{d9fca75e-fe33-a1a4-b3b0-46c60656b5cb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11690_00011690.xml van GRA" .

