Author: enridaga
Date: Tue Nov  8 12:22:26 2011
New Revision: 1199215

URL: http://svn.apache.org/viewvc?rev=1199215&view=rev
Log:
Some minor edit on the reasoners doc page.
Fixed a comment in the last pre block (STANBOL-373)

Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext?rev=1199215&r1=1199214&r2=1199215&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext 
(original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext 
Tue Nov  8 12:22:26 2011
@@ -243,7 +243,6 @@ The <tt>/owl</tt> service support the mo
        &lt;/owl:distinctMembers&gt;
 &lt;/owl:AllDifferent&gt;
 
-
 &lt;!-- enridaga, to be an Employee, must fulfill the restrictions defined 
        for the class #Employee. --&gt;
 &lt;Person rdf:about="#enridaga"&gt;
@@ -253,7 +252,6 @@ The <tt>/owl</tt> service support the mo
        &lt;familyname&gt;Daga&lt;/familyname&gt;
        &lt;email&gt;[email protected]&lt;/email&gt;
        &lt;worksAt rdf:resource="#Catania" /&gt;
-
        &lt;!-- If you uncomment the two statements below you will obtain an 
inconsistency, 
                because #Moricone is not an allowed place for developers --&gt;
        &lt;!-- &lt;worksAt rdf:resource="#Moricone" /&gt; &lt;rdf:type 
rdf:resource="#Employee" 


Reply via email to