@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_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c
  a a2a:Record ;
  rdfs:label "Overlijden op 14 januari 1961 te De Wilp gem. Marum" ;
  a2a:hasPerson oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person-ea3648dc-9a30-6732-d4ab-6fe4e5fe592e, oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person-445895b2-3ddb-98ea-386b-2062552d3abd, oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person-bf474672-6da7-cdc7-28eb-bff41d26ef66, oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person-41661677-3e38-a2b9-4037-fc3439e9dfb1 ;
  a2a:hasEvent oa:event_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_0, oa:relationep_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_1, oa:relationep_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_2 ;
  a2a:hasRelationPP oa:relationpp_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_0 ;
  a2a:hasSource oa:source_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c .

oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person-ea3648dc-9a30-6732-d4ab-6fe4e5fe592e
  a a2a:Person ;
  rdfs:label "Gerke Boerema" ;
  a2a:PersonName [
    rdfs:label "Gerke Boerema" ;
    a2a:PersonNameFirstName "Gerke" ;
    a2a:PersonNameLastName "Boerema"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "86 jaar" ;
    rdfs:label "86 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "De Wilp gem. Marum" ;
    rdfs:label "De Wilp gem. Marum"
  ] .

oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person-445895b2-3ddb-98ea-386b-2062552d3abd
  a a2a:Person ;
  rdfs:label "Hiltje Tienstra" ;
  a2a:PersonName [
    rdfs:label "Hiltje Tienstra" ;
    a2a:PersonNameFirstName "Hiltje" ;
    a2a:PersonNameLastName "Tienstra"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person-bf474672-6da7-cdc7-28eb-bff41d26ef66
  a a2a:Person ;
  rdfs:label "Wolter Boerema" ;
  a2a:PersonName [
    rdfs:label "Wolter Boerema" ;
    a2a:PersonNameFirstName "Wolter" ;
    a2a:PersonNameLastName "Boerema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person-41661677-3e38-a2b9-4037-fc3439e9dfb1
  a a2a:Person ;
  rdfs:label "Wimke Rosema" ;
  a2a:PersonName [
    rdfs:label "Wimke Rosema" ;
    a2a:PersonNameFirstName "Wimke" ;
    a2a:PersonNameLastName "Rosema"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1961" ;
    a2a:Month "1" ;
    a2a:Day "14" ;
    rdfs:label "1961-01-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Wilp gem. Marum" ;
    rdfs:label "De Wilp gem. Marum"
  ] .

oa:relationep_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person:ea3648dc-9a30-6732-d4ab-6fe4e5fe592e ;
  a2a:EventKeyRef oa:event_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Event1 .

oa:relationep_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person:bf474672-6da7-cdc7-28eb-bff41d26ef66 ;
  a2a:EventKeyRef oa:event_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Event1 .

oa:relationep_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person:41661677-3e38-a2b9-4037-fc3439e9dfb1 ;
  a2a:EventKeyRef oa:event_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Event1 .

oa:relationpp_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person:ea3648dc-9a30-6732-d4ab-6fe4e5fe592e, oa:person_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c_Person:445895b2-3ddb-98ea-386b-2062552d3abd .

oa:source_gra_3b833ace-bb0d-3c08-4ebe-c274d33a2e3c
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Marum" ;
    rdfs:label "Marum", "1961-01-17 - 1961-01-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1961-01-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1961-01-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1961" ;
    a2a:Month "1" ;
    a2a:Day "17" ;
    rdfs:label "1961-01-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1378, Periode: 1961" ;
    a2a:Book "Overlijdensregister 1961" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "1378" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1378, Periode: 1961, Overlijdensregister 1961, 1, 1378"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/63397b32-dc47-bc3e-110b-d30a8f00e629.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/3b833ace-bb0d-3c08-4ebe-c274d33a2e3c" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/63397b32-dc47-bc3e-110b-d30a8f00e629.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/3b833ace-bb0d-3c08-4ebe-c274d33a2e3c" ;
  a2a:RecordGUID "{3b833ace-bb0d-3c08-4ebe-c274d33a2e3c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13695_00013695.xml van GRA" .

