@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_72e5ea27-addc-d783-23b4-7c265583571a
  a a2a:Record ;
  rdfs:label "Overlijden op 28 juni 1840 te Winschoten" ;
  a2a:hasPerson oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person-fa1b9b95-99b2-b34c-aa49-fe75b624c700, oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person-79e3ffdf-593a-775d-2440-2c54ad52804b, oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person-7697e960-bf8c-7c9e-606a-000a94543571, oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person-5028c65e-c629-114c-7638-d4e8c1401147 ;
  a2a:hasEvent oa:event_gra_72e5ea27-addc-d783-23b4-7c265583571a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_72e5ea27-addc-d783-23b4-7c265583571a_0, oa:relationep_gra_72e5ea27-addc-d783-23b4-7c265583571a_1, oa:relationep_gra_72e5ea27-addc-d783-23b4-7c265583571a_2 ;
  a2a:hasRelationPP oa:relationpp_gra_72e5ea27-addc-d783-23b4-7c265583571a_0 ;
  a2a:hasSource oa:source_gra_72e5ea27-addc-d783-23b4-7c265583571a .

oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person-fa1b9b95-99b2-b34c-aa49-fe75b624c700
  a a2a:Person ;
  rdfs:label "Grietje Goeman" ;
  a2a:PersonName [
    rdfs:label "Grietje Goeman" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Goeman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33 jaar" ;
    rdfs:label "33 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bonda Dld" ;
    rdfs:label "Bonda Dld"
  ] .

oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person-79e3ffdf-593a-775d-2440-2c54ad52804b
  a a2a:Person ;
  rdfs:label "Eppo Bloupot" ;
  a2a:PersonName [
    rdfs:label "Eppo Bloupot" ;
    a2a:PersonNameFirstName "Eppo" ;
    a2a:PersonNameLastName "Bloupot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person-7697e960-bf8c-7c9e-606a-000a94543571
  a a2a:Person ;
  rdfs:label "Thomas Goeman" ;
  a2a:PersonName [
    rdfs:label "Thomas Goeman" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNameLastName "Goeman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person-5028c65e-c629-114c-7638-d4e8c1401147
  a a2a:Person ;
  rdfs:label "Tjadduwe Luppen Groeneveld" ;
  a2a:PersonName [
    rdfs:label "Tjadduwe Luppen Groeneveld" ;
    a2a:PersonNameFirstName "Tjadduwe Luppen" ;
    a2a:PersonNameLastName "Groeneveld"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_72e5ea27-addc-d783-23b4-7c265583571a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1840" ;
    a2a:Month "6" ;
    a2a:Day "28" ;
    rdfs:label "1840-06-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:relationep_gra_72e5ea27-addc-d783-23b4-7c265583571a_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person:fa1b9b95-99b2-b34c-aa49-fe75b624c700 ;
  a2a:EventKeyRef oa:event_gra_72e5ea27-addc-d783-23b4-7c265583571a_Event1 .

oa:relationep_gra_72e5ea27-addc-d783-23b4-7c265583571a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person:7697e960-bf8c-7c9e-606a-000a94543571 ;
  a2a:EventKeyRef oa:event_gra_72e5ea27-addc-d783-23b4-7c265583571a_Event1 .

oa:relationep_gra_72e5ea27-addc-d783-23b4-7c265583571a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person:5028c65e-c629-114c-7638-d4e8c1401147 ;
  a2a:EventKeyRef oa:event_gra_72e5ea27-addc-d783-23b4-7c265583571a_Event1 .

oa:relationpp_gra_72e5ea27-addc-d783-23b4-7c265583571a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person:fa1b9b95-99b2-b34c-aa49-fe75b624c700, oa:person_gra_72e5ea27-addc-d783-23b4-7c265583571a_Person:79e3ffdf-593a-775d-2440-2c54ad52804b .

oa:source_gra_72e5ea27-addc-d783-23b4-7c265583571a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten", "1840-06-29 - 1840-06-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-06-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-06-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1840" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1840-06-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1840" ;
    a2a:Book "Overlijdensregister 1840" ;
    a2a:DocumentNumber "61" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1840, Overlijdensregister 1840, 61"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/0e6c11fd-38bc-a821-af6e-e64c295d9b14.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/72e5ea27-addc-d783-23b4-7c265583571a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/0e6c11fd-38bc-a821-af6e-e64c295d9b14.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-11-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/72e5ea27-addc-d783-23b4-7c265583571a" ;
  a2a:RecordGUID "{72e5ea27-addc-d783-23b4-7c265583571a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_15916_00015916.xml van GRA" .

