You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2012/11/26 21:48:28 UTC

svn commit: r1413827 - /jena/site/trunk/content/documentation/query/negation.mdtext

Author: rvesse
Date: Mon Nov 26 20:48:27 2012
New Revision: 1413827

URL: http://svn.apache.org/viewvc?rev=1413827&view=rev
Log:
Note which forms are legal in which syntax

Modified:
    jena/site/trunk/content/documentation/query/negation.mdtext

Modified: jena/site/trunk/content/documentation/query/negation.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/negation.mdtext?rev=1413827&r1=1413826&r2=1413827&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/negation.mdtext (original)
+++ jena/site/trunk/content/documentation/query/negation.mdtext Mon Nov 26 20:48:27 2012
@@ -5,8 +5,8 @@ Standard SPARQL can perform negation usi
 complexity increases. ARQ supports additional operators for
 negation.
 
-This is syntactic extension and is available if the query is parsed
-with language `Syntax.syntaxARQ`.
+The `EXISTS` and `NOT EXISTS` are now legal SPARQL 1.1 when used inside a `FILTER`, 
+they may be used as bare graph patterns only when `Syntax.syntaxARQ` is used
 
     # Names of people who have not stated that they know anyone
     PREFIX foaf: <http://xmlns.com/foaf/0.1/>