- From: Richard H. McCullough <rhm@cdepot.net>
- Date: Sat, 23 Aug 2003 00:10:49 -0700
- To: "McCool, Rob" <robm@robm.com>
- Cc: "www-rdf-interest at W3C" <www-rdf-interest@w3.org>, "KR-language" <KR-language@YahooGroups.com>
I've made GetData more user-friendly.
In the examples below,
"$ " is the shell prompt, and
"ke$ " is the MKE prompt.
Instead of specifying inverse flags
$ GetData Person subClassOf no
$ GetData Person subClassOf yes
you use appropriately placed question marks
$ GetData Person subClassOf ?
$ GetData ? subClassOf Person
You can retrieve all properties and values using
$ GetData Person ? ?
The MKR equivalents are
ke$ set echo=off, kbmode=tap;
ke$ Person iss ?;
ke$ ? iss Person;
ke$ Person has ?;
The response is faster because all the Java programs
mkrGetData.java
mkrGetResource.java
mkrPutData.java
are precompiled.
Dick McCullough
knowledge := man do identify od existent done;
knowledge haspart proposition list;
Received on Saturday, 23 August 2003 04:32:20 UTC