@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_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86
  a a2a:Record ;
  rdfs:label "Overlijden op 2 juni 1889 te Hoorn gem. Wedde" ;
  a2a:hasPerson oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person-0c610283-6109-0ad3-739a-0a19d421067a, oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person-f3189dc4-ac5e-ac90-4f9a-5538a9959212, oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person-92e37169-6966-03a5-5e63-1b3c2cf26f06, oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person-f9eef32a-c4cb-5b89-dd0c-0a2ff645d5b2 ;
  a2a:hasEvent oa:event_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_0, oa:relationep_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_1, oa:relationep_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_2 ;
  a2a:hasRelationPP oa:relationpp_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_0 ;
  a2a:hasSource oa:source_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86 .

oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person-0c610283-6109-0ad3-739a-0a19d421067a
  a a2a:Person ;
  rdfs:label "Jan Engelkes" ;
  a2a:PersonName [
    rdfs:label "Jan Engelkes" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Engelkes"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "80 jaar" ;
    rdfs:label "80 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wedde" ;
    rdfs:label "Wedde"
  ] ;
  a2a:Profession "tolgaarder" .

oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person-f3189dc4-ac5e-ac90-4f9a-5538a9959212
  a a2a:Person ;
  rdfs:label "Hendrekje Kenter" ;
  a2a:PersonName [
    rdfs:label "Hendrekje Kenter" ;
    a2a:PersonNameFirstName "Hendrekje" ;
    a2a:PersonNameLastName "Kenter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person-92e37169-6966-03a5-5e63-1b3c2cf26f06
  a a2a:Person ;
  rdfs:label "Luppe Eijes Engelkes" ;
  a2a:PersonName [
    rdfs:label "Luppe Eijes Engelkes" ;
    a2a:PersonNameFirstName "Luppe Eijes" ;
    a2a:PersonNameLastName "Engelkes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person-f9eef32a-c4cb-5b89-dd0c-0a2ff645d5b2
  a a2a:Person ;
  rdfs:label "Gepke Jans Wolters" ;
  a2a:PersonName [
    rdfs:label "Gepke Jans Wolters" ;
    a2a:PersonNameFirstName "Gepke Jans" ;
    a2a:PersonNameLastName "Wolters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1889-06-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn gem. Wedde" ;
    rdfs:label "Hoorn gem. Wedde"
  ] .

oa:relationep_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person:0c610283-6109-0ad3-739a-0a19d421067a ;
  a2a:EventKeyRef oa:event_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Event1 .

oa:relationep_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person:92e37169-6966-03a5-5e63-1b3c2cf26f06 ;
  a2a:EventKeyRef oa:event_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Event1 .

oa:relationep_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person:f9eef32a-c4cb-5b89-dd0c-0a2ff645d5b2 ;
  a2a:EventKeyRef oa:event_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Event1 .

oa:relationpp_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person:0c610283-6109-0ad3-739a-0a19d421067a, oa:person_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86_Person:f3189dc4-ac5e-ac90-4f9a-5538a9959212 .

oa:source_gra_bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Wedde" ;
    rdfs:label "Wedde", "1889-06-03 - 1889-06-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-06-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-06-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1889-06-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1889" ;
    a2a:Book "Overlijdensregister 1889" ;
    a2a:DocumentNumber "22" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1889, Overlijdensregister 1889, 22"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d0533e2e-7059-9a28-14cd-cae2f92c72bf.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d0533e2e-7059-9a28-14cd-cae2f92c72bf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86" ;
  a2a:RecordGUID "{bbbf6e1f-568e-ea55-cbf4-eb2e49fb6d86}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15843_00015843.xml van GRA" .

