You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Andy Seaborne <an...@apache.org> on 2016/04/26 18:59:46 UTC

[CMS PATCH] RDQL -> SPARQL

Clone URL (Committers only):
https://cms.apache.org/redirect?new=andy;action=diff;uri=http://jena.apache.org/tutorials%2Frdf_api.mdtext



Index: trunk/content/tutorials/rdf_api.mdtext
===================================================================
--- trunk/content/tutorials/rdf_api.mdtext	(revision 1655891)
+++ trunk/content/tutorials/rdf_api.mdtext	(working copy)
@@ -752,7 +752,7 @@
 <p>The previous section dealt with the case of navigating a model from a
 resource with a known URI. This section deals with searching a
 model. The core Jena API supports only a limited query primitive.  The
-more powerful query facilities of RDQL are described elsewhere.</p>
+more powerful query facilities of SPARQL are described elsewhere.</p>
 
 <p>The <code>Model.listStatements()</code> method, which lists all the
 statements in a model, is perhaps the crudest way of querying a model.