Adrian 1. I seem to have missed a lot of this discussion. Has it been off-list? 2. I'm glad to hear your message, and see it stated on the internet. 3. At...
The purpose of this note is to update you on my Stanford TAP KB efforts, and the tools that I am using. 1. I have upgraded my Knowledge Explorer (KE) program...
Richard - next semester (in February) I'll begin to read lectures here in MIPT (M for Moscow :-) about Knowledge Management. Is it possible to take your KR...
I would be very pleased if you used my MKR/KE as an example. Everything except the source code is posted on my web site http://www.volcano.net/~rhm/ The web...
Do you have a PutData command to add assertions to TAP KB? P.S. Your "shortAnswer" works great! P.P.S. Examples of my mkrGetResource command: mkrGetResource...
Conceptually, tabula rasa is the minimal set of concepts necessary to describe knowledge. For the sake of efficiency, I have included other things in my base...
I reran integration step 2 using "existent isc* ?" instead of "existent isc**3 ?" (all levels instead of the top 3 levels). The complete hierarchy is ...
I like your analogy of "slate + chalk". The core of tabula rasa is "knowledge". But what is "knowledge"? What other concepts does it depend on? knowledge :=...
The attached file is yet another version of slate (hierarchy) plus chalk (grammar). I hope this gives you a better understanding of tabula rasa. ============ ...
Interesting, thanks. It now looks not dissimilar to Sowa's top level ontology [1], though with much friendlier terminology ;-) Without experimenting with your...
============ Dick McCullough knowledge := man do identify od existent done knowledge haspart proposition list ... From: Richard H. McCullough To: Diana M Hsieh...
============ Dick McCullough knowledge := man do identify od existent done knowledge haspart proposition list ... From: Richard H. McCullough To: Diana M Hsieh...
1. The attached file (ontology.html) is the MKR version of Sowa's lattice, retaining his terminology. I'm not sure it's worth the effort of making a detailed...
1. The attached file (ontology.html) is the MKR version of Sowa's lattice, retaining his terminology. I'm not sure it's worth the effort of making a detailed...
1. It was "quick work", but I did it on December 17, 2002. 2. I agree, some machine agents can now "understand" more like human agents "understand". ...
mkrQuestion reads questions from standard input and calls mkrGetData for each question reference: http://rhm.cdepot.net/bin/mkrQuestion example: $ mkrQuestion ...
mkrStatement reads MKR statements from standard input, and calls mkrPutData for each statement. mkrPutData translates the MKR statement to an RDF triple, and...
1. MKR has 5 subclasses of characteristics (properties) part attribute relation action interaction part,attribute,relation are space-time independent ...
Thanks Vlad. If anyone else on-list knows of or comes across other related material please let me know - I'm maintaining a blog of this kind of stuff (mostly ...
The official homepage for MKR/KE is http://rhm.cdepot.net/ Since my ISP does not allow browsing of "public" directories, I also have a mirror site where...
The (free) GNU Open Source UNX commands (see link on my homepage) include zsh, which is quite similar to ksh (KornShell used in Microsoft Interix). Where...
FYI There are some interesting discussions in the OWL email group. (In this context, OWL is Objectivism at WetheLiving.com.) ============ Dick McCullough ...
FYI An interesting Letter to the (Fresno Bee) Editor that I found while testing my GetLetter command. FYI An interesting Letter to the (Fresno Bee) Editor that...
You might be interested in my Knowledge Explorer program http://rhm.cdepot.net/ which implements my knowledge representation language, MKR. Its knowledge base...
1. install Stanford Tap Client from http://tap.stanford.edu/tap/download.html 2. install Sun Java 2 SDK from http://java.sun.com/j2se/1.4.1/download.html 3. if...