Skip to content

Commit bced028

Browse files
kaseiafsTallTed
authored
Update Filter Evaluation language to reference more functional forms. (#117)
* Update Filter Evaluation language to reference more functional forms. * Update spec/index.html Add logical-or and logical-and to description. Co-authored-by: Andy Seaborne <[email protected]> * Update spec/index.html Change "all functions and operators operate over RDF Terms" to "all functions operate over RDF Terms" in description of filter evaluation. Co-authored-by: Andy Seaborne <[email protected]> * Add comma in list of functional forms Co-authored-by: Ted Thibodeau Jr <[email protected]> --------- Co-authored-by: Andy Seaborne <[email protected]> Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 7d17fd7 commit bced028

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

spec/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4741,9 +4741,13 @@ <h3>Filter Evaluation</h3>
47414741
"xsd:boolean (EBV)" in the operator mapping table below), are coerced to
47424742
<code>xsd:boolean</code> using the <a href="#ebv">EBV rules</a> in section 17.2.2.
47434743
</li>
4744-
<li>Apart from <a href="#func-bound">BOUND</a>, <a href="#func-coalesce">COALESCE</a>,
4745-
<a href="#func-filter-exists">NOT EXISTS</a> and <a href="#func-filter-exists">EXISTS</a>,
4746-
all functions and operators operate on RDF Terms and will produce a type error if any
4744+
<li>Apart from the <a href="#func-forms">functional forms</a>
4745+
<a href="#func-bound">BOUND</a>, <a href="#func-coalesce">COALESCE</a>,
4746+
<a href="#func-if">IF</a>, <a href="#func-in">IN</a>, <a href="#func-not-in">NOT IN</a>,
4747+
<a href="#func-logical-or">logical-or</a> (<code>||</code>),
4748+
<a href="#func-logical-and">logical-and</a> (<code>&amp;&</code>),
4749+
<a href="#func-filter-exists">NOT EXISTS</a>, and <a href="#func-filter-exists">EXISTS</a>,
4750+
all functions operate on RDF Terms and will produce a type error if any
47474751
arguments are unbound.
47484752
</li>
47494753
<li>Any expression other than <a href="#func-logical-or">logical-or</a> (<code>||</code>)

0 commit comments

Comments
 (0)