Skip to content

Commit 3c8b586

Browse files
committed
'Alt' -> 'alt' and 'NegatedPropertySets' -> 'NPS'
1 parent 64fcf8d commit 3c8b586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9807,11 +9807,11 @@ <h3>Property Path Patterns</h3>
98079807
to other SPARQL graph patterns, such as converting property paths of length one to triple
98089808
patterns, which in turn are combined into basic graph patterns.
98099809
This leaves algebraic property path expressions with the operators
9810-
<a href="#defn_ppeAlt" class="ppeOp">Alt</a>,
9810+
<a href="#defn_ppeAlt" class="ppeOp">alt</a>,
98119811
<a href="#defn_ppeZeroOrOnePath" class="ppeOp">ZeroOrOnePath</a>,
98129812
<a href="#defn_ppeZeroOrMorePath" class="ppeOp">ZeroOrMorePath</a>,
98139813
<a href="#defn_ppeOneOrMorePath" class="ppeOp">OneOrMorePath</a>,
9814-
and <a href="#defn_ppeNPS" class="ppeOp">NegatedPropertySets</a>,
9814+
and <a href="#defn_ppeNPS" class="ppeOp">NPS</a>,
98159815
as well as algebraic property path
98169816
expressions contained within these operators.</p>
98179817
<p>The property path patterns with these remaining algebraic property path expressions

0 commit comments

Comments
 (0)