@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_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e
  a a2a:Record ;
  rdfs:label "Overlijden op 8 juni 1953 te Winschoten" ;
  a2a:hasPerson oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person-33edc924-4f19-76e2-60ba-b43ee5f76a00, oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person-a7ff07d2-34ea-c1b4-cc8c-971073353cf1, oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person-a6946a43-bc27-3052-89eb-8f99762e2caa, oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person-4a461acc-7f91-71ab-0386-f05d2f69d364 ;
  a2a:hasEvent oa:event_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_0, oa:relationep_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_1, oa:relationep_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_2 ;
  a2a:hasRelationPP oa:relationpp_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_0 ;
  a2a:hasSource oa:source_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e .

oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person-33edc924-4f19-76e2-60ba-b43ee5f76a00
  a a2a:Person ;
  rdfs:label "Mettje Meulmann" ;
  a2a:PersonName [
    rdfs:label "Mettje Meulmann" ;
    a2a:PersonNameFirstName "Mettje" ;
    a2a:PersonNameLastName "Meulmann"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person-a7ff07d2-34ea-c1b4-cc8c-971073353cf1
  a a2a:Person ;
  rdfs:label "Johanna Catharina Bunt" ;
  a2a:PersonName [
    rdfs:label "Johanna Catharina Bunt" ;
    a2a:PersonNameFirstName "Johanna Catharina" ;
    a2a:PersonNameLastName "Bunt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person-a6946a43-bc27-3052-89eb-8f99762e2caa
  a a2a:Person ;
  rdfs:label "Rutger Moed" ;
  a2a:PersonName [
    rdfs:label "Rutger Moed" ;
    a2a:PersonNameFirstName "Rutger" ;
    a2a:PersonNameLastName "Moed"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34 jaar" ;
    rdfs:label "34 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde"
  ] ;
  a2a:Profession "landarbeider" .

oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person-4a461acc-7f91-71ab-0386-f05d2f69d364
  a a2a:Person ;
  rdfs:label "Wubbe Moed" ;
  a2a:PersonName [
    rdfs:label "Wubbe Moed" ;
    a2a:PersonNameFirstName "Wubbe" ;
    a2a:PersonNameLastName "Moed"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "landarbeider" .

oa:event_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1953" ;
    a2a:Month "6" ;
    a2a:Day "8" ;
    rdfs:label "1953-06-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:relationep_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person:33edc924-4f19-76e2-60ba-b43ee5f76a00 ;
  a2a:EventKeyRef oa:event_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Event1 .

oa:relationep_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person:a6946a43-bc27-3052-89eb-8f99762e2caa ;
  a2a:EventKeyRef oa:event_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Event1 .

oa:relationep_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person:4a461acc-7f91-71ab-0386-f05d2f69d364 ;
  a2a:EventKeyRef oa:event_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Event1 .

oa:relationpp_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person:a6946a43-bc27-3052-89eb-8f99762e2caa, oa:person_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e_Person:a7ff07d2-34ea-c1b4-cc8c-971073353cf1 .

oa:source_gra_2c3f19b8-c8a4-a941-e95d-d3926b39eb7e
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten", "1953-06-09 - 1953-06-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1953-06-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1953-06-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1953" ;
    a2a:Month "6" ;
    a2a:Day "9" ;
    rdfs:label "1953-06-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1839, Periode: 1953" ;
    a2a:Book "Overlijdensregister 1953" ;
    a2a:DocumentNumber "99" ;
    a2a:RegistryNumber "1839" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1839, Periode: 1953, Overlijdensregister 1953, 99, 1839"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/84a00d95-bb51-d9ed-74bf-3e30486bd967.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/2c3f19b8-c8a4-a941-e95d-d3926b39eb7e" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/84a00d95-bb51-d9ed-74bf-3e30486bd967.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/2c3f19b8-c8a4-a941-e95d-d3926b39eb7e" ;
  a2a:RecordGUID "{2c3f19b8-c8a4-a941-e95d-d3926b39eb7e}" ;
  a2a:SourceRemarkOpmerking "wonende te Bellingwolde" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_14079_00014079.xml van GRA" .

