From: Jean-Marc V. <jea...@gm...> - 2013-05-27 13:48:36
|
Again one more snapshot today at the usual place in EulerGUI Maven depot : http://eulergui.sourceforge.net/maven2/eulergui/eulergui/2.0-SNAPSHOT/?C=M;O=D After some changes in OWL API, and a fix in Euler (thanks to Jos de Roo), now the translation of ACE ( ATTEMPTO <http://attempto.ifi.uzh.ch/>Controled English) into N3 works again and gives this N3 rule : {?t0 ns2:has-as-friend ?t3. ?t0 a ns2:person. ?t0 owl:differentFrom ?t1. ?t1 ns2:has-as-friend ?t3. ?t1 a ns2:person. ?t2 ns2:has-as-friend ?t0. ?t2 ns2:has-as-friend ?t1. ?t2 a ns2:user. ?t3 owl:differentFrom ?t2 } => { ?t3 ns2:is-a-proposed-friend-for ?t2}. from this ACE sentence : *If a user U has-as-friend a person X, and has-as-friend a person Y, and X is not Y, and X has-as-friend Z, and Y has-as-friend Z, and Z is not U then Z is-a-proposed-friend-for U. * I added an examples directory examples/ace for ACE examples ( ATTEMPTO Controled English) ; htttp://svn.code.sf.net/p/eulergui/code/trunk/eulergui/examples/ace/ Documentation on the feature is here : http://svn.code.sf.net/p/eulergui/code/trunk/eulergui/html/documentation.html#L6096 Here are rule examples, in various rules languages manipulated by EulerGUI, sorted by domain: http://svn.code.sf.net/p/eulergui/code/trunk/eulergui/html/rules-examples.html 2013/5/26 Jean-Marc Vanel <jea...@gm...> > Hi > > One more snapshot today : > > upgrades: > - Euler to 2013-05 ; > - OWL API to 3.4.4 > - Jena latest ( TDB 0.10.1 => Jena 2.10.1 ) > > New FEATURE: try RDFa on an HTTP URL (and add resulting N3 to project) : > implementation uses web service " > http://www.w3.org/2012/pyRdfa/extract?uri="+url > > add a new program to generate a form from an ontology : > samples/N3FormApp.java > show Datatype Input error as tooltip; the incorrect field are red like > in N3 Table > tested with new examples/questionnaire.n3 > > add example of using a simple Prolog plugin in Euler/EYE : > list_plugin.n3 + list.pl > > FIXES: > save as new N3 project : sub-project was not there > Opening an old XML project, saving it new N3/OWL project format and > opening the new N3/OWL project > reading main query from N3 project > > > 2013/5/12 Jean-Marc Vanel <jea...@gm...> > > > > > > Hi all > > > > I just uploaded a new snapshot at the usual place in EulerGUI Maven > depot : > > > http://eulergui.sourceforge.net/maven2/eulergui/eulergui/2.0-SNAPSHOT/?C=M;O=D > > > > The change log has been updated thus : > > > > > > [EulerGUI 2.0 ] > > GUI > > - new N3 projects OWL compatible > > - in GUI or from command line, add N3 from abbreviated URL: well known > prefixes are recognized, > > e.g. dbpedia:Jimi_Hendrix , foaf: , sioc: , sioc:Role > > ( uses prefix.cc web service ) > > - CLIPS Inference Engine ( and N3 rule base for translating N3 to CLIPS ) > > - Drools/N3 engine : use Euler Argument --pass to output the deductive > closure, like Euler does > > > > Framework > > - library updates : scala 2.10.1 ; euler 2013-04 ; Drools 5.5.1 > > > > FIX > > - post-Processing with EYE Euler > > - Now Euler / Eye can be stopped by clicking "Cancel" > > - avoid troubles at EulerGUI startup when a broken graphviz is installed > (report by dmiles_afk on Windows) > > > > > > You have more details in former mails : > > > > http://sourceforge.net/mailarchive/message.php?msg_id=30708162 > > http://sourceforge.net/mailarchive/message.php?msg_id=30476324 > > > > Enjoy ! > > -- > > Jean-Marc Vanel > > Déductions SARL - Consulting, services, training, > > Rule-based programming, Semantic Web > > http://deductions-software.com/ > > +33 (0)6 89 16 29 52 > > Twitter: @jmvanel ; chat: irc://irc.freenode.net#eulergui > > > > > -- > Jean-Marc Vanel > Déductions SARL - Consulting, services, training, > Rule-based programming, Semantic Web > http://deductions-software.com/ > +33 (0)6 89 16 29 52 > Twitter: @jmvanel ; chat: irc://irc.freenode.net#eulergui > -- Jean-Marc Vanel Déductions SARL - Consulting, services, training, Rule-based programming, Semantic Web http://deductions-software.com/ +33 (0)6 89 16 29 52 Twitter: @jmvanel ; chat: irc://irc.freenode.net#eulergui |