Author: rwesten
Date: Wed May 30 11:48:34 2012
New Revision: 1344207
URL: http://svn.apache.org/viewvc?rev=1344207&view=rev
Log:
minor
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.mdtext?rev=1344207&r1=1344206&r2=1344207&view=diff
==============================================================================
---
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.mdtext
(original)
+++
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementstructure.mdtext
Wed May 30 11:48:34 2012
@@ -168,7 +168,7 @@ Typically the following steps are requir
The following SPARQL query could be used to select all the required
information. However the use of SPARQL is optional as the required information
can be also easily retrieved by other means (e.g. the filtered Iteratros as
typically provided by RDF frameworks).
- :::sql
+ :::sparql
select *
from {
?textAnnotation rdfs:type fise:TextAnnotation
@@ -177,7 +177,9 @@ The following SPARQL query could be used
?textAnnotation fise:start ?startIndex
?textAnnotation fise:end ?endIndex
?textAnnotation dc:type ?nature
- optional { ?suggestions dc:relation ?textAnnotation }
+ optional {
+ ?suggestions dc:relation ?textAnnotation
+ }
}
Additionally: