@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_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b
  a a2a:Record ;
  rdfs:label "Overlijden op 12 november 1944 te Garmerwolde gem. Ten Boer" ;
  a2a:hasPerson oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person-8f7c3d55-1cba-387a-4da3-abab17c66a22, oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person-529c7584-f150-c9b6-018d-04f4c035f46e, oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person-ab1ef610-75be-31ac-12bb-3fee8764df81, oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person-7b3a534c-0653-2640-cbee-36aac0e1a3a6 ;
  a2a:hasEvent oa:event_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_0, oa:relationep_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_1, oa:relationep_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_2 ;
  a2a:hasRelationPP oa:relationpp_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_0 ;
  a2a:hasSource oa:source_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b .

oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person-8f7c3d55-1cba-387a-4da3-abab17c66a22
  a a2a:Person ;
  rdfs:label "Anna Reina Braam" ;
  a2a:PersonName [
    rdfs:label "Anna Reina Braam" ;
    a2a:PersonNameFirstName "Anna Reina" ;
    a2a:PersonNameLastName "Braam"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "66 jaar" ;
    rdfs:label "66 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Windeweer gem. Hoogezand" ;
    rdfs:label "Windeweer gem. Hoogezand"
  ] .

oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person-529c7584-f150-c9b6-018d-04f4c035f46e
  a a2a:Person ;
  rdfs:label "Hendrik Bontekoe" ;
  a2a:PersonName [
    rdfs:label "Hendrik Bontekoe" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Bontekoe"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person-ab1ef610-75be-31ac-12bb-3fee8764df81
  a a2a:Person ;
  rdfs:label "Hendrik Braam" ;
  a2a:PersonName [
    rdfs:label "Hendrik Braam" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Braam"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person-7b3a534c-0653-2640-cbee-36aac0e1a3a6
  a a2a:Person ;
  rdfs:label "Margaretha Jimchina Wolderich" ;
  a2a:PersonName [
    rdfs:label "Margaretha Jimchina Wolderich" ;
    a2a:PersonNameFirstName "Margaretha Jimchina" ;
    a2a:PersonNameLastName "Wolderich"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1944" ;
    a2a:Month "11" ;
    a2a:Day "12" ;
    rdfs:label "1944-11-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Garmerwolde gem. Ten Boer" ;
    rdfs:label "Garmerwolde gem. Ten Boer"
  ] .

oa:relationep_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person:8f7c3d55-1cba-387a-4da3-abab17c66a22 ;
  a2a:EventKeyRef oa:event_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Event1 .

oa:relationep_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person:ab1ef610-75be-31ac-12bb-3fee8764df81 ;
  a2a:EventKeyRef oa:event_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Event1 .

oa:relationep_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person:7b3a534c-0653-2640-cbee-36aac0e1a3a6 ;
  a2a:EventKeyRef oa:event_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Event1 .

oa:relationpp_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person:8f7c3d55-1cba-387a-4da3-abab17c66a22, oa:person_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b_Person:529c7584-f150-c9b6-018d-04f4c035f46e .

oa:source_gra_ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ten Boer" ;
    rdfs:label "Ten Boer", "1944-11-13 - 1944-11-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1944-11-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1944-11-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1944" ;
    a2a:Month "11" ;
    a2a:Day "13" ;
    rdfs:label "1944-11-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1944" ;
    a2a:Book "Overlijdensregister 1944" ;
    a2a:DocumentNumber "53" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1944, Overlijdensregister 1944, 53"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d4441e3d-55d4-dc9b-ff30-9302ab2924ef.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d4441e3d-55d4-dc9b-ff30-9302ab2924ef.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b" ;
  a2a:RecordGUID "{ecf79d40-26b0-c717-ca54-2f6ee5cf2b5b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11973_00011973.xml van GRA" .

