|
1 | | -<!DOCTYPE html> |
| 1 | +each of the<!DOCTYPE html> |
2 | 2 | <html lang="en" dir="ltr"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
@@ -7926,7 +7926,6 @@ <h5>TZ</h5> |
7926 | 7926 | </section> |
7927 | 7927 | </section> |
7928 | 7928 |
|
7929 | | - <!-- QT --> |
7930 | 7929 | <section id="func-triple-terms"> |
7931 | 7930 | <h4>Functions on Triple Terms</h4> |
7932 | 7931 | <section id="func-triple"> |
@@ -7956,17 +7955,26 @@ <h5>TRIPLE</h5> |
7956 | 7955 | the function returns a triple term with these three elements. |
7957 | 7956 | Otherwise, the function raises an error. |
7958 | 7957 | </p> |
7959 | | - |
7960 | 7958 | <p> |
7961 | 7959 | As a shorthand notation, the <code>TRIPLE</code> function |
7962 | 7960 | can also be written in the form of a |
7963 | 7961 | <a href="#rExprTripleTerm">triple term expression</a> |
7964 | | - using <code><<(</code> and <code>)>></code>. There is a |
7965 | | - syntax limitation to this shorthand form: the three elements of |
7966 | | - the triple term expression can only be variables and directly |
7967 | | - written RDF terms, not arbitrary expressions. |
7968 | | - In contrast, the function form, <code>TRIPLE</code>, |
7969 | | - can be used with arbitrary expressions. |
| 7962 | + using <code><<(</code> and <code>)>></code>. There are |
| 7963 | + syntax limitations to this shorthand form: |
| 7964 | + </p> |
| 7965 | + <ul> |
| 7966 | + <li>each of the three elements of the triple term expression can only be |
| 7967 | + a <a href="#defn_QueryVariable">variable</a> |
| 7968 | + or a directly written [=RDF term=], not an arbitrary expression. |
| 7969 | + </li> |
| 7970 | + <li> |
| 7971 | + the syntax of the subject and predicate positions is limited to an |
| 7972 | + <a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a> or a |
| 7973 | + <a href="#defn_QueryVariable">variable</a>. |
| 7974 | + </li> |
| 7975 | + </ul> |
| 7976 | + <p> |
| 7977 | + The function form, <code>TRIPLE</code>, can be used with arbitrary expressions. |
7970 | 7978 | </p> |
7971 | 7979 | <pre class="query nohighlight"> |
7972 | 7980 | VERSION "1.2" |
@@ -8051,7 +8059,6 @@ <h5>isTRIPLE</h5> |
8051 | 8059 | </p> |
8052 | 8060 | </section> |
8053 | 8061 | </section> |
8054 | | - <!-- QT --> |
8055 | 8062 |
|
8056 | 8063 | <section id="func-hash"> |
8057 | 8064 | <h4>Hash Functions</h4> |
|
0 commit comments