:USE-KB

Purpose

Adds a KB to the default KB set at runtime.

Parameters

name
A name by which you can refer to this KB later.
type
Protege is the only type supported right now.
arguments...
Arguments needed by the KB class to open the Kb. Currently this is the pathname of the ".pprj" file for a Protege KB.

Examples

  (:USE-KB :KB1 Protege "mypath/MyKB.pprj")

Success criteria

Always succeeds.

Failure criteria

Never fails.

Notes

The mapping from the KB type (e.g. Protege) to the appropriate KB backend class (e.g. AlgernonProtegeKB) is specified in the algernon.properties file (which is not currently used). The properties file will support backends other than Protege in some future release.

KBs are named in order to specify them in Algernon commands. this feature is not currently supported, but will be added in the future.

Using a keyword (a symbol starting with the ':' character, e.g. :KB1) will help you to eliminate possible confusion with other commands.

Related commands

None.

Back to...

Algernon commands
Algernon Documentation Central
Algernon home page