Hi there,
After building my OWL ontology with its SWRL rules, I've transformed this knowledge base to jess in order to make some inferences over ontology individuals. So now i've got my 2 files ontology.jess and ontology.clp that I have to exploit them in a java application. However, I've hard time using them. Could someone bring me just a simple code on how to start over? (loading these files, parsing rules, and doing some simple inferences )
My Knowledge base looked like that (in SWRL, before converting it to jess) :
SWRL rule-1: hasparent(?x, ?y) ^ hasbrother(?y,?z) -->hasuncle(?x,?z)
I need to make inferences like :
hasparent(john,?y) ^ hasbrother (?y, michael) --> hasuncle (john, michael )
How can I do that?
I'd be very thankfull for
any help!
Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
