@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_old_d237d5ae-790e-3757-48cf-73fcd5a44ace
  a a2a:Record ;
  rdfs:label "Overlijden op 15 augustus 1928 te Oldenzaal" ;
  a2a:hasPerson oa:person_old_d237d5ae-790e-3757-48cf-73fcd5a44ace_Person1 ;
  a2a:hasEvent oa:event_old_d237d5ae-790e-3757-48cf-73fcd5a44ace_Event1 ;
  a2a:hasRelationEP oa:relationep_old_d237d5ae-790e-3757-48cf-73fcd5a44ace_0 ;
  a2a:hasSource oa:source_old_d237d5ae-790e-3757-48cf-73fcd5a44ace .

oa:person_old_d237d5ae-790e-3757-48cf-73fcd5a44ace_Person1
  a a2a:Person ;
  rdfs:label "Hermanus Philippus Banning" ;
  a2a:PersonName [
    rdfs:label "Hermanus Philippus Banning" ;
    a2a:PersonNameFirstName "Hermanus Philippus" ;
    a2a:PersonNameLastName "Banning"
  ] .

oa:event_old_d237d5ae-790e-3757-48cf-73fcd5a44ace_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1928" ;
    a2a:Month "8" ;
    a2a:Day "15" ;
    rdfs:label "1928-08-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oldenzaal" ;
    rdfs:label "Oldenzaal"
  ] .

oa:relationep_old_d237d5ae-790e-3757-48cf-73fcd5a44ace_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_old_d237d5ae-790e-3757-48cf-73fcd5a44ace_Person1 ;
  a2a:EventKeyRef oa:event_old_d237d5ae-790e-3757-48cf-73fcd5a44ace_Event1 .

oa:source_old_d237d5ae-790e-3757-48cf-73fcd5a44ace
  a a2a:Source ;
  rdfs:label "Gemeente Oldenzaal, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Oldenzaal" ;
    rdfs:label "Oldenzaal", "1811-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeente Oldenzaal" ;
    a2a:DocumentNumber "80" ;
    rdfs:label "Gemeente Oldenzaal, 80"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://genealogie.oldenzaal.nl/sites/default/files/data/Gebonden%20Akten/00000065/00000380.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-15"^^xsd:date ;
  a2a:RecordGUID "{d237d5ae-790e-3757-48cf-73fcd5a44ace}" ;
  a2a:SourceRemarkProvenance "gescraped van genealogie.oldenzaal.nl op 15-10-2018" .

