@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_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d
  a a2a:Record ;
  rdfs:label "Overlijden op 12 maart 1873 te Kropswolde gem. Hoogezand" ;
  a2a:hasPerson oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person-7cc831c0-754c-3cdc-f07d-7ac7dd3cf657, oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person-8b79520f-5294-a611-97bf-327659aec5e2, oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person-5e8ee505-7ef8-af80-4d60-1ca1db94b095, oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person-05022efb-9f64-638f-cf49-71192858b71d ;
  a2a:hasEvent oa:event_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_0, oa:relationep_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_1, oa:relationep_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_2 ;
  a2a:hasRelationPP oa:relationpp_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_0 ;
  a2a:hasSource oa:source_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d .

oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person-7cc831c0-754c-3cdc-f07d-7ac7dd3cf657
  a a2a:Person ;
  rdfs:label "Jan Bouma" ;
  a2a:PersonName [
    rdfs:label "Jan Bouma" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Bouma"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "77 jaar" ;
    rdfs:label "77 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kropswolde" ;
    rdfs:label "Kropswolde"
  ] ;
  a2a:Profession "rentenier" .

oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person-8b79520f-5294-a611-97bf-327659aec5e2
  a a2a:Person ;
  rdfs:label "Gesina Olthof" ;
  a2a:PersonName [
    rdfs:label "Gesina Olthof" ;
    a2a:PersonNameFirstName "Gesina" ;
    a2a:PersonNameLastName "Olthof"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person-5e8ee505-7ef8-af80-4d60-1ca1db94b095
  a a2a:Person ;
  rdfs:label "Klaas Bouma" ;
  a2a:PersonName [
    rdfs:label "Klaas Bouma" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Bouma"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person-05022efb-9f64-638f-cf49-71192858b71d
  a a2a:Person ;
  rdfs:label "Marchien Hindriks" ;
  a2a:PersonName [
    rdfs:label "Marchien Hindriks" ;
    a2a:PersonNameFirstName "Marchien" ;
    a2a:PersonNameLastName "Hindriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1873" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1873-03-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kropswolde gem. Hoogezand" ;
    rdfs:label "Kropswolde gem. Hoogezand"
  ] .

oa:relationep_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person:7cc831c0-754c-3cdc-f07d-7ac7dd3cf657 ;
  a2a:EventKeyRef oa:event_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Event1 .

oa:relationep_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person:5e8ee505-7ef8-af80-4d60-1ca1db94b095 ;
  a2a:EventKeyRef oa:event_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Event1 .

oa:relationep_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person:05022efb-9f64-638f-cf49-71192858b71d ;
  a2a:EventKeyRef oa:event_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Event1 .

oa:relationpp_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person:7cc831c0-754c-3cdc-f07d-7ac7dd3cf657, oa:person_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d_Person:8b79520f-5294-a611-97bf-327659aec5e2 .

oa:source_gra_ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1873-03-13 - 1873-03-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1873-03-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1873-03-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1873" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1873-03-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1873" ;
    a2a:Book "Overlijdensregister 1873" ;
    a2a:DocumentNumber "41" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1873, Overlijdensregister 1873, 41"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/285a4c9b-4e50-dfb2-a25d-a7bf1d17c46c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/285a4c9b-4e50-dfb2-a25d-a7bf1d17c46c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d" ;
  a2a:RecordGUID "{ed364dd8-65d5-1bd5-e4e5-1ca5e519ab1d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11980_00011980.xml van GRA" .

