@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_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa
  a a2a:Record ;
  rdfs:label "Overlijden op 21 juni 1917 te Sellingen gem. Vlagtwedde" ;
  a2a:hasPerson oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person-faf91d0c-f1ab-b46b-d77c-246940e41c9c, oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person-7cfc9ceb-bc20-67a7-7abb-6bf1ec2c0cab, oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person-b74c272e-2836-4c63-8484-9cff3f0c69d0, oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person-2db8d47c-6846-d23f-42ef-45e38b71b5dd ;
  a2a:hasEvent oa:event_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_0, oa:relationep_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_1, oa:relationep_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_2 ;
  a2a:hasRelationPP oa:relationpp_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_0 ;
  a2a:hasSource oa:source_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa .

oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person-faf91d0c-f1ab-b46b-d77c-246940e41c9c
  a a2a:Person ;
  rdfs:label "Albertje Eelsing" ;
  a2a:PersonName [
    rdfs:label "Albertje Eelsing" ;
    a2a:PersonNameFirstName "Albertje" ;
    a2a:PersonNameLastName "Eelsing"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "23 jaar" ;
    rdfs:label "23 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlagtwedde" ;
    rdfs:label "Vlagtwedde"
  ] .

oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person-7cfc9ceb-bc20-67a7-7abb-6bf1ec2c0cab
  a a2a:Person ;
  rdfs:label "Berend de Boer" ;
  a2a:PersonName [
    rdfs:label "Berend de Boer" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person-b74c272e-2836-4c63-8484-9cff3f0c69d0
  a a2a:Person ;
  rdfs:label "Reint Eelsing" ;
  a2a:PersonName [
    rdfs:label "Reint Eelsing" ;
    a2a:PersonNameFirstName "Reint" ;
    a2a:PersonNameLastName "Eelsing"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "landbouwer" .

oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person-2db8d47c-6846-d23f-42ef-45e38b71b5dd
  a a2a:Person ;
  rdfs:label "Geessien Kielema" ;
  a2a:PersonName [
    rdfs:label "Geessien Kielema" ;
    a2a:PersonNameFirstName "Geessien" ;
    a2a:PersonNameLastName "Kielema"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "6" ;
    a2a:Day "21" ;
    rdfs:label "1917-06-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sellingen gem. Vlagtwedde" ;
    rdfs:label "Sellingen gem. Vlagtwedde"
  ] .

oa:relationep_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person:faf91d0c-f1ab-b46b-d77c-246940e41c9c ;
  a2a:EventKeyRef oa:event_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Event1 .

oa:relationep_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person:b74c272e-2836-4c63-8484-9cff3f0c69d0 ;
  a2a:EventKeyRef oa:event_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Event1 .

oa:relationep_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person:2db8d47c-6846-d23f-42ef-45e38b71b5dd ;
  a2a:EventKeyRef oa:event_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Event1 .

oa:relationpp_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person:faf91d0c-f1ab-b46b-d77c-246940e41c9c, oa:person_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa_Person:7cfc9ceb-bc20-67a7-7abb-6bf1ec2c0cab .

oa:source_gra_eecdc9fb-344d-a6b9-2f53-76eb1648d3aa
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Vlagtwedde" ;
    rdfs:label "Vlagtwedde", "1917-06-22 - 1917-06-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-06-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-06-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "6" ;
    a2a:Day "22" ;
    rdfs:label "1917-06-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1917" ;
    a2a:Book "Overlijdensregister 1917" ;
    a2a:DocumentNumber "76" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1917, Overlijdensregister 1917, 76"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/b3fc2036-cc14-63ff-1357-aee3025da1e0.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/eecdc9fb-344d-a6b9-2f53-76eb1648d3aa" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/b3fc2036-cc14-63ff-1357-aee3025da1e0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/eecdc9fb-344d-a6b9-2f53-76eb1648d3aa" ;
  a2a:RecordGUID "{eecdc9fb-344d-a6b9-2f53-76eb1648d3aa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_12027_00012027.xml van GRA" .

