@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_b92fba60-e06a-45a5-d1ba-6a552db8286a
  a a2a:Record ;
  rdfs:label "Overlijden op 2 juli 1973 te Oude Pekela" ;
  a2a:hasPerson oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person-1ce18f2d-07ec-0b0c-4781-56174f9c0e70, oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person-5ddf1436-0c43-04cb-f7a6-e0cd5da243bb, oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person-01daa456-e8f6-96bd-1612-429248ce1c5f, oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person-a586b219-3a53-d4d2-8b30-2bb56d211c1c ;
  a2a:hasEvent oa:event_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_0, oa:relationep_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_1, oa:relationep_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_2 ;
  a2a:hasRelationPP oa:relationpp_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_0 ;
  a2a:hasSource oa:source_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a .

oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person-1ce18f2d-07ec-0b0c-4781-56174f9c0e70
  a a2a:Person ;
  rdfs:label "Metje Frans" ;
  a2a:PersonName [
    rdfs:label "Metje Frans" ;
    a2a:PersonNameFirstName "Metje" ;
    a2a:PersonNameLastName "Frans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person-5ddf1436-0c43-04cb-f7a6-e0cd5da243bb
  a a2a:Person ;
  rdfs:label "Willem Pijper" ;
  a2a:PersonName [
    rdfs:label "Willem Pijper" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Pijper"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person-01daa456-e8f6-96bd-1612-429248ce1c5f
  a a2a:Person ;
  rdfs:label "Egbertje Dokter" ;
  a2a:PersonName [
    rdfs:label "Egbertje Dokter" ;
    a2a:PersonNameFirstName "Egbertje" ;
    a2a:PersonNameLastName "Dokter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person-a586b219-3a53-d4d2-8b30-2bb56d211c1c
  a a2a:Person ;
  rdfs:label "Jan Pijper" ;
  a2a:PersonName [
    rdfs:label "Jan Pijper" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Pijper"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1906-10-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wedde, gem. Bellingwedde" ;
    rdfs:label "Wedde, gem. Bellingwedde"
  ] .

oa:event_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1973" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1973-07-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oude Pekela" ;
    rdfs:label "Oude Pekela"
  ] .

oa:relationep_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person:5ddf1436-0c43-04cb-f7a6-e0cd5da243bb ;
  a2a:EventKeyRef oa:event_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Event1 .

oa:relationep_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person:01daa456-e8f6-96bd-1612-429248ce1c5f ;
  a2a:EventKeyRef oa:event_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Event1 .

oa:relationep_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person:a586b219-3a53-d4d2-8b30-2bb56d211c1c ;
  a2a:EventKeyRef oa:event_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Event1 .

oa:relationpp_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person:a586b219-3a53-d4d2-8b30-2bb56d211c1c, oa:person_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a_Person:1ce18f2d-07ec-0b0c-4781-56174f9c0e70 .

oa:source_gra_b92fba60-e06a-45a5-d1ba-6a552db8286a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Oude Pekela" ;
    rdfs:label "Oude Pekela", "1973-07-03 - 1973-07-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1973-07-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1973-07-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1973" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1973-07-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1296, Periode: 1973" ;
    a2a:Book "Overlijdensregister 1973" ;
    a2a:DocumentNumber "19" ;
    a2a:RegistryNumber "1296" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1296, Periode: 1973, Overlijdensregister 1973, 19, 1296"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/59a7ca29-3654-57f2-641c-b32ff622d72c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b92fba60-e06a-45a5-d1ba-6a552db8286a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/59a7ca29-3654-57f2-641c-b32ff622d72c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b92fba60-e06a-45a5-d1ba-6a552db8286a" ;
  a2a:RecordGUID "{b92fba60-e06a-45a5-d1ba-6a552db8286a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_39_00000039.xml van GRA" .

