From: <jm...@us...> - 2010-03-22 12:34:56
|
Revision: 1336 http://eulergui.svn.sourceforge.net/eulergui/?rev=1336&view=rev Author: jmvanel Date: 2010-03-22 12:34:49 +0000 (Mon, 22 Mar 2010) Log Message: ----------- update doc.: n3_rules_good_practices.html, taches, documentation.html : EulerGUI should flag non-monotonic (non OWA) rules and documents containing such rules. Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/n3_rules_good_practices.html trunk/eulergui/html/taches.html Property Changed: ---------------- trunk/eulergui/html/n3_rules_good_practices.html Modified: trunk/eulergui/html/documentation.html =================================================================== --- trunk/eulergui/html/documentation.html 2010-03-21 12:37:18 UTC (rev 1335) +++ trunk/eulergui/html/documentation.html 2010-03-22 12:34:49 UTC (rev 1336) @@ -11,7 +11,7 @@ <body> <p style="text-align:center;font-size: 20pt">Euler GUI Manual</p> -<p>© Jean-Marc Vanel - $Date: 2010-03-19$ - <a +<p>© Jean-Marc Vanel - $Date: 2010-03-21$ - <a href="http://eulergui.sourceforge.net/documentation.html">a view possibly older in sync. with EulerGUI release </a> - <a href="http://eulergui.svn.sourceforge.net/viewvc/eulergui/trunk/eulergui/html/documentation.html">Latest @@ -2248,7 +2248,8 @@ <h2 id="TODO">Missing features</h2> <p>Partly prioritized, mostly historical, with older ideas below.</p> -<pre>- an N3 file with fileencoding=utf-8, fileencodings=ucs-bom,utf-8,default,latin1 +<pre>- EulerGUI should flag non-monotonic (non OWA) rules and documents containing such rules. +- an N3 file with fileencoding=utf-8, fileencodings=ucs-bom,utf-8,default,latin1 is not parsed right when it contains a non-ASCII character - add to project ontologies imported by owl:import - refresh all conversions to N3 (useful if modifications in e.g. Protégé) Modified: trunk/eulergui/html/n3_rules_good_practices.html =================================================================== --- trunk/eulergui/html/n3_rules_good_practices.html 2010-03-21 12:37:18 UTC (rev 1335) +++ trunk/eulergui/html/n3_rules_good_practices.html 2010-03-22 12:34:49 UTC (rev 1336) @@ -1,9 +1,9 @@ -<?xml version="1.0" encoding="iso-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>N3 rules good practices</title> <style type="text/css"> @@ -16,14 +16,14 @@ <p style="font-size: 20pt">N3 rules: good practices, design patterns, refactoring</p> -<p>\xA9 Jean-Marc Vanel - $Date$</p> +<p>© Jean-Marc Vanel - $Date$</p> <p>TOC</p> <div class="toc"> <ul> <li><a href="#L470">Introduction</a></li> - <li><a href="#L587">The limitations of RDF</a> + <li><a href="#L587">The limitations of RDF</a> <ul> <li><a href="#L930">Open world assumption</a></li> <li><a href="#L1262">Monotonicity</a></li> @@ -31,27 +31,27 @@ </li> <li><a href="#L593">The limitations of N3 logic</a></li> <li><a href="#L944">Using OWL ontologies</a></li> - <li><a href="#L387">Variables patterns</a> + <li><a href="#L387">Variables patterns</a> <ul> <li><a href="#L398">Quantification</a></li> <li><a href="#L420">Multiple occurences</a></li> </ul> </li> - <li><a href="#L180">Design patterns</a> + <li><a href="#L180">Design patterns</a> <ul> <li><a href="#L432">Annotate the existing objects</a></li> <li><a href="#L445">Create new objects</a></li> </ul> </li> <li><a href="#L557">Data structures</a></li> - <li><a href="#L255">Lists variants</a> + <li><a href="#L255">Lists variants</a> <ul> <li><a href="#L215">Lists OWL style</a></li> <li><a href="#L303">Cloning a list</a></li> <li><a href="#L170">Accumulating by recursion</a></li> </ul> </li> - <li><a href="#L26">N3 refactorings</a> + <li><a href="#L26">N3 refactorings</a> <ul> <li><a href="#L135">Extract part of antecedent</a></li> </ul> @@ -72,7 +72,7 @@ <p><a href="http://www.google.fr/search?q=SWRL+design+pattern">Google search SWRL+design+pattern</a></p> -<p><a href="http://protege.cim3.net/cgi-bin/wiki.pl?SWRLLanguageFAQ">Prot\xE9g\xE9 +<p><a href="http://protege.cim3.net/cgi-bin/wiki.pl?SWRLLanguageFAQ">Protégé wiki SWRL Language FAQ</a></p> <p></p> @@ -107,7 +107,7 @@ language, there is no limitation. Everything that can be expressed in XML, XMI, SQL, JSON, can also be expressed in RDF and N3. Moreover, RDF is by design adapted to Internet: URI are globally unique identifiers that can be -dererenced, and it has SWRL for query language and protocol.</p> +dereferenced, and it has SWRL for query language and protocol.</p> <p>Then the principles of the Semantic Web imply the Open World Assumption, which is a necessary limitation for the huge and ever changing Web.</p> @@ -116,9 +116,9 @@ href="http://www.betaversion.org/~stefano/linotype/news/91/">Open world assumption</a></h3> -<p>The closed world assumption implies that everything we don’t know is -false, while the open world assumption states that everything we don’t -know is undefined. </p> +<p>The closed world assumption implies that everything we don’t know is +false, while the open world assumption states that everything we don’t know +is undefined. </p> <p>The closed world is the point of vue of all databases, except RDF databases. Related to closed world assumption, there is a the unique name assumption, @@ -145,6 +145,16 @@ form of negation; see the paragraph "Motivation" of <a href="http://www.w3.org/DesignIssues/N3Logic">DesignIssues / N3Logic</a> .</p> +<h2>Rules languages</h2> + +<p>http://www.jessrules.com/jess/index.shtml</p> + +<p>http://www.jessrules.com/jess/docs/71/rules.html#rules</p> + +<p>http://www.w3.org/Submission/SWRL</p> + +<p>http://protege.cim3.net/cgi-bin/wiki.pl?SWRLTutorialESWC2010#nidB64</p> + <h2 id="L593">The limitations of N3 logic</h2> <p>The original N3 logic (like SWRL) follows strictly the principles of the @@ -208,20 +218,50 @@ <h2 id="L557">Data structures</h2> -<p>No sets ? Why ? Because ordinary RDF properties act as sets.</p> +<p>No sets ? Why ? Because an ordinary RDF property <code>myProp</code> plus a +resource <code>R</code> defines the set of ?V such that :</p> -<p>RDF is a bunch of associative arrays (called maps in Java and C++). ????</p> +<p><code>R myProp ?V .</code></p> +<p>RDF is a bunch of associative arrays (called maps in Java and C++). More +precisely each resource in subject position can be considered as an associative +array whose keys are the properties and whose values are the objects.</p> + <h2 id="L255">Lists variants</h2> -<p>RDF lists, OWL, linked list.</p> +<p>We are dealing here with ordered lists. As noted before, non-ordered lists +(sets) are just expressible with ordinary RDF statements.</p> -<p>transitive properties</p> +<p>In RDF, there is a special pre-defined class rdf:List, with two properties +<code>rdf:first</code> and <code>rdf:rest</code>, and a resource +<code>rdf:nil</code> to terminate the list. But in fact, this is just the +simplest way to define a linked list with a graph language like RDF. Instead of +rdf:rest, any domain specific property can be used to define a linked list.</p> +<h3>Transitive properties</h3> + +<p>Transitive properties are frequent for relations like: physical containment, +ordering relationship, entreprise hierarchy, ancestor relation, ... They are +typically modelized by an OWL Transitive property.</p> + +<p>???</p> + <h3 id="L215">Lists OWL style</h3> -<p>????</p> +<p>When using a plain domain specific property to define a linked list, there +is </p> +<p></p> +<pre>class List hasNext only List + class EmptyList hasContents max 0, hasNext max 0 + +object property hasContents functional + +object property hasRest transitive + object property hasNext functional</pre> + +<p></p> + <p>There is a paper describing the list pattern in OWL:</p> <p>Drummond, N., Rector, A.L., Stevens, R., Moulton, G., Horridge, M., Wang, H, @@ -233,6 +273,20 @@ <p></p> +<p>To use this OWL list ontology, one must import the ontology from the generic +URL:</p> + +<p><a +href="http://www.co-ode.org/ontologies/lists/list.owl">http://www.co-ode.org/ontologies/lists/list.owl</a></p> + +<p></p> + +<p>and particularize the class OWLList as a list of cities, by two +owl:Restrictions , like this (in Manchester OWL syntax) :</p> +<pre><code>Itinerary equivalentTo</code><code> hasContents only City</code><code> and OWLList</code><code> and isFollowedBy only Itinerary</code></pre> + +<p></p> + <h3 id="L303">Cloning a list</h3> <p>Here is an example with user specific :first and :rest properties , <a Property changes on: trunk/eulergui/html/n3_rules_good_practices.html ___________________________________________________________________ Added: svn:keywords + Date Modified: trunk/eulergui/html/taches.html =================================================================== --- trunk/eulergui/html/taches.html 2010-03-21 12:37:18 UTC (rev 1335) +++ trunk/eulergui/html/taches.html 2010-03-22 12:34:49 UTC (rev 1336) @@ -15,22 +15,16 @@ </head> <body> -<p>Taches EulerGUI</p> +<p><span style="font-size: 20pt">Taches EulerGUI</span></p> -<p></p> - <p>Conception : points \xE0 voir:</p> -<p></p> - <p>plusieurs WM ou une seule ? a priori une seule</p> <p></p> <h2>1.1 ficher de donn\xE9es et de configuration en N3</h2> -<p></p> - <h2>Validation des donn\xE9es (contraintes)</h2> <p>Prendre en compte la validation des donn\xE9es (contraintes) : faut-il une @@ -73,6 +67,12 @@ <td><strong>Commentaire</strong></td> </tr> <tr> + <td>log et fen\xEAtres de messages</td> + <td></td> + <td>voir si un IDE ne fait pas automatiquement une partie du travail; + ajouter un espace messages</td> + </tr> + <tr> <td>I18N</td> <td></td> <td>dans Java : pas de pb; dans N3: 1. entrer les valeurs de xml:lang en @@ -88,10 +88,11 @@ <td>FAIT, \xE0 documenter</td> </tr> <tr> - <td>log et fen\xEAtres de messages</td> + <td>\xE9crire un "script" en Java : lancer les cas de d\xE9mo : FaceBook, ceux + du manuel D\xE9ductions</td> <td></td> - <td>voir si un IDE ne fait pas automatiquement une partie du travail; - ajouter un espace messages</td> + <td>il serait bien de g\xE9n\xE9rer une config. JNLP \xE0 partir de la config. + Maven.</td> </tr> <tr> <td>catalogue de XML Schema en N3</td> @@ -99,44 +100,54 @@ <td>se mettre d'accord sur le vocabulaire RDF</td> </tr> <tr> - <td>\xE9crire un "script" en Java : lancer les cas de d\xE9mo : FaceBook, ceux - du manuel D\xE9ductions</td> - <td></td> - <td>il serait bien de g\xE9n\xE9rer une config. JNLP \xE0 partir de la config. - Maven.</td> - </tr> - <tr> <td>Utiliser Jython</td> <td></td> - <td></td> + <td>probl\xE8mes avec rdflib</td> </tr> <tr> <td>1.1 avoir un ficher de donn\xE9es et de configuration en N3 ( actuellement, la honte, c'est du XMLEncoder ) ;</td> <td></td> - <td>refactorer Project pour mettre toutes les donn\xE9es dans une KB.</td> + <td>on a d'aboord envisag\xE9 de refactorer Project pour mettre toutes les + donn\xE9es dans une KB; + + <p>le proto. actuel garde la structure de donn\xE9es Java, mais ajoute un + listener qui remplit la KB, cf</p> + + <p><a href="project_ontology.html">Proposal for a new ontology and N3 + format for RDF + OWL + rules projects</a></p> + </td> </tr> <tr> <td>1.2 pouvoir exporter les mini-application avec formulaires g\xE9n\xE9r\xE9es (actuellement elles ne tournent que dans l'IDE )</td> <td></td> - <td>bla??????????</td> + <td>en fait on n'a pas besoin dans un premier temps d'extraire les + classes n\xE9cessaires (runtime Drools, instanciateur, etc) , on peut + utiliser le gros jar de EulerGUI; + + <p>ce serait juste un argument <code>--launch</code> qui lancer + l'application g\xE9n\xE9r\xE9e .</p> + </td> </tr> <tr> <td>1.3 am\xE9liorer ces mini-application, les rendres plus configurables</td> <td></td> - <td>??????????? hyperlien , cf Prot\xE9g\xE9 Forms - - <p>sans en faire trop car c'est du boulot ( mais on est au coeur de la - d\xE9marche qui est de d\xE9duire l'application, et qui permettra \xE0 terme de - g\xE9n\xE9rer une application telle que EulerGUI )</p> + <td><p>sans en faire trop car c'est du boulot ( mais on est au coeur de + la d\xE9marche qui est de d\xE9duire l'application, et qui permettra \xE0 terme + de g\xE9n\xE9rer une application telle que EulerGUI )</p> </td> </tr> <tr> <td>int\xE9grer le composant form de Prot\xE9g\xE9 3</td> <td></td> - <td>: qui l'a fait ? D\xE9pendant de la vieille API CLIPS </td> + <td>cf <a + href="http://protegewiki.stanford.edu/index.php/UseProtegeFormsInApplications">Using + Protege Forms in Other Applications</a> + + <p>: qui l'a fait ? D\xE9pendant de la vieille API CLIPS </p> + </td> </tr> <tr> <td>1.4 embarquer un moteur de r\xE8gle dans l'application EulerGUI @@ -151,20 +162,33 @@ savoir que si le projet inclut certains URL, alors c'est un projet d'IHM, et alors il faudra lancer certains outils; d\xE9corer les sources du projet en fonction de leur contenu, statut, statistiques et - m\xE9triques, historique, etc</td> + m\xE9triques, historique, etc + + <p>cf <a href="project_ontology.html">Proposal for a new ontology and + N3 format for RDF + OWL + rules projects</a></p> + + <p></p> + </td> </tr> <tr> <td>1.4.1 aller vers un EulerGUI autog\xE9n\xE9r\xE9</td> <td></td> - <td>pouvoir int\xE9grer commod\xE9ment du code Java existant</td> + <td>d\xE9j\xE0 pouvoir int\xE9grer commod\xE9ment du code Java existant et des r\xE8gles + dans le EulerGUI existant</td> </tr> <tr> <td>1.5 int\xE9grer dans la cha\xEEne l'outil Attempto Ace View, pour pouvoir entrer les mod\xE8les, r\xE8gles, et donn\xE9es en Anglais Controll\xE9</td> <td></td> - <td>cela implique: soit de traduire le SWRL en logique N3, soit - d'utiliser Pellet + API Prot\xE9g\xE9 / OWL API (qui prennent du SWRL) \xE0 la - place du moteur Drools / N3 de EulerGUI</td> + <td>cela implique: + <ul> + <li>soit de traduire le SWRL en logique N3, </li> + <li>soit d'adapter le code Prolog existant qui g\xE9n\xE9rer du + OWL+SWRL</li> + <li>soit d'utiliser Pellet + API Prot\xE9g\xE9 / OWL API (qui prennent du + SWRL) \xE0 la place du moteur Drools / N3 de EulerGUI</li> + </ul> + </td> </tr> <tr> <td>1.6 \xE9diteur N3 int\xE9gr\xE9 en Java: ajouter diverses facilit\xE9s : Control @@ -203,7 +227,12 @@ propri\xE9t\xE9s et classes non d\xE9clar\xE9es par ailleurs</p> </td> <td></td> - <td></td> + <td>une base de r\xE8gles existe d\xE9j\xE0, qui avertit des propri\xE9t\xE9s non + d\xE9clar\xE9es: + + <p>voir <a + href="deductions/n3_new/model-rules-coherence.n3p">deductions/n3_new/model-rules-coherence.n3p</a></p> + </td> </tr> <tr> <td>1.9 requ\xEAtes param\xE9tr\xE9es (alias query en Drools)</td> @@ -349,11 +378,9 @@ </tr> </tbody> </table> -<ul> - <li></li> - <li></li> -</ul> <p></p> + +<p></p> </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-03-31 13:42:29
|
Revision: 1387 http://eulergui.svn.sourceforge.net/eulergui/?rev=1387&view=rev Author: jmvanel Date: 2010-03-31 13:42:23 +0000 (Wed, 31 Mar 2010) Log Message: ----------- documentation.html - add link to SWRL Language FAQ by Martin O'Connor* - add Translator from SWRL to N3 logic n3_rules_good_practices.html : WIP Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/n3_rules_good_practices.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-04-01 09:50:24
|
Revision: 1394 http://eulergui.svn.sourceforge.net/eulergui/?rev=1394&view=rev Author: jmvanel Date: 2010-04-01 09:50:16 +0000 (Thu, 01 Apr 2010) Log Message: ----------- html/project_ontology.html : WIP : update file format also WIP: html/project_ontology.html, html/documentation.html Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/n3_rules_good_practices.html trunk/eulergui/html/project_ontology.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-04-03 10:31:50
|
Revision: 1411 http://eulergui.svn.sourceforge.net/eulergui/?rev=1411&view=rev Author: jmvanel Date: 2010-04-03 10:31:41 +0000 (Sat, 03 Apr 2010) Log Message: ----------- documentation.html: - add parag.: Working with controlled (formal) english through Ace View - update: Translator from SWRL to N3 logic project_ontology.html : typo Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/project_ontology.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-04-07 12:07:32
|
Revision: 1423 http://eulergui.svn.sourceforge.net/eulergui/?rev=1423&view=rev Author: jmvanel Date: 2010-04-07 12:07:25 +0000 (Wed, 07 Apr 2010) Log Message: ----------- update taches.html, documentation.html, project_ontology.html Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/project_ontology.html trunk/eulergui/html/taches.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-04-21 11:44:13
|
Revision: 1489 http://eulergui.svn.sourceforge.net/eulergui/?rev=1489&view=rev Author: jmvanel Date: 2010-04-21 11:44:03 +0000 (Wed, 21 Apr 2010) Log Message: ----------- documentation.html : add Ontologies defining ontologies: OWL.n3, etc n3_rules_good_practices.html : add Good practices: Declare predicates and classes, Test driven development Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/n3_rules_good_practices.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-05-04 19:48:22
|
Revision: 1575 http://eulergui.svn.sourceforge.net/eulergui/?rev=1575&view=rev Author: jmvanel Date: 2010-05-04 12:33:12 +0000 (Tue, 04 May 2010) Log Message: ----------- doc.: add rules-examples.html Modified Paths: -------------- trunk/eulergui/html/documentation.html Added Paths: ----------- trunk/eulergui/html/rules-examples.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-05-08 12:09:17
|
Revision: 1600 http://eulergui.svn.sourceforge.net/eulergui/?rev=1600&view=rev Author: jmvanel Date: 2010-05-08 12:09:11 +0000 (Sat, 08 May 2010) Log Message: ----------- documentation : extracted architecture.html from documentation.html - WIP ; added eulergui-java-bytecode.n3, an N3 translation of the bytecode of EulerGUI, made with EulerGUI, that can be used with EulerGUI or other tools to make queries and statistics - WIP Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/rules-examples.html Added Paths: ----------- trunk/eulergui/html/architecture.html trunk/eulergui/html/eulergui-java-bytecode.n3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-05-10 07:52:28
|
Revision: 1601 http://eulergui.svn.sourceforge.net/eulergui/?rev=1601&view=rev Author: jmvanel Date: 2010-05-10 07:52:22 +0000 (Mon, 10 May 2010) Log Message: ----------- architecture.html : WIP : add many paragraphs to complete Modified Paths: -------------- trunk/eulergui/html/architecture.html trunk/eulergui/html/documentation.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-05-12 12:54:53
|
Revision: 1617 http://eulergui.svn.sourceforge.net/eulergui/?rev=1617&view=rev Author: jmvanel Date: 2010-05-12 12:54:45 +0000 (Wed, 12 May 2010) Log Message: ----------- architecture.html : WIP : more on Extension points with interfaces Modified Paths: -------------- trunk/eulergui/html/architecture.html trunk/eulergui/html/n3_rules_good_practices.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-08-27 09:53:22
|
Revision: 1801 http://eulergui.svn.sourceforge.net/eulergui/?rev=1801&view=rev Author: jmvanel Date: 2010-08-27 09:53:15 +0000 (Fri, 27 Aug 2010) Log Message: ----------- html/documentation.html : WIP; Monitor source changes, changes with Maven surefire 2.6 , etc Modified Paths: -------------- trunk/eulergui/html/architecture.html trunk/eulergui/html/documentation.html trunk/eulergui/html/n3_rules_good_practices.html trunk/eulergui/html/project_ontology.html trunk/eulergui/html/rules-examples.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-10-01 09:49:56
|
Revision: 1831 http://eulergui.svn.sourceforge.net/eulergui/?rev=1831&view=rev Author: jmvanel Date: 2010-10-01 09:49:50 +0000 (Fri, 01 Oct 2010) Log Message: ----------- N3 rule examples were updated: These paragraphs were updated: Physic modeling: algebraic expressions These paragraphs were added: Queries on classes and properties Finite State Machine "make" utility Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/rules-examples.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-10-01 18:07:55
|
Revision: 1832 http://eulergui.svn.sourceforge.net/eulergui/?rev=1832&view=rev Author: jmvanel Date: 2010-10-01 18:07:49 +0000 (Fri, 01 Oct 2010) Log Message: ----------- documentation.html : much improve Features (Fact Sheet) rules-examples.html : add borders aroud rules Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/rules-examples.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-12-02 10:47:11
|
Revision: 1941 http://eulergui.svn.sourceforge.net/eulergui/?rev=1941&view=rev Author: jmvanel Date: 2010-12-02 10:47:05 +0000 (Thu, 02 Dec 2010) Log Message: ----------- set mime type on documentation.html n3_rules_good_practices.html Property Changed: ---------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/n3_rules_good_practices.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-12-02 10:53:36
|
Revision: 1942 http://eulergui.svn.sourceforge.net/eulergui/?rev=1942&view=rev Author: jmvanel Date: 2010-12-02 10:53:30 +0000 (Thu, 02 Dec 2010) Log Message: ----------- svn propset svn:mime-type text/html documentation.html n3_rules_good_practices.html Property Changed: ---------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/n3_rules_good_practices.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-12-13 20:14:41
|
Revision: 1979 http://eulergui.svn.sourceforge.net/eulergui/?rev=1979&view=rev Author: jmvanel Date: 2010-12-13 20:14:35 +0000 (Mon, 13 Dec 2010) Log Message: ----------- documentation.html - link to howto_debug_n3_rules.html was wrong - update on prefix.cc , feature proposal Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/howto_debug_n3_rules.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2010-12-20 21:41:05
|
Revision: 2012 http://eulergui.svn.sourceforge.net/eulergui/?rev=2012&view=rev Author: jmvanel Date: 2010-12-20 21:40:58 +0000 (Mon, 20 Dec 2010) Log Message: ----------- - document new feature: when an N3 data is deactivated, the triples are removed from the user KB;this demonstrates TMS in examples/domotic.n3p Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/rules-examples.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2011-02-14 12:04:28
|
Revision: 2117 http://eulergui.svn.sourceforge.net/eulergui/?rev=2117&view=rev Author: jmvanel Date: 2011-02-14 12:04:22 +0000 (Mon, 14 Feb 2011) Log Message: ----------- Modified Paths: -------------- trunk/eulergui/html/documentation.html Property Changed: ---------------- trunk/eulergui/html/architecture.html trunk/eulergui/html/howto_debug_n3_rules.html trunk/eulergui/html/project_ontology.html trunk/eulergui/html/rules-examples.html trunk/eulergui/html/taches.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2011-02-28 10:56:06
|
Revision: 2159 http://eulergui.svn.sourceforge.net/eulergui/?rev=2159&view=rev Author: jmvanel Date: 2011-02-28 10:56:00 +0000 (Mon, 28 Feb 2011) Log Message: ----------- add tasks.html , for Short term tasks for EulerGUI Modified Paths: -------------- trunk/eulergui/html/documentation.html Added Paths: ----------- trunk/eulergui/html/tasks.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2011-03-07 15:08:15
|
Revision: 2204 http://eulergui.svn.sourceforge.net/eulergui/?rev=2204&view=rev Author: jmvanel Date: 2011-03-07 15:08:09 +0000 (Mon, 07 Mar 2011) Log Message: ----------- documentation.html : add "N3 command line" tasks.html : small update architecture.html : typos Modified Paths: -------------- trunk/eulergui/html/architecture.html trunk/eulergui/html/documentation.html trunk/eulergui/html/tasks.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2011-03-09 19:26:46
|
Revision: 2213 http://eulergui.svn.sourceforge.net/eulergui/?rev=2213&view=rev Author: jmvanel Date: 2011-03-09 19:26:40 +0000 (Wed, 09 Mar 2011) Log Message: ----------- add documenting_rule_base.html Modified Paths: -------------- trunk/eulergui/html/architecture.html trunk/eulergui/html/documentation.html Added Paths: ----------- trunk/eulergui/html/documenting_rule_base.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2011-03-12 17:14:32
|
Revision: 2226 http://eulergui.svn.sourceforge.net/eulergui/?rev=2226&view=rev Author: jmvanel Date: 2011-03-12 17:14:26 +0000 (Sat, 12 Mar 2011) Log Message: ----------- added new doc.: deployment.html Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/documenting_rule_base.html Added Paths: ----------- trunk/eulergui/html/deployment.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2011-03-14 08:28:18
|
Revision: 2233 http://eulergui.svn.sourceforge.net/eulergui/?rev=2233&view=rev Author: jmvanel Date: 2011-03-14 08:28:12 +0000 (Mon, 14 Mar 2011) Log Message: ----------- update documentation.html for release 1.8 ; update tasks.html Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/tasks.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2011-03-20 11:40:22
|
Revision: 2269 http://eulergui.svn.sourceforge.net/eulergui/?rev=2269&view=rev Author: jmvanel Date: 2011-03-20 11:40:16 +0000 (Sun, 20 Mar 2011) Log Message: ----------- update html/architecture.html after actovating new embedded Java objects ( doc. WIP ) Modified Paths: -------------- trunk/eulergui/html/architecture.html trunk/eulergui/html/rules-examples.html trunk/eulergui/html/tasks.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2011-03-20 14:05:16
|
Revision: 2270 http://eulergui.svn.sourceforge.net/eulergui/?rev=2270&view=rev Author: jmvanel Date: 2011-03-20 14:05:10 +0000 (Sun, 20 Mar 2011) Log Message: ----------- Doc.: "N3 - Java mapping (embedded Java objects)" is now reasonably complete Modified Paths: -------------- trunk/eulergui/html/architecture.html trunk/eulergui/html/tasks.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |