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

svn commit: r1414127 - /jena/site/trunk/content/documentation/query/property_paths.mdtext

Author: andy
Date: Tue Nov 27 11:06:47 2012
New Revision: 1414127

URL: http://svn.apache.org/viewvc?rev=1414127&view=rev
Log:
Cooping with the fragility of md+tables.

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

Modified: jena/site/trunk/content/documentation/query/property_paths.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/property_paths.mdtext?rev=1414127&r1=1414126&r2=1414127&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/property_paths.mdtext (original)
+++ jena/site/trunk/content/documentation/query/property_paths.mdtext Tue Nov 27 11:06:47 2012
@@ -37,7 +37,7 @@ Syntax Form                   | Matches
 <tt><i>elt</i>+</tt>                   | A path of one or more occurrences of *`elt`*.
 <tt><i>elt</i>?</tt>                   | A path of zero or one *`elt`*.
 <tt>!<i>uri</i></tt>                   | A path matching a property which isn't <tt><i>uri</i></tt> (negated property set)
-<tt>!(<i>uri1</i>|...|<i>uriN</i>)</tt>*   | A path matching a property which isn't any of `uri1 ... uri` (negated property set)
+<tt>!(<i>uri1</i>&#x7C;...&#x7C;<i>uriN</i>)</tt>   | A path matching a property which isn't any of `uri1 ... uri` (negated property set)
 
 ARQ extensions: to use these you must use `Syntax.syntaxARQ`