@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_07208e03-e92e-153e-63c4-b8d2b81bbb34
  a a2a:Record ;
  rdfs:label "Overlijden op 23 november 1862 te Bedum" ;
  a2a:hasPerson oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person-35b41215-77bb-89d2-1e3f-b354dfcb34c4, oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person-a6ea1392-7dea-7b4b-1524-d1cae7562fe4, oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person-5f1d936b-b84f-fa88-a309-234f08dc1f76, oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person-ea3982cf-6f13-8670-4a79-957b00221c14 ;
  a2a:hasEvent oa:event_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_0, oa:relationep_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_1, oa:relationep_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_2 ;
  a2a:hasRelationPP oa:relationpp_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_0 ;
  a2a:hasSource oa:source_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34 .

oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person-35b41215-77bb-89d2-1e3f-b354dfcb34c4
  a a2a:Person ;
  rdfs:label "Etje Kornelis" ;
  a2a:PersonName [
    rdfs:label "Etje Kornelis" ;
    a2a:PersonNameFirstName "Etje" ;
    a2a:PersonNameLastName "Kornelis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person-a6ea1392-7dea-7b4b-1524-d1cae7562fe4
  a a2a:Person ;
  rdfs:label "Hindrik van der Veen" ;
  a2a:PersonName [
    rdfs:label "Hindrik van der Veen" ;
    a2a:PersonNameFirstName "Hindrik" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Veen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person-5f1d936b-b84f-fa88-a309-234f08dc1f76
  a a2a:Person ;
  rdfs:label "Jantje Geerts Lion" ;
  a2a:PersonName [
    rdfs:label "Jantje Geerts Lion" ;
    a2a:PersonNameFirstName "Jantje Geerts" ;
    a2a:PersonNameLastName "Lion"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "69 jaar" ;
    rdfs:label "69 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] .

oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person-ea3982cf-6f13-8670-4a79-957b00221c14
  a a2a:Person ;
  rdfs:label "Geert Laurens" ;
  a2a:PersonName [
    rdfs:label "Geert Laurens" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Laurens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1862" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1862-11-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] .

oa:relationep_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person:35b41215-77bb-89d2-1e3f-b354dfcb34c4 ;
  a2a:EventKeyRef oa:event_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Event1 .

oa:relationep_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person:5f1d936b-b84f-fa88-a309-234f08dc1f76 ;
  a2a:EventKeyRef oa:event_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Event1 .

oa:relationep_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person:ea3982cf-6f13-8670-4a79-957b00221c14 ;
  a2a:EventKeyRef oa:event_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Event1 .

oa:relationpp_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person:5f1d936b-b84f-fa88-a309-234f08dc1f76, oa:person_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34_Person:a6ea1392-7dea-7b4b-1524-d1cae7562fe4 .

oa:source_gra_07208e03-e92e-153e-63c4-b8d2b81bbb34
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum", "1862-11-24 - 1862-11-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1862-11-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1862-11-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1862" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1862-11-24"^^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 "85" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1862, Overlijdensregister 1862, 85"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/a175273b-ce65-b624-fc97-6b22ff1415dd.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/07208e03-e92e-153e-63c4-b8d2b81bbb34" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/a175273b-ce65-b624-fc97-6b22ff1415dd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/07208e03-e92e-153e-63c4-b8d2b81bbb34" ;
  a2a:RecordGUID "{07208e03-e92e-153e-63c4-b8d2b81bbb34}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_313_00000313.xml van GRA" .

