@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_49ff0430-c6af-6ef6-5f27-c19c6c992c2b
  a a2a:Record ;
  rdfs:label "Overlijden op 30 maart 1862 te Beerta" ;
  a2a:hasPerson oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person-e3a33958-e80a-6323-2f11-78a00ec1a6e7, oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person-458162f2-520b-f774-5047-08bd554ee925, oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person-9814663c-03fb-4798-1d49-f2ecdf399fbb, oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person-e092fd6e-a9b8-f3f7-cad8-c7047caed834 ;
  a2a:hasEvent oa:event_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_0, oa:relationep_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_1, oa:relationep_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_2 ;
  a2a:hasRelationPP oa:relationpp_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_0 ;
  a2a:hasSource oa:source_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b .

oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person-e3a33958-e80a-6323-2f11-78a00ec1a6e7
  a a2a:Person ;
  rdfs:label "Wopke Berends Norder" ;
  a2a:PersonName [
    rdfs:label "Wopke Berends Norder" ;
    a2a:PersonNameFirstName "Wopke Berends" ;
    a2a:PersonNameLastName "Norder"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "57 jaar" ;
    rdfs:label "57 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bonda, Ostfriesland, Duitsland" ;
    rdfs:label "Bonda, Ostfriesland, Duitsland"
  ] ;
  a2a:Profession "daglonersche" .

oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person-458162f2-520b-f774-5047-08bd554ee925
  a a2a:Person ;
  rdfs:label "Fokke Folkerts van der Laan" ;
  a2a:PersonName [
    rdfs:label "Fokke Folkerts van der Laan" ;
    a2a:PersonNameFirstName "Fokke Folkerts" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Laan"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person-9814663c-03fb-4798-1d49-f2ecdf399fbb
  a a2a:Person ;
  rdfs:label "Berend Norder" ;
  a2a:PersonName [
    rdfs:label "Berend Norder" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Norder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person-e092fd6e-a9b8-f3f7-cad8-c7047caed834
  a a2a:Person ;
  rdfs:label "Grietje" ;
  a2a:PersonName [
    rdfs:label "Grietje" ;
    a2a:PersonNameFirstName "Grietje"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1862" ;
    a2a:Month "3" ;
    a2a:Day "30" ;
    rdfs:label "1862-03-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta"
  ] .

oa:relationep_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person:e3a33958-e80a-6323-2f11-78a00ec1a6e7 ;
  a2a:EventKeyRef oa:event_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Event1 .

oa:relationep_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person:9814663c-03fb-4798-1d49-f2ecdf399fbb ;
  a2a:EventKeyRef oa:event_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Event1 .

oa:relationep_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person:e092fd6e-a9b8-f3f7-cad8-c7047caed834 ;
  a2a:EventKeyRef oa:event_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Event1 .

oa:relationpp_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person:e3a33958-e80a-6323-2f11-78a00ec1a6e7, oa:person_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b_Person:458162f2-520b-f774-5047-08bd554ee925 .

oa:source_gra_49ff0430-c6af-6ef6-5f27-c19c6c992c2b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta", "1862-03-31 - 1862-03-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1862-03-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1862-03-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1862" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1862-03-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1862" ;
    a2a:Book "Overlijdensregister 1862" ;
    a2a:DocumentNumber "26" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1862, Overlijdensregister 1862, 26"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/ec578104-1e1a-9746-a98f-ac7d6d5498b2.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/49ff0430-c6af-6ef6-5f27-c19c6c992c2b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/ec578104-1e1a-9746-a98f-ac7d6d5498b2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/49ff0430-c6af-6ef6-5f27-c19c6c992c2b" ;
  a2a:RecordGUID "{49ff0430-c6af-6ef6-5f27-c19c6c992c2b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_13569_00013569.xml van GRA" .

