@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_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd
  a a2a:Record ;
  rdfs:label "Overlijden op 2 mei 1930 te Groningen" ;
  a2a:hasPerson oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person-eb72dc6b-16af-fa1e-ddb0-4d54aa423591, oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person-a70871d4-4cb7-7488-9882-6798dc1baa47, oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person-53a21ec6-53a5-a68e-3f3d-41313fa10703, oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person-c94255a2-526f-40a0-9567-824d2a72301f, oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person-ff14ba2c-4e80-07df-7971-ce8cb4c510e9 ;
  a2a:hasEvent oa:event_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_0, oa:relationep_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_1, oa:relationep_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_2 ;
  a2a:hasRelationPP oa:relationpp_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_0, oa:relationpp_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_1 ;
  a2a:hasSource oa:source_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd .

oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person-eb72dc6b-16af-fa1e-ddb0-4d54aa423591
  a a2a:Person ;
  rdfs:label "Wiebe Renkema" ;
  a2a:PersonName [
    rdfs:label "Wiebe Renkema" ;
    a2a:PersonNameFirstName "Wiebe" ;
    a2a:PersonNameLastName "Renkema"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "67 jaar" ;
    rdfs:label "67 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Marum" ;
    rdfs:label "Marum"
  ] .

oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person-a70871d4-4cb7-7488-9882-6798dc1baa47
  a a2a:Person ;
  rdfs:label "Antje Veenstra" ;
  a2a:PersonName [
    rdfs:label "Antje Veenstra" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Veenstra"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person-53a21ec6-53a5-a68e-3f3d-41313fa10703
  a a2a:Person ;
  rdfs:label "Wimke Duursma" ;
  a2a:PersonName [
    rdfs:label "Wimke Duursma" ;
    a2a:PersonNameFirstName "Wimke" ;
    a2a:PersonNameLastName "Duursma"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person-c94255a2-526f-40a0-9567-824d2a72301f
  a a2a:Person ;
  rdfs:label "Anne Garms Renkema" ;
  a2a:PersonName [
    rdfs:label "Anne Garms Renkema" ;
    a2a:PersonNameFirstName "Anne Garms" ;
    a2a:PersonNameLastName "Renkema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person-ff14ba2c-4e80-07df-7971-ce8cb4c510e9
  a a2a:Person ;
  rdfs:label "Antje Lubbes de Boer" ;
  a2a:PersonName [
    rdfs:label "Antje Lubbes de Boer" ;
    a2a:PersonNameFirstName "Antje Lubbes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1930" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1930-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person:eb72dc6b-16af-fa1e-ddb0-4d54aa423591 ;
  a2a:EventKeyRef oa:event_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Event1 .

oa:relationep_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person:c94255a2-526f-40a0-9567-824d2a72301f ;
  a2a:EventKeyRef oa:event_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Event1 .

oa:relationep_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person:ff14ba2c-4e80-07df-7971-ce8cb4c510e9 ;
  a2a:EventKeyRef oa:event_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Event1 .

oa:relationpp_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person:eb72dc6b-16af-fa1e-ddb0-4d54aa423591, oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person:a70871d4-4cb7-7488-9882-6798dc1baa47 .

oa:relationpp_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person:eb72dc6b-16af-fa1e-ddb0-4d54aa423591, oa:person_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd_Person:53a21ec6-53a5-a68e-3f3d-41313fa10703 .

oa:source_gra_9cc63f55-fa2f-a288-6ebd-a79510f2a8fd
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1930-05-03 - 1930-05-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1930-05-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1930-05-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1930" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1930-05-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1930" ;
    a2a:Book "Overlijdensregister 1930" ;
    a2a:DocumentNumber "532" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1930, Overlijdensregister 1930, 532"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/853dca5e-0c37-529c-6115-0320027833ff.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/9cc63f55-fa2f-a288-6ebd-a79510f2a8fd" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/853dca5e-0c37-529c-6115-0320027833ff.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/9cc63f55-fa2f-a288-6ebd-a79510f2a8fd" ;
  a2a:RecordGUID "{9cc63f55-fa2f-a288-6ebd-a79510f2a8fd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_16603_00016603.xml van GRA" .

