@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_9111b707-b91c-ec6a-e5fa-b8c574203a07
  a a2a:Record ;
  rdfs:label "Overlijden op 12 januari 1963 te Groningen" ;
  a2a:hasPerson oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person-6472e019-d9d0-5d7d-0921-4049189b8dbf, oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person-027d067f-cb33-e5bc-7078-63beeeec3608, oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person-3f92723e-8b8b-053e-3739-ea2b96a7753e, oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person-bd04ec72-ce48-e1ca-999c-a8bba8918775, oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person-972895ec-2de5-a456-3ccc-59b2d53e5cac ;
  a2a:hasEvent oa:event_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_0, oa:relationep_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_1, oa:relationep_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_2 ;
  a2a:hasRelationPP oa:relationpp_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_0, oa:relationpp_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_1 ;
  a2a:hasSource oa:source_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07 .

oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person-6472e019-d9d0-5d7d-0921-4049189b8dbf
  a a2a:Person ;
  rdfs:label "Henriette Anna Gerlagh" ;
  a2a:PersonName [
    rdfs:label "Henriette Anna Gerlagh" ;
    a2a:PersonNameFirstName "Henriette Anna" ;
    a2a:PersonNameLastName "Gerlagh"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "77 jaar" ;
    rdfs:label "77 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tjandi Sewoe, Indonesië" ;
    rdfs:label "Tjandi Sewoe, Indonesië"
  ] .

oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person-027d067f-cb33-e5bc-7078-63beeeec3608
  a a2a:Person ;
  rdfs:label "Kors Rapstok" ;
  a2a:PersonName [
    rdfs:label "Kors Rapstok" ;
    a2a:PersonNameFirstName "Kors" ;
    a2a:PersonNameLastName "Rapstok"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person-3f92723e-8b8b-053e-3739-ea2b96a7753e
  a a2a:Person ;
  rdfs:label "Constant Donkers" ;
  a2a:PersonName [
    rdfs:label "Constant Donkers" ;
    a2a:PersonNameFirstName "Constant" ;
    a2a:PersonNameLastName "Donkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person-bd04ec72-ce48-e1ca-999c-a8bba8918775
  a a2a:Person ;
  rdfs:label "Jan Arnold Gerlagh" ;
  a2a:PersonName [
    rdfs:label "Jan Arnold Gerlagh" ;
    a2a:PersonNameFirstName "Jan Arnold" ;
    a2a:PersonNameLastName "Gerlagh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person-972895ec-2de5-a456-3ccc-59b2d53e5cac
  a a2a:Person ;
  rdfs:label "Katina" ;
  a2a:PersonName [
    rdfs:label "Katina" ;
    a2a:PersonNameFirstName "Katina"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1963" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1963-01-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person:6472e019-d9d0-5d7d-0921-4049189b8dbf ;
  a2a:EventKeyRef oa:event_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Event1 .

oa:relationep_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person:bd04ec72-ce48-e1ca-999c-a8bba8918775 ;
  a2a:EventKeyRef oa:event_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Event1 .

oa:relationep_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person:972895ec-2de5-a456-3ccc-59b2d53e5cac ;
  a2a:EventKeyRef oa:event_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Event1 .

oa:relationpp_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person:6472e019-d9d0-5d7d-0921-4049189b8dbf, oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person:027d067f-cb33-e5bc-7078-63beeeec3608 .

oa:relationpp_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person:6472e019-d9d0-5d7d-0921-4049189b8dbf, oa:person_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07_Person:3f92723e-8b8b-053e-3739-ea2b96a7753e .

oa:source_gra_9111b707-b91c-ec6a-e5fa-b8c574203a07
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1963-01-14 - 1963-01-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1963-01-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1963-01-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1963" ;
    a2a:Month "1" ;
    a2a:Day "14" ;
    rdfs:label "1963-01-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1261, 1262, Periode: 1963" ;
    a2a:Book "Overlijdensregister 1963" ;
    a2a:DocumentNumber "97" ;
    a2a:RegistryNumber "1261, 1262" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1261, 1262, Periode: 1963, Overlijdensregister 1963, 97, 1261, 1262"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/ac2de4e5-c2da-1373-0d4d-156298a4e46c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/9111b707-b91c-ec6a-e5fa-b8c574203a07" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/ac2de4e5-c2da-1373-0d4d-156298a4e46c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/9111b707-b91c-ec6a-e5fa-b8c574203a07" ;
  a2a:RecordGUID "{9111b707-b91c-ec6a-e5fa-b8c574203a07}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_17377_00017377.xml van GRA" .

