My current "ontology project" is exploring the Google directory. Because Google discourages programmed access to their directory, I am using the Open Directory...
I missed the bottom of your email when I first read it. My view of part is part subClassOf ObjectProperty; body subClassOf part; lens subClassOf part; ...
Try the MKR language and its MKE implementation http://rhm.cdepot.net/ MKR is a very-high-level, English-like knowledge representation language. It focuses on...
I can appreciate the sense of pride & accomplishment that comes from mastering XSLT and making it do something useful. However, I also consider the use of...
MKR/MKE is no longer a "completely different system". I am working very hard to make it interoperable with RDF & OWL. MKE can be a useful tool for all RDF/OWL...
I have both integrated and segregated RDF. integration -- basic RDF stuff is built-in segregation -- separate hierarchy for Resource, so you don't see all of...
The MKR script shown below will create & simplify an ontology lattice, based on the RDF ontology definition. The details of the algorithm are given in ...
1. Sowa's approach is not very practical. My MKR language (http://rhm.cdepot.net/) has procedural capability which makes such things easy. 2. The time...
The only significant error left in camera.save is with Large-Format, which uses an anonymous node for the superClass of a subClassOF statement. At the moment,...
You can view .mkr files with most text editors. Notepad is bad for lines without carriage return. WordPad works good. Internet Explorer works good. When...
I hope my question is within the scope of our group discussion. Have any of our list members any suggestions about the following topics. 1. Transition from K...
1. Generating "MKR sentences" is pretty easy. Taking the next step -- translating from "MKR sentences" to "rough English sentences" -- would be pretty easy. ...
All of the RDF & OWL documents are so preoccupied with properties that they ignore the things that have those properties. There are at least two classes that...
I wish I could use GDBM "tables" without changing my program (except for open/close). For me, the ability to use general Unicon values (not just strings) is...
1. I am not trying to specify *the* hierarchy. As I said, I think the end user should choose his/her own hierarchy, as appropriate for his/her purpose. 2. I...
Richard - if it is really so - then it is close to wonder. Maybe I'll ask some questions later? Regards Vladimir Rykov PhD in Computational Linguistics MOCKBA ...
Guys - a shame to ask - but I need for teaching purposes good courses/definitions of - - what is Knowledge Base and its components - a course of Knowledge...
My killer app candidate is MKE/MKR (http://rhm.cdepot.net/). MKR is a very-high-level knowledge representation language that is both English-like and...
FYI I have submitted a technical paper to 2003 International Workshop on Description Logics Dick McCullough knowledge := man do identify od existent done; ...
1. MKE now automatically loads views for rdf,rdfs,owl and then sets the current view to tabula rasa. This means, for example, that the MKR equivalent of ...
The TAP KB Class-Property hierarchy is recorded in http://rhm.cdepot.net/db/tap/structure.ho The hierarchy contains approx. 520 classes 120 properties You can...
Whoops. I missed a lot of classes!!! That's what I get for doing manual processing. (Why did I use manual processing? tap.rdf without instances has bugs -- it...
This is going to take longer than I thought. I'm now working with tap.mcf (http://rhm.cdepot.net/bin/rdf2mcf) which is only 7 MB. Statistics are Nodes:...
I'm running MKE on a 2 MB TAP MCF file right now. I discovered that Windows XP Pro task manager makes MKE sit idle for minutes at a time, and then runs it for...
Hi Richard, Just a thought - I've not tried XP but if it's anything like Win2k then the task priority control is pretty limited. Here there's an option to give...
where "here" means Win2K, or Linux, or ? I did use Windows Task Manager to raise the priority of MKE, but that didn't seem to affect the basic cycle. Some more...