@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_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12
  a a2a:Record ;
  rdfs:label "Overlijden op 27 mei 1946 te Arnhem" ;
  a2a:hasPerson oa:person_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Person3100105342, oa:person_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Person3100105343, oa:person_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Person3100105344 ;
  a2a:hasEvent oa:event_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_0, oa:relationep_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_1, oa:relationep_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_2 ;
  a2a:hasSource oa:source_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12 .

oa:person_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Person3100105342
  a a2a:Person ;
  rdfs:label "Johanna Geertruida Antonia Minkman" ;
  a2a:PersonName [
    rdfs:label "Johanna Geertruida Antonia Minkman" ;
    a2a:PersonNameFirstName "Johanna Geertruida Antonia" ;
    a2a:PersonNameLastName "Minkman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "7 Maand" ;
    rdfs:label "7 Maand"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:person_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Person3100105343
  a a2a:Person ;
  rdfs:label "Evert Arie Minkman" ;
  a2a:PersonName [
    rdfs:label "Evert Arie Minkman" ;
    a2a:PersonNameFirstName "Evert Arie" ;
    a2a:PersonNameLastName "Minkman"
  ] ;
  a2a:Profession "grondwerker" .

oa:person_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Person3100105344
  a a2a:Person ;
  rdfs:label "Maria Wilhelmina Bernardina Kock" ;
  a2a:PersonName [
    rdfs:label "Maria Wilhelmina Bernardina Kock" ;
    a2a:PersonNameFirstName "Maria Wilhelmina Bernardina" ;
    a2a:PersonNameLastName "Kock"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "27-05-1946" ;
    a2a:Year "1946" ;
    a2a:Month "05" ;
    a2a:Day "27" ;
    rdfs:label "1946-05-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] .

oa:relationep_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Person3100105342 ;
  a2a:EventKeyRef oa:event_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Event1 .

oa:relationep_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Person3100105343 ;
  a2a:EventKeyRef oa:event_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Event1 .

oa:relationep_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Person3100105344 ;
  a2a:EventKeyRef oa:event_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12_Event1 .

oa:source_gld_2DB4FF51-5603-46AE-AE49-43EB9AF3DB12
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Arnhem, Nederland", "1946-05-27 - 1946-05-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1946-05-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1946-05-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "27-05-1946" ;
    a2a:Year "1946" ;
    a2a:Month "05" ;
    a2a:Day "27" ;
    rdfs:label "27-05-1946"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Arnhem, Overlijdensregister" ;
    a2a:DocumentNumber "682" ;
    a2a:RegistryNumber "32347" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1903-1980, Arnhem, Overlijdensregister, 682, 32347"
  ] ;
  a2a:SourceLastChangeDate "2025-09-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/2DB4FF51560346AEAE4943EB9AF3DB12" ;
  a2a:RecordIdentifier "3100105341" ;
  a2a:RecordGUID "{2DB4FF51-5603-46AE-AE49-43EB9AF3DB12}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/453820A536B147F68AF65C5D58278C4D" .

