@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_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1
  a a2a:Record ;
  rdfs:label "Overlijden op 28 maart 1972 te Appingedam" ;
  a2a:hasPerson oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person-70689be7-f306-bb7f-a22e-9c569db53560, oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person-e77ad70a-fc59-d2f7-c9ec-11883bfc8d1b, oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person-64caff6a-c3c0-e0e5-0e00-a7c35bec20fa, oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person-8cbca72c-05d9-f3cf-7f87-b53ec2e94dce ;
  a2a:hasEvent oa:event_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_0, oa:relationep_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_1, oa:relationep_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_2 ;
  a2a:hasRelationPP oa:relationpp_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_0 ;
  a2a:hasSource oa:source_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1 .

oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person-70689be7-f306-bb7f-a22e-9c569db53560
  a a2a:Person ;
  rdfs:label "Hilke van der Veen" ;
  a2a:PersonName [
    rdfs:label "Hilke van der Veen" ;
    a2a:PersonNameFirstName "Hilke" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Veen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person-e77ad70a-fc59-d2f7-c9ec-11883bfc8d1b
  a a2a:Person ;
  rdfs:label "Jacobus Bultje" ;
  a2a:PersonName [
    rdfs:label "Jacobus Bultje" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Bultje"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person-64caff6a-c3c0-e0e5-0e00-a7c35bec20fa
  a a2a:Person ;
  rdfs:label "Albertje Schrikkema" ;
  a2a:PersonName [
    rdfs:label "Albertje Schrikkema" ;
    a2a:PersonNameFirstName "Albertje" ;
    a2a:PersonNameLastName "Schrikkema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person-8cbca72c-05d9-f3cf-7f87-b53ec2e94dce
  a a2a:Person ;
  rdfs:label "Marten Bultje" ;
  a2a:PersonName [
    rdfs:label "Marten Bultje" ;
    a2a:PersonNameFirstName "Marten" ;
    a2a:PersonNameLastName "Bultje"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1905-07-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Termunten" ;
    rdfs:label "Termunten"
  ] .

oa:event_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1972" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1972-03-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:relationep_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person:e77ad70a-fc59-d2f7-c9ec-11883bfc8d1b ;
  a2a:EventKeyRef oa:event_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Event1 .

oa:relationep_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person:64caff6a-c3c0-e0e5-0e00-a7c35bec20fa ;
  a2a:EventKeyRef oa:event_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Event1 .

oa:relationep_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person:8cbca72c-05d9-f3cf-7f87-b53ec2e94dce ;
  a2a:EventKeyRef oa:event_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Event1 .

oa:relationpp_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person:8cbca72c-05d9-f3cf-7f87-b53ec2e94dce, oa:person_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1_Person:70689be7-f306-bb7f-a22e-9c569db53560 .

oa:source_gra_9abc58b8-8d2e-792c-e7a6-f1609d53cdb1
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam", "1972-03-28 - 1972-03-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1972-03-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1972-03-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1972" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1972-03-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1003, Periode: 1972" ;
    a2a:Book "Overlijdensregister 1972" ;
    a2a:DocumentNumber "26" ;
    a2a:RegistryNumber "1003" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1003, Periode: 1972, Overlijdensregister 1972, 26, 1003"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/5d1ba408-a902-adaa-d1ec-6075bfde3892.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/9abc58b8-8d2e-792c-e7a6-f1609d53cdb1" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/5d1ba408-a902-adaa-d1ec-6075bfde3892.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-05-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/9abc58b8-8d2e-792c-e7a6-f1609d53cdb1" ;
  a2a:RecordGUID "{9abc58b8-8d2e-792c-e7a6-f1609d53cdb1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_20_00000020.xml van GRA" .

