@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_e443e563-8a73-052e-e449-30bb65240488
  a a2a:Record ;
  rdfs:label "Overlijden op 20 september 1964 te Groningen" ;
  a2a:hasPerson oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person-5a57aa00-25f8-0208-f242-58d28f9f84e6, oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person-17bddfe1-0891-3ba1-5421-6c3c6c61894a, oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person-6c2a6a71-98ff-ae62-b997-0d5c62af7840, oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person-0f0bd8bf-1c84-fb9e-4806-823d65b029a3 ;
  a2a:hasEvent oa:event_gra_e443e563-8a73-052e-e449-30bb65240488_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e443e563-8a73-052e-e449-30bb65240488_0, oa:relationep_gra_e443e563-8a73-052e-e449-30bb65240488_1, oa:relationep_gra_e443e563-8a73-052e-e449-30bb65240488_2 ;
  a2a:hasRelationPP oa:relationpp_gra_e443e563-8a73-052e-e449-30bb65240488_0 ;
  a2a:hasSource oa:source_gra_e443e563-8a73-052e-e449-30bb65240488 .

oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person-5a57aa00-25f8-0208-f242-58d28f9f84e6
  a a2a:Person ;
  rdfs:label "Wilko Peper" ;
  a2a:PersonName [
    rdfs:label "Wilko Peper" ;
    a2a:PersonNameFirstName "Wilko" ;
    a2a:PersonNameLastName "Peper"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person-17bddfe1-0891-3ba1-5421-6c3c6c61894a
  a a2a:Person ;
  rdfs:label "Gerhard Bruse" ;
  a2a:PersonName [
    rdfs:label "Gerhard Bruse" ;
    a2a:PersonNameFirstName "Gerhard" ;
    a2a:PersonNameLastName "Bruse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person-6c2a6a71-98ff-ae62-b997-0d5c62af7840
  a a2a:Person ;
  rdfs:label "Hendrikjen Sanders" ;
  a2a:PersonName [
    rdfs:label "Hendrikjen Sanders" ;
    a2a:PersonNameFirstName "Hendrikjen" ;
    a2a:PersonNameLastName "Sanders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person-0f0bd8bf-1c84-fb9e-4806-823d65b029a3
  a a2a:Person ;
  rdfs:label "Maria Bruse" ;
  a2a:PersonName [
    rdfs:label "Maria Bruse" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Bruse"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "70 jaar" ;
    rdfs:label "70 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:event_gra_e443e563-8a73-052e-e449-30bb65240488_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1964" ;
    a2a:Month "9" ;
    a2a:Day "20" ;
    rdfs:label "1964-09-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_e443e563-8a73-052e-e449-30bb65240488_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person:17bddfe1-0891-3ba1-5421-6c3c6c61894a ;
  a2a:EventKeyRef oa:event_gra_e443e563-8a73-052e-e449-30bb65240488_Event1 .

oa:relationep_gra_e443e563-8a73-052e-e449-30bb65240488_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person:6c2a6a71-98ff-ae62-b997-0d5c62af7840 ;
  a2a:EventKeyRef oa:event_gra_e443e563-8a73-052e-e449-30bb65240488_Event1 .

oa:relationep_gra_e443e563-8a73-052e-e449-30bb65240488_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person:0f0bd8bf-1c84-fb9e-4806-823d65b029a3 ;
  a2a:EventKeyRef oa:event_gra_e443e563-8a73-052e-e449-30bb65240488_Event1 .

oa:relationpp_gra_e443e563-8a73-052e-e449-30bb65240488_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person:0f0bd8bf-1c84-fb9e-4806-823d65b029a3, oa:person_gra_e443e563-8a73-052e-e449-30bb65240488_Person:5a57aa00-25f8-0208-f242-58d28f9f84e6 .

oa:source_gra_e443e563-8a73-052e-e449-30bb65240488
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1964-09-21 - 1964-09-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1964-09-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1964-09-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1964" ;
    a2a:Month "9" ;
    a2a:Day "21" ;
    rdfs:label "1964-09-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1263, 1264, Periode: 1964" ;
    a2a:Book "Overlijdensregister 1964" ;
    a2a:DocumentNumber "1577" ;
    a2a:RegistryNumber "1263, 1264" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1263, 1264, Periode: 1964, Overlijdensregister 1964, 1577, 1263, 1264"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/56c08d06-236e-dd39-afb5-7bcf8a749f48.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e443e563-8a73-052e-e449-30bb65240488" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/56c08d06-236e-dd39-afb5-7bcf8a749f48.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e443e563-8a73-052e-e449-30bb65240488" ;
  a2a:RecordGUID "{e443e563-8a73-052e-e449-30bb65240488}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_11435_00011435.xml van GRA" .

