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 2012/11/27 12:06:57 UTC

svn commit: r839770 - in /websites/staging/jena/trunk/content: ./ documentation/query/property_paths.html

Author: buildbot
Date: Tue Nov 27 11:06:57 2012
New Revision: 839770

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/property_paths.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 27 11:06:57 2012
@@ -1 +1 @@
-1414125
+1414127

Modified: websites/staging/jena/trunk/content/documentation/query/property_paths.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/property_paths.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/property_paths.html Tue Nov 27 11:06:57 2012
@@ -240,8 +240,8 @@ name.</p>
 <td>A path matching a property which isn't <tt><i>uri</i></tt> (negated property set)</td>
 </tr>
 <tr>
-<td><tt>!(<i>uri1</i></td>
-<td>...</td>
+<td><tt>!(<i>uri1</i>&#x7C;...&#x7C;<i>uriN</i>)</tt></td>
+<td>A path matching a property which isn't any of <code>uri1 ... uri</code> (negated property set)</td>
 </tr>
 </tbody>
 </table>