Author: buildbot
Date: Tue Nov 8 12:22:36 2011
New Revision: 798290
Log:
Staging update by buildbot
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/reasoners.html
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/reasoners.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/reasoners.html
(original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/reasoners.html
Tue Nov 8 12:22:36 2011
@@ -273,15 +273,12 @@ The <tt>/owlmini</tt> implements the OWL
<firstname>Enrico</firstname>
<familyname>Daga</familyname>
<email>[email protected]</email>
- <worksAt rdf:resource="#Catania" /></p>
-<div class="codehilite"><pre><span class="o">&</span><span
class="ow">lt</span><span class="p">;</span><span class="o">!--</span> <span
class="n">If</span> <span class="n">you</span> <span class="n">uncomment</span>
<span class="n">the</span> <span class="n">two</span> <span
class="n">statements</span> <span class="n">below</span> <span
class="n">you</span> <span class="n">will</span> <span class="n">obtain</span>
<span class="n">an</span> <span class="n">inconsistency</span><span
class="p">,</span>
- <span class="n">because</span> <span class="c1">#Moricone is not an
allowed place for developers --&gt;</span>
-<span class="o">&</span><span class="ow">lt</span><span
class="p">;</span><span class="o">!--</span> <span class="o">&</span><span
class="ow">lt</span><span class="p">;</span><span class="n">worksAt</span>
<span class="n">rdf:resource</span><span class="o">=</span><span
class="s">"#Moricone"</span> <span class="o">/&</span><span
class="ow">gt</span><span class="p">;</span> <span class="o">&</span><span
class="ow">lt</span><span class="p">;</span><span class="n">rdf:type</span>
<span class="n">rdf:resource</span><span class="o">=</span><span
class="s">"#Employee"</span>
- <span class="o">/&</span><span class="ow">gt</span><span
class="p">;</span> <span class="o">--&</span><span
class="ow">gt</span><span class="p">;</span>
-</pre></div>
-
-
-<p></Person>
+ <worksAt rdf:resource="#Catania" />
+ <!-- If you uncomment the two statements below you will obtain an
inconsistency,
+ because #Moricone is not an allowed place for developers -->
+ <!-- <worksAt rdf:resource="#Moricone" /> <rdf:type
rdf:resource="#Employee"
+ /> -->
+</Person>
</pre>
<a
href="https://raw.github.com/enridaga/reasoners.examples/master/enridaga.reasoners.examples/owl2/class-restrictions-owl2.xml"
target="_blank">download it</a></p>
<p>The above differences depend on the semantic supported by the specific
reasoner and from the implementation, which limit the power of the system in
favour of a better efficiency (is the case of the <tt>/owlmini</tt>
implementation of Jena, more efficient then the respective <tt>/owl</tt>). If
you need to work with RDFS semantic, and don't need OWL for your inferences,
just use the RDFS one.</p>