You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2016/06/11 10:33:08 UTC

svn commit: r990380 - in /websites/staging/jena/trunk/content: ./ tutorials/sparql_basic_patterns.html

Author: buildbot
Date: Sat Jun 11 10:33:08 2016
New Revision: 990380

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/tutorials/sparql_basic_patterns.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 11 10:33:08 2016
@@ -1 +1 @@
-1746719
+1747874

Modified: websites/staging/jena/trunk/content/tutorials/sparql_basic_patterns.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_basic_patterns.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_basic_patterns.html Sat Jun 11 10:33:08 2016
@@ -161,7 +161,7 @@ blocks of SPARQL queries.</p>
 <p>Query solutions are a set of pairs of a variable name with a value.
 A <code>SELECT</code> query directly exposes the solutions (after
 order/limit/offset are applied) as the result set - other query
-forms use the solutions to make an graph. The solution is the way
+forms use the solutions to make a graph. The solution is the way
 the pattern matched - which values the variables must take for a
 pattern to match.</p>
 <p>The first query example had a single solution. Change the pattern