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 11:54:47 UTC

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

Author: buildbot
Date: Tue Nov 27 10:54:46 2012
New Revision: 839767

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 10:54:46 2012
@@ -1 +1 @@
-1414120
+1414124

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 10:54:46 2012
@@ -204,7 +204,7 @@ name.</p>
 </thead>
 <tbody>
 <tr>
-<td><i><tt>uri</tt></i></td>
+<td><tt><i>uri</i></tt></td>
 <td>A URI or a prefixed name. A path of length one.</td>
 </tr>
 <tr>
@@ -220,12 +220,8 @@ name.</p>
 <td>A sequence path of <em><code>elt1</code></em>, followed by <em><code>elt2</code></em></td>
 </tr>
 <tr>
-<td><tt><i>elt1</i> ^ <i>elt2</i></tt></td>
-<td>Shorthand for <code>&lt;i&gt;elt1 / ^elt2&lt;/i&gt;</code>, that is <em><code>elt1</code></em> followed by reverse <em><code>elt2</code></em>.</td>
-</tr>
-<tr>
-<td><tt><i>elt1</i></td>
-<td><i>elt2</i></tt></td>
+<td><tt><i>elt1</i> `</td>
+<td>` <i>elt2</i></tt></td>
 </tr>
 <tr>
 <td><tt><i>elt</i>*</tt></td>
@@ -241,7 +237,7 @@ name.</p>
 </tr>
 <tr>
 <td><tt>!<i>uri</i></tt></td>
-<td>A path matching a property which isn't <code>&lt;i&gt;uri&lt;/i&gt;</code> (negated property set)</td>
+<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>
@@ -250,12 +246,36 @@ name.</p>
 </tbody>
 </table>
 <p>ARQ extensions: to use these you must use <code>Syntax.syntaxARQ</code></p>
-<p>Syntax Form | Matches
------------ | -------</p>
-<p><i><tt>elt</tt></i><code>{n,m}</code>  | A path between n and m occurrences of <em><code>elt</code></em>.
-<i><tt>elt</tt></i><code>{n}</code>    | Exactly <code>n</code> occurrences of <code>elt</code>. A fixed length path.
-<i><tt>elt</tt></i><code>{n,}</code>   | <code>n</code> or more occurrences of <em><code>elt</code></em>.
-<i><tt>elt</tt></i><code>{,n}</code>   | Between 0 and <code>n</code> occurrences of <em><code>elt</code></em>.</p>
+<table>
+<thead>
+<tr>
+<th>Syntax Form</th>
+<th>Matches</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><tt><i>elt1</i> ^ <i>elt2</i></tt></td>
+<td>Shorthand for <tt><i>elt1 / ^elt2</i></tt>, that is <em><code>elt1</code></em> followed by reverse <em><code>elt2</code></em>.</td>
+</tr>
+<tr>
+<td><i><tt>elt</tt></i><code>{n,m}</code></td>
+<td>A path between n and m occurrences of <em><code>elt</code></em>.</td>
+</tr>
+<tr>
+<td><i><tt>elt</tt></i><code>{n}</code></td>
+<td>Exactly <code>n</code> occurrences of <code>elt</code>. A fixed length path.</td>
+</tr>
+<tr>
+<td><i><tt>elt</tt></i><code>{n,}</code></td>
+<td><code>n</code> or more occurrences of <em><code>elt</code></em>.</td>
+</tr>
+<tr>
+<td><i><tt>elt</tt></i><code>{,n}</code></td>
+<td>Between 0 and <code>n</code> occurrences of <em><code>elt</code></em>.</td>
+</tr>
+</tbody>
+</table>
 <p>Precedence:</p>
 <ol>
 <li>URI, prefixed names</li>