Skip to content

Commit 0e67631

Browse files
committed
Add missing id's and alternative name id's
1 parent 9c17a66 commit 0e67631

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

spec/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4687,7 +4687,7 @@ <h3>Filter Evaluation</h3>
46874687
<a href="#func-if">IF</a>, <a href="#func-in">IN</a>, <a href="#func-not-in">NOT IN</a>,
46884688
<a href="#func-logical-or">logical-or</a> (<code>||</code>),
46894689
<a href="#func-logical-and">logical-and</a> (<code>&amp;&</code>),
4690-
<a href="#func-filter-exists">NOT EXISTS</a>, and <a href="#func-filter-exists">EXISTS</a>,
4690+
<a href="#func-filter-not-exists">NOT EXISTS</a>, and <a href="#func-filter-exists">EXISTS</a>,
46914691
all functions operate on RDF Terms and will produce a type error if any
46924692
arguments are unbound.
46934693
</li>
@@ -5548,6 +5548,7 @@ <h5>COALESCE</h5>
55485548
</div>
55495549
</section>
55505550
<section id="func-filter-exists">
5551+
<span id="func-filter-not-exists"></span>
55515552
<h5>NOT EXISTS and EXISTS</h5>
55525553
<p>There is a filter operator <code>EXISTS</code> that takes a graph pattern.
55535554
<code>EXISTS</code> returns <code>true</code>/<code>false</code> depending on whether the
@@ -5948,6 +5949,7 @@ <h5>sameValue</h5>
59485949
</section>
59495950

59505951
<section id="func-isIRI">
5952+
<span id="func-isURI"></span>
59515953
<h5>isIRI</h5>
59525954
<pre class="prototype nohighlight">
59535955
<span class="return">xsd:boolean</span> <span class="operator">isIRI</span> (<span class="type">RDF term</span> <span class="name">term</span>)
@@ -6480,6 +6482,7 @@ <h5>DATATYPE</h5>
64806482
</div>
64816483
</section>
64826484
<section id="func-iri">
6485+
<span id=""func-uri"></span>
64836486
<h5>IRI</h5>
64846487
<pre class="prototype nohighlight">
64856488
<span class="return">iri</span> <span class="operator">IRI</span>(<span class="type">xsd:string</span>)
@@ -7580,7 +7583,7 @@ <h5>FLOOR</h5>
75807583
</table>
75817584
</div>
75827585
</section>
7583-
<section id="idp2130040">
7586+
<section id="func-rand">
75847587
<h5>RAND</h5>
75857588
<pre class="prototype nohighlight"> <span class="return">xsd:double</span> <span class="operator">RAND</span> ( )</pre>
75867589
<p>Returns a pseudo-random number between 0 (inclusive) and 1.0e0 (exclusive). Different
@@ -7879,7 +7882,7 @@ <h5>OBJECT</h5>
78797882
</p>
78807883
</section>
78817884

7882-
<section>
7885+
<section id="func-isTriple">
78837886
<h5>isTRIPLE</h5>
78847887
<pre class="prototype nohighlight"><span class="return">xsd:boolean</span> <span class="operator">isTRIPLE</span> (<span class="type RDFterm">RDF term</span> <span class="name">term</span>)</pre>
78857888
<p>
@@ -8739,7 +8742,8 @@ <h5>Collect <code>FILTER</code> Elements</h5>
87398742
from group, then <a href="#sparqlAddFilters">apply them to the whole translated group
87408743
graph pattern</a>.</p>
87418744
<p>In this step, we also translate graph patterns within <code>FILTER</code> expressions
8742-
<a href="#func-filter-exists"><code>EXISTS</code> and <code>NOT EXISTS</code></a>.</p>
8745+
<a href="#func-filter-exists"><code>EXISTS</code></a> and
8746+
<a href="#func-filter-not-exists"><code>NOT EXISTS</code></a>.</p>
87438747

87448748
<pre class="code nohighlightBlock">
87458749
Let FS := empty set

0 commit comments

Comments
 (0)