An OO Model for Incremental Hierarchical KA

  • Authors:
  • Ghassan Beydoun

  • Affiliations:
  • -

  • Venue:
  • EKAW '02 Proceedings of the 13th International Conference on Knowledge Engineering and Knowledge Management. Ontologies and the Semantic Web
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Using a database management system (DBS) to build a knowledge base system (KBS) is sometimes desirable because DBS systems allow management of large sets of rules, control of concurrent access and managing multiple knowledge bases simultaneously. In this paper, we describe how to build a KBS using a database management system DBMS for its schema evolution ability. This allows the use of an Object Oriented DMBS (OODBMS) to manage the consistency of an incrementally built hierarchical knowledge base (KB). The underlying knowledge representation scheme, which we use, is our Nested Ripple Down Rules (NRDR).An NRDR KB evolves into a hierarchy of concepts where each concept is defined as a collection of hierarchical rules with exceptions. To modify a concept definition, exception rules are added by a domain expert, they are never deleted or modified. This eases maintenance and development of a concept definition, but may cause inconsistencies to occur in the KB. We analyse the relation between cases and rules as the knowledge base evolves and as these inconsistencies occur. We explore what specific features an OO database model should accommodate to be used to implement an NRDR KB. The aim is that this in turn allows the use of the built-in mechanisms to manage the consistency of an evolving NRDR conceptual hierarchy. The significance of this paper is two folds: first, it describes an efficient mechanism maintaining consistency of an evolving classification hierarchy, using built-in schema evolution features of an OODBMS. Second, it proposes an intelligent interface for an OODBMS, to allow intelligent classification queries over stored objects.