@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_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97
  a a2a:Record ;
  rdfs:label "Overlijden op 11 november 1931 te Groningen" ;
  a2a:hasPerson oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person-804c6649-a9d6-e2d8-9ff5-fb95c4e60d36, oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person-9cc57ccb-23d4-8f24-3458-a8a43e0e1b01, oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person-2c2c2830-8241-f59f-7191-6d7e8abfd082, oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person-50188353-055b-d12b-d644-473b9bfc45ea, oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person-08d48b97-3819-f81b-7e61-5ca966a083e2 ;
  a2a:hasEvent oa:event_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_0, oa:relationep_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_1, oa:relationep_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_2 ;
  a2a:hasRelationPP oa:relationpp_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_0, oa:relationpp_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_1 ;
  a2a:hasSource oa:source_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97 .

oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person-804c6649-a9d6-e2d8-9ff5-fb95c4e60d36
  a a2a:Person ;
  rdfs:label "Jan Strating" ;
  a2a:PersonName [
    rdfs:label "Jan Strating" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Strating"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person-9cc57ccb-23d4-8f24-3458-a8a43e0e1b01
  a a2a:Person ;
  rdfs:label "Jan Douwe Brongers" ;
  a2a:PersonName [
    rdfs:label "Jan Douwe Brongers" ;
    a2a:PersonNameFirstName "Jan Douwe" ;
    a2a:PersonNameLastName "Brongers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person-2c2c2830-8241-f59f-7191-6d7e8abfd082
  a a2a:Person ;
  rdfs:label "Louwe Hendriks" ;
  a2a:PersonName [
    rdfs:label "Louwe Hendriks" ;
    a2a:PersonNameFirstName "Louwe" ;
    a2a:PersonNameLastName "Hendriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person-50188353-055b-d12b-d644-473b9bfc45ea
  a a2a:Person ;
  rdfs:label "Allerdina Meijer" ;
  a2a:PersonName [
    rdfs:label "Allerdina Meijer" ;
    a2a:PersonNameFirstName "Allerdina" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person-08d48b97-3819-f81b-7e61-5ca966a083e2
  a a2a:Person ;
  rdfs:label "Cornelia Strating" ;
  a2a:PersonName [
    rdfs:label "Cornelia Strating" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Strating"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "55 jaar" ;
    rdfs:label "55 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zuidlaren" ;
    rdfs:label "Zuidlaren"
  ] .

oa:event_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1931" ;
    a2a:Month "11" ;
    a2a:Day "11" ;
    rdfs:label "1931-11-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person:804c6649-a9d6-e2d8-9ff5-fb95c4e60d36 ;
  a2a:EventKeyRef oa:event_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Event1 .

oa:relationep_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person:50188353-055b-d12b-d644-473b9bfc45ea ;
  a2a:EventKeyRef oa:event_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Event1 .

oa:relationep_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person:08d48b97-3819-f81b-7e61-5ca966a083e2 ;
  a2a:EventKeyRef oa:event_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Event1 .

oa:relationpp_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person:08d48b97-3819-f81b-7e61-5ca966a083e2, oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person:9cc57ccb-23d4-8f24-3458-a8a43e0e1b01 .

oa:relationpp_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person:08d48b97-3819-f81b-7e61-5ca966a083e2, oa:person_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97_Person:2c2c2830-8241-f59f-7191-6d7e8abfd082 .

oa:source_gra_fe13d96c-8ae7-6eb5-dbfe-569b6027ce97
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1931-11-12 - 1931-11-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1931-11-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1931-11-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1931" ;
    a2a:Month "11" ;
    a2a:Day "12" ;
    rdfs:label "1931-11-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1931" ;
    a2a:Book "Overlijdensregister 1931" ;
    a2a:DocumentNumber "1448" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1931, Overlijdensregister 1931, 1448"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/43d6c533-0653-0e75-6bbc-c7a5a7328abd.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/fe13d96c-8ae7-6eb5-dbfe-569b6027ce97" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/43d6c533-0653-0e75-6bbc-c7a5a7328abd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/fe13d96c-8ae7-6eb5-dbfe-569b6027ce97" ;
  a2a:RecordGUID "{fe13d96c-8ae7-6eb5-dbfe-569b6027ce97}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_32_00000032.xml van GRA" .

