yonghong ke
Fri, 11 Jun 2010 01:50:40 -0700
Hi, i am a beginer, in jena based application, it may like :
Step1, def a rule:
String rule1 = "[rule1:(?x :works_on_a_project ?y) "
+ "(?y :is_about_a_topic ?z) "
+ " ->(?x :knows_about_topic ?z)]";
....
Step2, excute the query :
String query= "SELECT ?x ?z"
+ "WHERE {?x :knows_about_topic ?z} ";
............
It's very simple, easy to use, can owlim be used as simple as jena?
it seems owlim's must be written to a rule file,is it?
I want to provide a GUI that users can write rules and infer dynamicly? how
shuld i do?
Thank you very much!
_______________________________________________ OWLIM-discussion mailing list OWLIM-discussion@ontotext.com http://ontotext.com/mailman/listinfo/owlim-discussion