@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_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27
  a a2a:Record ;
  rdfs:label "Overlijden op 4 juni 1875 te Westerdijkshorn gem. Bedum" ;
  a2a:hasPerson oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person-6714c56d-56ea-3f24-7c1a-acc24ccbeb03, oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person-abc3191a-7ae2-fa1a-e947-e4929b11d1bf, oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person-4d049ba4-8664-466c-e4f4-d4d1dd1f107d, oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person-b1c6e22b-ff5a-f068-191b-8b7cd6270b6a ;
  a2a:hasEvent oa:event_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_0, oa:relationep_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_1, oa:relationep_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_2 ;
  a2a:hasRelationPP oa:relationpp_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_0 ;
  a2a:hasSource oa:source_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27 .

oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person-6714c56d-56ea-3f24-7c1a-acc24ccbeb03
  a a2a:Person ;
  rdfs:label "Jan Lammerts Braak" ;
  a2a:PersonName [
    rdfs:label "Jan Lammerts Braak" ;
    a2a:PersonNameFirstName "Jan Lammerts" ;
    a2a:PersonNameLastName "Braak"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "52 jaar" ;
    rdfs:label "52 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Middelstum" ;
    rdfs:label "Middelstum"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person-abc3191a-7ae2-fa1a-e947-e4929b11d1bf
  a a2a:Person ;
  rdfs:label "Geertje Jans Pesman" ;
  a2a:PersonName [
    rdfs:label "Geertje Jans Pesman" ;
    a2a:PersonNameFirstName "Geertje Jans" ;
    a2a:PersonNameLastName "Pesman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person-4d049ba4-8664-466c-e4f4-d4d1dd1f107d
  a a2a:Person ;
  rdfs:label "Lammert Berends Braak" ;
  a2a:PersonName [
    rdfs:label "Lammert Berends Braak" ;
    a2a:PersonNameFirstName "Lammert Berends" ;
    a2a:PersonNameLastName "Braak"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person-b1c6e22b-ff5a-f068-191b-8b7cd6270b6a
  a a2a:Person ;
  rdfs:label "Pieterke Olcherts Datema" ;
  a2a:PersonName [
    rdfs:label "Pieterke Olcherts Datema" ;
    a2a:PersonNameFirstName "Pieterke Olcherts" ;
    a2a:PersonNameLastName "Datema"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1875" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1875-06-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Westerdijkshorn gem. Bedum" ;
    rdfs:label "Westerdijkshorn gem. Bedum"
  ] .

oa:relationep_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person:6714c56d-56ea-3f24-7c1a-acc24ccbeb03 ;
  a2a:EventKeyRef oa:event_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Event1 .

oa:relationep_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person:4d049ba4-8664-466c-e4f4-d4d1dd1f107d ;
  a2a:EventKeyRef oa:event_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Event1 .

oa:relationep_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person:b1c6e22b-ff5a-f068-191b-8b7cd6270b6a ;
  a2a:EventKeyRef oa:event_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Event1 .

oa:relationpp_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person:6714c56d-56ea-3f24-7c1a-acc24ccbeb03, oa:person_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27_Person:abc3191a-7ae2-fa1a-e947-e4929b11d1bf .

oa:source_gra_e6c6795b-9ea8-0ebb-c313-cf36cbccfa27
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum", "1875-06-05 - 1875-06-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1875-06-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1875-06-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1875" ;
    a2a:Month "6" ;
    a2a:Day "5" ;
    rdfs:label "1875-06-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1875" ;
    a2a:Book "Overlijdensregister 1875" ;
    a2a:DocumentNumber "67" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1875, Overlijdensregister 1875, 67"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/96a51129-c6fa-e3ba-3d2d-b1ca683be904.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e6c6795b-9ea8-0ebb-c313-cf36cbccfa27" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/96a51129-c6fa-e3ba-3d2d-b1ca683be904.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e6c6795b-9ea8-0ebb-c313-cf36cbccfa27" ;
  a2a:RecordGUID "{e6c6795b-9ea8-0ebb-c313-cf36cbccfa27}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_456_00000456.xml van GRA" .

