@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_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7
  a a2a:Record ;
  rdfs:label "Overlijden op 2 augustus 1948 te Scheemda" ;
  a2a:hasPerson oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person-bc99ec6c-ae11-6441-3392-688e6637b3fd, oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person-1c9a0830-70ed-1b78-f497-7b399364b790, oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person-bfc064c9-619e-fc9f-85f2-60d71e755f00, oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person-8a203d86-58ab-6d70-58a0-672446d31d0d ;
  a2a:hasEvent oa:event_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_0, oa:relationep_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_1, oa:relationep_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_2 ;
  a2a:hasRelationPP oa:relationpp_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_0 ;
  a2a:hasSource oa:source_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7 .

oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person-bc99ec6c-ae11-6441-3392-688e6637b3fd
  a a2a:Person ;
  rdfs:label "Jacobus Panjer" ;
  a2a:PersonName [
    rdfs:label "Jacobus Panjer" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Panjer"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "74 jaar" ;
    rdfs:label "74 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen"
  ] .

oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person-1c9a0830-70ed-1b78-f497-7b399364b790
  a a2a:Person ;
  rdfs:label "Grietje Groenbroek" ;
  a2a:PersonName [
    rdfs:label "Grietje Groenbroek" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Groenbroek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person-bfc064c9-619e-fc9f-85f2-60d71e755f00
  a a2a:Person ;
  rdfs:label "Jan Panjer" ;
  a2a:PersonName [
    rdfs:label "Jan Panjer" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Panjer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person-8a203d86-58ab-6d70-58a0-672446d31d0d
  a a2a:Person ;
  rdfs:label "Johanna Spreuwers" ;
  a2a:PersonName [
    rdfs:label "Johanna Spreuwers" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Spreuwers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1948" ;
    a2a:Month "8" ;
    a2a:Day "2" ;
    rdfs:label "1948-08-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Scheemda" ;
    rdfs:label "Scheemda"
  ] .

oa:relationep_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person:bc99ec6c-ae11-6441-3392-688e6637b3fd ;
  a2a:EventKeyRef oa:event_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Event1 .

oa:relationep_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person:bfc064c9-619e-fc9f-85f2-60d71e755f00 ;
  a2a:EventKeyRef oa:event_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Event1 .

oa:relationep_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person:8a203d86-58ab-6d70-58a0-672446d31d0d ;
  a2a:EventKeyRef oa:event_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Event1 .

oa:relationpp_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person:bc99ec6c-ae11-6441-3392-688e6637b3fd, oa:person_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7_Person:1c9a0830-70ed-1b78-f497-7b399364b790 .

oa:source_gra_37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Scheemda" ;
    rdfs:label "Scheemda", "1948-08-03 - 1948-08-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1948-08-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1948-08-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1948" ;
    a2a:Month "8" ;
    a2a:Day "3" ;
    rdfs:label "1948-08-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1948" ;
    a2a:Book "Overlijdensregister 1948" ;
    a2a:DocumentNumber "39" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1948, Overlijdensregister 1948, 39"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/58ccbea2-566d-a09a-a305-05301e7610ff.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/58ccbea2-566d-a09a-a305-05301e7610ff.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7" ;
  a2a:RecordGUID "{37b9e5bb-9c09-3ef2-137c-7f05c98a2ae7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11061_00011061.xml van GRA" .

