Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!drn.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!newsfeed.kamp.net!213.239.142.2.MISMATCH!feeder.xsnews.nl!feeder.enertel.nl!nntpfeed-01.ops.asmr-01.energis-idc.net!216.196.110.149.MISMATCH!border2.nntp.ams.giganews.com!nntp.giganews.com!dedekind.zen.co.uk!hamilton.zen.co.uk!zen.net.uk!fuller.zen.co.uk!prichard.zen.co.uk.POSTED!not-for-mail
Date: Thu, 30 Jun 2005 10:41:23 +0100
From: John <no@email>
User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626)
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.databases.theory
Subject: Re: Simple Example, How To Model It In RM
References: <1120059846.937064.161340@g49g2000cwa.googlegroups.com>
In-Reply-To: <1120059846.937064.161340@g49g2000cwa.googlegroups.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 47
Message-ID: <42c3bebb$0$23688$db0fefd9@news.zen.co.uk>
Organization: Zen Internet
NNTP-Posting-Host: 82.68.226.202
X-Trace: 1120124603 prichard.zen.co.uk 23688 82.68.226.202:64332
X-Complaints-To: abuse@zen.co.uk
Xref: dp-news.maxwell.syr.edu comp.databases.theory:31844

Neo wrote:

> Could some post a RM script equivalent to the following xrdb script?
> 
> // Create type person and make it an item of main directory.
> // Note: "inst" is short for instance.
> (CREATE type inst *person  & dir item it)
> 
> // Create persons john, mary and sue.
> (CREATE person inst *john)
> (CREATE person inst *mary)
> (CREATE person inst *sue)
> 
> // Create verb to relate things.
> (CREATE verb inst *friend)
> (CREATE verb inst *like)
> (CREATE verb inst *because)
> 
> // Create relationships between persons, etc.
> (CREATE john friend mary)
> (CREATE mary friend john)
> (CREATE sue like john because (mary friend john))
> 
> // Why does Sue like John?
> // Returns (mary friend john).
> (SELECT sue like john because *)
> 
> // What is the relationship between john and mary?
> // Returns friend.
> (SELECT john * mary)
> 
> 
> To implement above, copy and paste into xrdb's input box and press
> submit button. To view the data, expand tree node labeled "person". For
> more info, see www.xrdb.com/example
> 

No I cannot, and I request that no other posters do.

You have been indulged (by me among others) in previous similar trials, 
and have failed to produce an advocacy paper with a theoretical or 
mathematical discussion of your language.

You are spamming this newsgroup with what amounts to commercial 
advertising, since you are unwilling to provide any theory.

John
