Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fextras%2Fquerybuilder%2Findex.mdtext
Can Kurtan
Index: trunk/content/documentation/extras/querybuilder/index.mdtext
===================================================================
--- trunk/content/documentation/extras/querybuilder/index.mdtext
(revision 1862250)
+++ trunk/content/documentation/extras/querybuilder/index.mdtext
(working copy)
@@ -1,6 +1,5 @@
Title: Jena Query Builder - A query builder for Jena.
-
Query Builder for Jena. Implementations of Ask, Construct and Select builders
that allow
developers to create queries without resorting to StringBuilders or similar
solutions.
@@ -41,7 +40,7 @@
SELECT *
WHERE
{ ?s ?p ?o .
- ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> foaf:person .
+ ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> foaf:Person .
}
Prepared Statement Usage