@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_3ee89ff4-c841-0a74-8771-eb7ea791af4c
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 4 mei 1972 te Groningen" ;
  a2a:hasPerson oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person-6c63c660-99d3-c957-6345-1e12250b3463, oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person-4dc2cbe5-36b5-7552-8af0-f0564a5b3d14, oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person-ba030528-6a55-1847-57d6-d1f7aece378a, oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person-7c5a0247-8534-6a31-d811-74ae543e70f1 ;
  a2a:hasEvent oa:event_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_0, oa:relationep_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_1, oa:relationep_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_2 ;
  a2a:hasRelationPP oa:relationpp_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_0 ;
  a2a:hasSource oa:source_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c .

oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person-6c63c660-99d3-c957-6345-1e12250b3463
  a a2a:Person ;
  rdfs:label "Elisabeth Brigitta Leuver" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Brigitta Leuver" ;
    a2a:PersonNameFirstName "Elisabeth Brigitta" ;
    a2a:PersonNameLastName "Leuver"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person-4dc2cbe5-36b5-7552-8af0-f0564a5b3d14
  a a2a:Person ;
  rdfs:label "Hinderikus Augustinus Mug" ;
  a2a:PersonName [
    rdfs:label "Hinderikus Augustinus Mug" ;
    a2a:PersonNameFirstName "Hinderikus Augustinus" ;
    a2a:PersonNameLastName "Mug"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person-ba030528-6a55-1847-57d6-d1f7aece378a
  a a2a:Person ;
  rdfs:label "Gezina Magrietha Fokkelman" ;
  a2a:PersonName [
    rdfs:label "Gezina Magrietha Fokkelman" ;
    a2a:PersonNameFirstName "Gezina Magrietha" ;
    a2a:PersonNameLastName "Fokkelman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person-7c5a0247-8534-6a31-d811-74ae543e70f1
  a a2a:Person ;
  rdfs:label "Johannes Christianus Mug" ;
  a2a:PersonName [
    rdfs:label "Johannes Christianus Mug" ;
    a2a:PersonNameFirstName "Johannes Christianus" ;
    a2a:PersonNameLastName "Mug"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1892" ;
    a2a:Month "4" ;
    a2a:Day "21" ;
    rdfs:label "1892-04-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:event_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1972" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1972-05-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person:4dc2cbe5-36b5-7552-8af0-f0564a5b3d14 ;
  a2a:EventKeyRef oa:event_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Event1 .

oa:relationep_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person:ba030528-6a55-1847-57d6-d1f7aece378a ;
  a2a:EventKeyRef oa:event_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Event1 .

oa:relationep_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person:7c5a0247-8534-6a31-d811-74ae543e70f1 ;
  a2a:EventKeyRef oa:event_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Event1 .

oa:relationpp_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person:7c5a0247-8534-6a31-d811-74ae543e70f1, oa:person_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c_Person:6c63c660-99d3-c957-6345-1e12250b3463 .

oa:source_gra_3ee89ff4-c841-0a74-8771-eb7ea791af4c
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1972-05-04 - 1972-05-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1972-05-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1972-05-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1972" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1972-05-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 1094, Periode: 1972" ;
    a2a:Book "Overlijdensregister 1972 akte 001-1216" ;
    a2a:DocumentNumber "852" ;
    a2a:RegistryNumber "1094" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 1094, Periode: 1972, Overlijdensregister 1972 akte 001-1216, 852, 1094"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d6aa4737-8185-dbf4-7dde-980256d5018a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/3ee89ff4-c841-0a74-8771-eb7ea791af4c" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d6aa4737-8185-dbf4-7dde-980256d5018a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-06-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/3ee89ff4-c841-0a74-8771-eb7ea791af4c" ;
  a2a:RecordGUID "{3ee89ff4-c841-0a74-8771-eb7ea791af4c}" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230612_91_00000091.xml van GRA" .

