re: your rdfs.rdfs file, 27 Mar 2003 Listing of all classes + class hierarchy is attached. rdfs.nt (MKR input) rdfs.save (MKR output) ============ Dick...
Here is the definition of the Outlook Express 6.0 .csv export file http://rhm.cdepot.net/knowledge/applications/SemanticWeb/Microsoft/addressbook.def The MKR...
Just installed my PowerPoint Viewer, and skimmed your tutorial. I like it!!! I especially appreciated some of your summary vugraphs, which helped me to confirm...
My MKR language (http://rhm.cdepot.net/) is a good OWL-cool language! With respect to your point (b), MKR simply says C has P; D has P; or C,D has P; ...
Version 5.5 of McCullough Knowledge Explorer includes an RDF tabula rasa (http://rhm.cdepot.net/kb/rdfrasa.html) and can read N-Triples. The RDF version is...
I think you are confusing the properties of a camera and its parts. I'm no camera expert, but here's what I understand of your statements. # parts camera...
You might like my MKR language (http://rhm.cdepot.net/). It's much more human-friendly than RDF & OWL. MKR is both English-like and UNIX-shell-like. MKR is not...
I am developing a UNIX-style mount command which will give users a convenient way to control merging of concept hierarchies. For example, I don't want the...
I am still looking for ways to avoid using xmlns qualifiers, in order to improve readability. I have added the following experimental features to MKE. When a...
I'm beginning to remember a little more. I'm pretty sure we set up a .zprofile (and/or .zshrc,...) in your home directory which set up $PATH for you. These...
I have integrated the Stanford TAP KB interface into the MKE program. usage: do read tap from tap.rdf done; do read tap from tap.mcf with tapformat=mcf done; ...
That might work. But I suspect you will need to leave relative path names in CLASSPATH, viz. export CLASSPATH=".;../../tap.jar" ; Note that GetData does a "cd"...
Here's a new version of GetData which works with "zsh". http://rhm.cdepot.net/bin/GetData I will have new versions of GetResource PutData in the next hour. ...
zsh does NOT search $PATH for shell scripts. Here's the easy way to execute GetData. $ zsh $ sh $KEHOME/bin/GetData Person subClassOf yes If you want some...
I've been fixing bugs & polishing my xmlns qualifier strategy. Here's the latest input (camera.mkr) and output (camera.save). This output is just a selection...
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...