@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_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a
  a a2a:Record ;
  rdfs:label "Overlijden op 6 november 1954 te Meeden" ;
  a2a:hasPerson oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person-4b2f0246-7eba-b954-bbc0-df14b60ddf01, oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person-ccdccc3a-ccb7-7224-4345-9e78e4779bdc, oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person-c58d4051-b4df-059e-b933-f3c93ae27399, oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person-5f05f385-ffb3-72d4-cffb-4a31e2cb7df7 ;
  a2a:hasEvent oa:event_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_0, oa:relationep_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_1, oa:relationep_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_2 ;
  a2a:hasRelationPP oa:relationpp_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_0 ;
  a2a:hasSource oa:source_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a .

oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person-4b2f0246-7eba-b954-bbc0-df14b60ddf01
  a a2a:Person ;
  rdfs:label "Jantje Vos" ;
  a2a:PersonName [
    rdfs:label "Jantje Vos" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "80 jaar" ;
    rdfs:label "80 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wildervank" ;
    rdfs:label "Wildervank"
  ] .

oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person-ccdccc3a-ccb7-7224-4345-9e78e4779bdc
  a a2a:Person ;
  rdfs:label "Esdert van der Ark" ;
  a2a:PersonName [
    rdfs:label "Esdert van der Ark" ;
    a2a:PersonNameFirstName "Esdert" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Ark"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person-c58d4051-b4df-059e-b933-f3c93ae27399
  a a2a:Person ;
  rdfs:label "Jakob Vos" ;
  a2a:PersonName [
    rdfs:label "Jakob Vos" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person-5f05f385-ffb3-72d4-cffb-4a31e2cb7df7
  a a2a:Person ;
  rdfs:label "Saakjen Meijer" ;
  a2a:PersonName [
    rdfs:label "Saakjen Meijer" ;
    a2a:PersonNameFirstName "Saakjen" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1954" ;
    a2a:Month "11" ;
    a2a:Day "6" ;
    rdfs:label "1954-11-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meeden" ;
    rdfs:label "Meeden"
  ] .

oa:relationep_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person:4b2f0246-7eba-b954-bbc0-df14b60ddf01 ;
  a2a:EventKeyRef oa:event_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Event1 .

oa:relationep_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person:c58d4051-b4df-059e-b933-f3c93ae27399 ;
  a2a:EventKeyRef oa:event_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Event1 .

oa:relationep_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person:5f05f385-ffb3-72d4-cffb-4a31e2cb7df7 ;
  a2a:EventKeyRef oa:event_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Event1 .

oa:relationpp_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person:4b2f0246-7eba-b954-bbc0-df14b60ddf01, oa:person_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a_Person:ccdccc3a-ccb7-7224-4345-9e78e4779bdc .

oa:source_gra_e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Meeden" ;
    rdfs:label "Meeden", "1954-11-08 - 1954-11-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1954-11-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1954-11-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1954" ;
    a2a:Month "11" ;
    a2a:Day "8" ;
    rdfs:label "1954-11-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1577, Periode: 1954" ;
    a2a:Book "Overlijdensregister 1954" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "1577" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1577, Periode: 1954, Overlijdensregister 1954, 16, 1577"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/2256e0e8-4f7a-d8a2-cfa9-092a24c0f472.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/2256e0e8-4f7a-d8a2-cfa9-092a24c0f472.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a" ;
  a2a:RecordGUID "{e5bbbaa4-6daa-d9a1-cafa-bcc8b6a0590a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11479_00011479.xml van GRA" .

