@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_2ec04065-3092-5ba2-4142-8ca8b16b4e0b
  a a2a:Record ;
  rdfs:label "Overlijden op 11 oktober 1874 te Beerta" ;
  a2a:hasPerson oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person-21074417-622f-ee80-5662-ed9f688f96cc, oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person-ad8e0208-bbbf-3964-5bcc-7fcbf60ddff3, oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person-172f5327-cc61-2c67-8b75-3c8e27337119, oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person-f41a9766-0e61-d209-175c-043459e510f8, oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person-c982b24c-8cb5-cfe9-1481-bf7fd92d1372 ;
  a2a:hasEvent oa:event_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_0, oa:relationep_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_1, oa:relationep_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_2 ;
  a2a:hasRelationPP oa:relationpp_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_0, oa:relationpp_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_1 ;
  a2a:hasSource oa:source_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b .

oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person-21074417-622f-ee80-5662-ed9f688f96cc
  a a2a:Person ;
  rdfs:label "Reinder Geerts Bouman" ;
  a2a:PersonName [
    rdfs:label "Reinder Geerts Bouman" ;
    a2a:PersonNameFirstName "Reinder Geerts" ;
    a2a:PersonNameLastName "Bouman"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "84 jaar" ;
    rdfs:label "84 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta"
  ] .

oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person-ad8e0208-bbbf-3964-5bcc-7fcbf60ddff3
  a a2a:Person ;
  rdfs:label "Elisabet Pieters Doornbos" ;
  a2a:PersonName [
    rdfs:label "Elisabet Pieters Doornbos" ;
    a2a:PersonNameFirstName "Elisabet Pieters" ;
    a2a:PersonNameLastName "Doornbos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person-172f5327-cc61-2c67-8b75-3c8e27337119
  a a2a:Person ;
  rdfs:label "Wubke Jans Müller" ;
  a2a:PersonName [
    rdfs:label "Wubke Jans Müller" ;
    a2a:PersonNameFirstName "Wubke Jans" ;
    a2a:PersonNameLastName "Müller"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person-f41a9766-0e61-d209-175c-043459e510f8
  a a2a:Person ;
  rdfs:label "Geert Reinders" ;
  a2a:PersonName [
    rdfs:label "Geert Reinders" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Reinders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person-c982b24c-8cb5-cfe9-1481-bf7fd92d1372
  a a2a:Person ;
  rdfs:label "Lammechijn Sietes" ;
  a2a:PersonName [
    rdfs:label "Lammechijn Sietes" ;
    a2a:PersonNameFirstName "Lammechijn" ;
    a2a:PersonNameLastName "Sietes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1874" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1874-10-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta"
  ] .

oa:relationep_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person:21074417-622f-ee80-5662-ed9f688f96cc ;
  a2a:EventKeyRef oa:event_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Event1 .

oa:relationep_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person:f41a9766-0e61-d209-175c-043459e510f8 ;
  a2a:EventKeyRef oa:event_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Event1 .

oa:relationep_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person:c982b24c-8cb5-cfe9-1481-bf7fd92d1372 ;
  a2a:EventKeyRef oa:event_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Event1 .

oa:relationpp_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person:21074417-622f-ee80-5662-ed9f688f96cc, oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person:ad8e0208-bbbf-3964-5bcc-7fcbf60ddff3 .

oa:relationpp_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person:21074417-622f-ee80-5662-ed9f688f96cc, oa:person_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b_Person:172f5327-cc61-2c67-8b75-3c8e27337119 .

oa:source_gra_2ec04065-3092-5ba2-4142-8ca8b16b4e0b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta", "1874-10-12 - 1874-10-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1874-10-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1874-10-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1874" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1874-10-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1874" ;
    a2a:Book "Overlijdensregister 1874" ;
    a2a:DocumentNumber "69" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1874, Overlijdensregister 1874, 69"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/1c73a698-0fa7-96a6-9930-ea3d69885587.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/2ec04065-3092-5ba2-4142-8ca8b16b4e0b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/1c73a698-0fa7-96a6-9930-ea3d69885587.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-12-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/2ec04065-3092-5ba2-4142-8ca8b16b4e0b" ;
  a2a:RecordGUID "{2ec04065-3092-5ba2-4142-8ca8b16b4e0b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14155_00014155.xml van GRA" .

