Here's the markup for the example page at http://www.cs.umd.edu/~hendler/ :
<INSTANCE KEY="http://www.cs.umd.edu/users/hendler/">
<USE-ONTOLOGY ID="cs-dept-ontology" VERSION="1.0" PREFIX="cs" URL=
"http://www.cs.umd.edu/projects/plus/SHOE/cs.html">
<CATEGORY NAME="cs.Professor" FOR="http://www.cs.umd.edu/users/hendler/">
<RELATION NAME="cs.member">
<ARG POS=1 VALUE="http://www.cs.umd.edu/projects/plus/">
<ARG POS=2 VALUE="http://www.cs.umd.edu/users/hendler/">
</RELATION>
<RELATION NAME="cs.name">
<ARG POS=2 VALUE="Dr. James Hendler">
</RELATION>
<RELATION NAME="cs.doctoralDegreeFrom">
<ARG POS=1 VALUE="http://www.cs.umd.edu/users/hendler/">
<ARG POS=2 VALUE="http://www.brown.edu">
</RELATION>
<RELATION NAME="cs.emailAddress">
<ARG POS=2 VALUE="[EMAIL PROTECTED]">
</RELATION>
<RELATION NAME="cs.head">
<ARG POS=1 VALUE="http://www.cs.umd.edu/projects/plus/">
<ARG POS=2 VALUE="http://www.cs.umd.edu/users/hendler/">
</RELATION>
</INSTANCE>
As can be seen it's basically a collection of relationships with a reference
to a URL that describes it all. It's hard to read with all the extra
markup -- here's the core of it:
cs [
member http://www.cs.umd.edu/projects/plus/
http://www.cs.umd.edu/users/hendler/
name "Dr. James Hendler"
doctoralDegreeFrom http://www.cs.umd.edu/users/hendler/
http://www.brown.edu
emailAddress [EMAIL PROTECTED]
head http://www.cs.umd.edu/projects/plus/
http://www.cs.umd.edu/users/hendler/
]
Looks like a Rebol dialect doesn't it?
Andrew Martin
ICQ: 26227169 http://members.nbci.com/AndrewMartin/
-><-
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.