@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_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1
  a a2a:Record ;
  rdfs:label "Overlijden op 28 februari 1958 te Groenlo" ;
  a2a:hasPerson oa:person_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Person3016496973, oa:person_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Person3016496974, oa:person_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Person3016496975 ;
  a2a:hasEvent oa:event_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_0, oa:relationep_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_1, oa:relationep_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_2 ;
  a2a:hasSource oa:source_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1 .

oa:person_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Person3016496973
  a a2a:Person ;
  rdfs:label "Rechnerus Henri Maria Jansen" ;
  a2a:PersonName [
    rdfs:label "Rechnerus Henri Maria Jansen" ;
    a2a:PersonNameFirstName "Rechnerus Henri Maria" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "0" ;
    rdfs:label "0"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Person3016496974
  a a2a:Person ;
  rdfs:label "Gregorius Johannes Gerardus Jansen" ;
  a2a:PersonName [
    rdfs:label "Gregorius Johannes Gerardus Jansen" ;
    a2a:PersonNameFirstName "Gregorius Johannes Gerardus" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Person3016496975
  a a2a:Person ;
  rdfs:label "Agnes Maria Otte" ;
  a2a:PersonName [
    rdfs:label "Agnes Maria Otte" ;
    a2a:PersonNameFirstName "Agnes Maria" ;
    a2a:PersonNameLastName "Otte"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "28-02-1958" ;
    a2a:Year "1958" ;
    a2a:Month "02" ;
    a2a:Day "28" ;
    rdfs:label "1958-02-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groenlo" ;
    rdfs:label "Groenlo"
  ] .

oa:relationep_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Person3016496973 ;
  a2a:EventKeyRef oa:event_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Event1 .

oa:relationep_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Person3016496974 ;
  a2a:EventKeyRef oa:event_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Event1 .

oa:relationep_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Person3016496975 ;
  a2a:EventKeyRef oa:event_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1_Event1 .

oa:source_gld_41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Groenlo" ;
    a2a:Country "Nederland" ;
    rdfs:label "Groenlo, Nederland", "1958-03-01 - 1958-03-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1958-03-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1958-03-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "01-03-1958" ;
    a2a:Year "1958" ;
    a2a:Month "03" ;
    a2a:Day "01" ;
    rdfs:label "01-03-1958"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Groenlo, Overlijdensregister" ;
    a2a:Book "Groenlo, Overlijdensregister" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "17118" ;
    rdfs:label "Gelders Archief, Arnhem, Groenlo, Overlijdensregister, Groenlo, Overlijdensregister, 16, 17118"
  ] ;
  a2a:SourceLastChangeDate "2022-11-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/41D41AF6DBB04151B2CCEB3F8FA00AB1" ;
  a2a:RecordIdentifier "3016496972" ;
  a2a:RecordGUID "{41D41AF6-DBB0-4151-B2CC-EB3F8FA00AB1}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/87A73FDB48DE4572A4637B63C2FC1FFC" .

