custom knowledge hierarchies

The new MKR command

    do create context od view with top done;

creates a new context hierarchy named "view"
with nothing in it but the "top" node.  For example
you can start your own MyOntology context with

    do create context od MyOntology with Thing done;

If you add a 'with file" phrase, MKE will initialize
the hierarchy by executing

    do read from file done;

Note: If you execute "create context" from the "tabula rasa"
view, you will still be in "tabula rasa".  To move into your
context, enter

    at view = MyOntology;

Dick McCullough
knowledge := man do identify od existent done;
knowledge haspart proposition list;
http://rhm.cdepot.net/

Received on Monday, 17 October 2005 10:55:44 UTC