D3web
d3web is a free, open-source platform for knowledge-based systems. Its core is written in Java using XML and/or Office-based formats for the knowledge storage. All of its components are distributed under the terms of the Lesser General Public Licence.
The d3web diagnostic core implements reasoning and persistence components for problem-solving knowledge including decision trees, rules, set-covering models and diagnostic flowcharts. The software can be integrated into foreign applications, but a number of off-the-shelf components already exist.
Components
d3web is a component-based software platform providing applications for authoring and using/executing problem-solving knowledge.The following applications are primarily using d3web:
- KnowWE : A semantic wiki building on JSPWiki. Problem-solving knowledge can be authored and executed through the wiki interface. Developed knowledge bases can be exported to be used in OEM or embedded reasoners. Additionally, knowledge exchange via OWL ontologies is provided.
- KnowME : A rich-client application for the development of d3web knowledge bases. Problem-solving knowledge can be authored and executed within the desktop application. Developed knowledge bases can be used in OEM or embedded reasoners. The software KnowME is no longer under active development. It is replaced by the KnowWE component.
- Dialog2: A web-based application for demonstrating the capabilities of the d3web core reasoner. The web servlet is based on Java Server Faces. It can be used out of box or as a starting point for own developments for building knowledge-based interview systems.
Application Domains
The main application domains are:
- medical diagnosis, documentation, and therapy:
- technical fault diagnosis
- monitoring of technical devices.
- : a medical closed-loop system for weaning mechanically ventilated patients, created by Dräger
- : a medical support system for evaluating sonographic examinations
- : a web-based system for self-diagnosing various medical issues
History
Whereas the original systems were focussed on medical diagnosis the applicability of the approach was generalized by the successor D3
As the predecessors were implemented in the LISP programming language, d3web is a full Java re-implementation.
Related systems
- CLIPS: public domain software tool for building expert systems.
- ILOG rules: a business rule management system.
- JBoss Drools: a business rule management system.
- JESS: a rule engine for the Java platform - it is a superset of CLIPS programming language.
- Prolog: a general purpose logic programming language.
- DTRules: a Decision Table-based, open-sourced rule engine for Java.