Author: anuzzolese
Date: Fri Jan 20 15:42:13 2012
New Revision: 1233967
URL: http://svn.apache.org/viewvc?rev=1233967&view=rev
Log:
[STANBOL-453] Adjusted document layout.
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/refactor.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/refactor.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/refactor.mdtext?rev=1233967&r1=1233966&r2=1233967&view=diff
==============================================================================
---
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/refactor.mdtext
(original)
+++
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/refactor.mdtext
Fri Jan 20 15:42:13 2012
@@ -50,7 +50,8 @@ As an example, we can take in account th
prefix kn = <http://foo.org/kinship#> .
uncleRule[ has(kn:parent, ?x, ?y) . has(kn:sibling, ?y, ?z) ->
has(kn:uncle, ?x, ?z) ]
-The rule above is transformed into the following SPARQL CONSTRUCT query:
+The rule above is transformed into the following SPARQL CONSTRUCT query:
+
PREFIX kn: <http://foo.org/kinship#>
CONSTRUCT { ?x kn:uncle ?z }
WHERE {