@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_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af
  a a2a:Record ;
  rdfs:label "Overlijden op 18 augustus 1963 te Mussel gem. Onstwedde" ;
  a2a:hasPerson oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person-585fb026-5f17-2ffc-6c27-8d9b772acc47, oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person-78836009-ea2e-0459-fc69-aeca4a545c21, oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person-689a0f40-00f6-75b9-8ea2-a0800f4ff48d, oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person-84bc2699-4f1b-3fea-7c49-4a146f7e1e73 ;
  a2a:hasEvent oa:event_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_0, oa:relationep_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_1, oa:relationep_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_2 ;
  a2a:hasRelationPP oa:relationpp_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_0 ;
  a2a:hasSource oa:source_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af .

oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person-585fb026-5f17-2ffc-6c27-8d9b772acc47
  a a2a:Person ;
  rdfs:label "Jozep Mestenmaker" ;
  a2a:PersonName [
    rdfs:label "Jozep Mestenmaker" ;
    a2a:PersonNameFirstName "Jozep" ;
    a2a:PersonNameLastName "Mestenmaker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person-78836009-ea2e-0459-fc69-aeca4a545c21
  a a2a:Person ;
  rdfs:label "Lucas Eilers" ;
  a2a:PersonName [
    rdfs:label "Lucas Eilers" ;
    a2a:PersonNameFirstName "Lucas" ;
    a2a:PersonNameLastName "Eilers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person-689a0f40-00f6-75b9-8ea2-a0800f4ff48d
  a a2a:Person ;
  rdfs:label "Anna Catharina Nankemann" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Nankemann" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Nankemann"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person-84bc2699-4f1b-3fea-7c49-4a146f7e1e73
  a a2a:Person ;
  rdfs:label "Anna Helena Eilers" ;
  a2a:PersonName [
    rdfs:label "Anna Helena Eilers" ;
    a2a:PersonNameFirstName "Anna Helena" ;
    a2a:PersonNameLastName "Eilers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "83 jaar" ;
    rdfs:label "83 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Steinbild Duitsland" ;
    rdfs:label "Steinbild Duitsland"
  ] .

oa:event_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1963" ;
    a2a:Month "8" ;
    a2a:Day "18" ;
    rdfs:label "1963-08-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Mussel gem. Onstwedde" ;
    rdfs:label "Mussel gem. Onstwedde"
  ] .

oa:relationep_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person:78836009-ea2e-0459-fc69-aeca4a545c21 ;
  a2a:EventKeyRef oa:event_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Event1 .

oa:relationep_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person:689a0f40-00f6-75b9-8ea2-a0800f4ff48d ;
  a2a:EventKeyRef oa:event_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Event1 .

oa:relationep_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person:84bc2699-4f1b-3fea-7c49-4a146f7e1e73 ;
  a2a:EventKeyRef oa:event_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Event1 .

oa:relationpp_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person:84bc2699-4f1b-3fea-7c49-4a146f7e1e73, oa:person_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af_Person:585fb026-5f17-2ffc-6c27-8d9b772acc47 .

oa:source_gra_dfd97f33-0d85-0dc1-94db-b01d5f6ac8af
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde", "1963-08-19 - 1963-08-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1963-08-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1963-08-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1963" ;
    a2a:Month "8" ;
    a2a:Day "19" ;
    rdfs:label "1963-08-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1493, Periode: 1963" ;
    a2a:Book "Overlijdensregister 1963" ;
    a2a:DocumentNumber "75" ;
    a2a:RegistryNumber "1493" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1493, Periode: 1963, Overlijdensregister 1963, 75, 1493"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/02c70cbb-6ae8-cc7f-b3fd-114c709a743b.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/dfd97f33-0d85-0dc1-94db-b01d5f6ac8af" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/02c70cbb-6ae8-cc7f-b3fd-114c709a743b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/dfd97f33-0d85-0dc1-94db-b01d5f6ac8af" ;
  a2a:RecordGUID "{dfd97f33-0d85-0dc1-94db-b01d5f6ac8af}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11864_00011864.xml van GRA" .

