You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Anonymous CMS User <an...@apache.org> on 2018/12/17 01:16:09 UTC

CMS diff: SPARQL Tutorial - Alternatives in a Pattern

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



Index: trunk/content/tutorials/sparql_union.mdtext
===================================================================
--- trunk/content/tutorials/sparql_union.mdtext	(revision 1849053)
+++ trunk/content/tutorials/sparql_union.mdtext	(working copy)
@@ -71,7 +71,7 @@
 each slot, then test each `?p` to see if it matches one of the
 values. It will depend on the sophistication of the query optimizer
 as to whether it spots that it can perform the query more
-efficiently and is able to pass the constraint down as will as to
+efficiently and is able to pass the constraint down as well as to
 the storage layer.
 
 ## UNION - remembering where the data was found.