@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_F2C8264D-4BA7-4478-B631-F48EEE18BE9C
  a a2a:Record ;
  rdfs:label "Overlijden op 17 juli 1906 te Arnhem" ;
  a2a:hasPerson oa:person_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Person3019636732, oa:person_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Person3019636733, oa:person_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Person3019636734 ;
  a2a:hasEvent oa:event_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_0, oa:relationep_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_1, oa:relationep_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_2 ;
  a2a:hasSource oa:source_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C .

oa:person_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Person3019636732
  a a2a:Person ;
  rdfs:label "Adrianus Jacobus Baltus" ;
  a2a:PersonName [
    rdfs:label "Adrianus Jacobus Baltus" ;
    a2a:PersonNameFirstName "Adrianus Jacobus" ;
    a2a:PersonNameLastName "Baltus"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "4 Maand" ;
    rdfs:label "4 Maand"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Person3019636733
  a a2a:Person ;
  rdfs:label "Hendrik Baltus" ;
  a2a:PersonName [
    rdfs:label "Hendrik Baltus" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Baltus"
  ] ;
  a2a:Profession "sigarenmaker" .

oa:person_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Person3019636734
  a a2a:Person ;
  rdfs:label "Maria van Hezel" ;
  a2a:PersonName [
    rdfs:label "Maria van Hezel" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hezel"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "17-07-1906" ;
    a2a:Year "1906" ;
    a2a:Month "07" ;
    a2a:Day "17" ;
    rdfs:label "1906-07-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem"
  ] .

oa:relationep_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Person3019636732 ;
  a2a:EventKeyRef oa:event_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Event1 .

oa:relationep_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Person3019636733 ;
  a2a:EventKeyRef oa:event_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Event1 .

oa:relationep_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Person3019636734 ;
  a2a:EventKeyRef oa:event_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C_Event1 .

oa:source_gld_F2C8264D-4BA7-4478-B631-F48EEE18BE9C
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Arnhem, Nederland", "1906-07-18 - 1906-07-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-07-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1906-07-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-07-1906" ;
    a2a:Year "1906" ;
    a2a:Month "07" ;
    a2a:Day "18" ;
    rdfs:label "18-07-1906"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Arnhem, Overlijdensregister" ;
    a2a:Book "Arnhem, Overlijdensregister" ;
    a2a:DocumentNumber "555" ;
    a2a:RegistryNumber "8071.02" ;
    rdfs:label "Gelders Archief, Arnhem, Arnhem, Overlijdensregister, Arnhem, Overlijdensregister, 555, 8071.02"
  ] ;
  a2a:SourceLastChangeDate "2022-11-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/F2C8264D4BA74478B631F48EEE18BE9C" ;
  a2a:RecordIdentifier "3019636731" ;
  a2a:RecordGUID "{F2C8264D-4BA7-4478-B631-F48EEE18BE9C}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/A719605DFACC4ADC9CF36FA5C14361A8" .

