ontolog-forum
[Top] [All Lists]

[ontolog-forum] example of context problem?

To: "[ontolog-forum]" <ontolog-forum@xxxxxxxxxxxxxxxx>
Cc: Clinton Jeffery <clint.jeffery@xxxxxxxxx>, KR-language <kr-language@xxxxxxxxxxxxxxx>
From: "Richard H. McCullough" <rhm@xxxxxxxxxxxxx>
Date: Thu, 27 Feb 2014 06:06:24 -0800
Message-id: <COL129-W240FAFE79E13D25E71E486AA830@xxxxxxx>
Here's what's happening with the example from
the first customer of Context Knowledge Systems.
 
Dick McCullough
Context Knowledge Systems
mKE and the mKR language
mKR/mKE tutorial


From: rhm@xxxxxxxxxxxxx
To: sjir.nijssen@xxxxxxxxxxxxx
Subject: re: tracking on
Date: Thu, 27 Feb 2014 05:31:19 -0800

On second thought, the history of changes could be useful
if I name the different rules for famous composer this way
     Rule 1 :: { ... };
     Rule 2 :: { ... };
     ...

What do you think?

If we do it that way, then the whole process can be expressed as

every composer isa Composer {
           every rule isa Rule {
                     if $rule; then next; else break; next; fi;
           };
           do hmove od $composer from Composer to Famous Composer done;
};

 
Dick McCullough
Context Knowledge Systems
mKE and the mKR language
mKR/mKE tutorial

_________________________________________________________________
Message Archives: http://ontolog.cim3.net/forum/ontolog-forum/  
Config Subscr: http://ontolog.cim3.net/mailman/listinfo/ontolog-forum/  
Unsubscribe: mailto:ontolog-forum-leave@xxxxxxxxxxxxxxxx
Shared Files: http://ontolog.cim3.net/file/
Community Wiki: http://ontolog.cim3.net/wiki/ 
To join: http://ontolog.cim3.net/cgi-bin/wiki.pl?WikiHomePage#nid1J    (01)

<Prev in Thread] Current Thread [Next in Thread>
  • [ontolog-forum] example of context problem?, Richard H. McCullough <=