- From: Richard H. McCullough <rhm@cdepot.net>
- Date: Tue, 9 Sep 2003 06:46:19 -0700
- To: "www-rdf-interest at W3C" <www-rdf-interest@w3.org>
- Cc: "KR-language" <KR-language@YahooGroups.com>
It occurred to me that the techniques behind
my "simplified" MKR interfaces to TAP and OpenCyc
could be used to sneak these more advanced concepts
into existing RDF tools. Here's how it can work.
1. statement triples
subject predicate object
2. questions
Just replace one or more of subject,predicate,object
with "?" For example
subject type ?
? subClassOf object
3. simple commands
do command object
The implied subject associated with "do" is
the KB system performing the action "command".
4. assignments
set variable value
The implied subject associated with "set" is
the KB system. "variable" is an attribute of
the KB system.
5. context
at view value
The implied subject associated with "at" is
the KB system, setting the current context.
Dick McCullough
knowledge := man do identify od existent done;
knowledge haspart proposition list;
Received on Tuesday, 9 September 2003 09:59:32 UTC