- From: Richard H. McCullough <rhm@volcano.net>
- Date: Mon, 17 Oct 2005 03:55:11 -0700
- To: "semantic-web at W3C" <semantic-web@w3c.org>, "OWL at W3C" <www-rdf-logic@w3.org>
- Cc: "KR-language" <KR-language@YahooGroups.com>, "Latimer, Richard S." <rslatimer@comcast.net>, "Apollo, Adrian" <thinkonaut@yahoo.com>
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:41 UTC