I�m definning an ontology using Jess, and I don�t know how to express
complex slots:
Example:
(deftemplate Person
(slot name (type STRING)))
(deftemplate Organization
(slot name (type STRING))
(slot location(type STRING))
(slot employs --->Person )
I want the slot "employs" being of type "Person",and so when setting
a fact for Organization I want to set the slot "employs" to a Person's
"name".
Does anybody knows if it's possible to make such structures in Jess?
Thank you very much in advance for your help.
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------