Re: Interpretation of Relations

From: Neo <neo55592_at_hotmail.com>
Date: 18 Jan 2007 21:29:45 -0800
Message-ID: <1169184585.685440.251150_at_s34g2000cwa.googlegroups.com>


On second thought, following may be a better test:

(new 'red 'color)
(new 'blond 'color)

(new 'hair1 'hair)
(set hair1 color blond)

(new 'joe 'person)
(set joe has hair1)

(; Get joe hasn't hair whose color is red)
(new 'hasn't 'verb)
(get joe hasn't (& (get hair instance *)

                          (get * color red)))

The last expression returns nothing, impling db doesn't know this fact. Received on Fri Jan 19 2007 - 06:29:45 CET

Original text of this message