Skip to content

Commit b3e24d6

Browse files
authored
Merge pull request #306 from w3c/Issue305
Fixes small bug in 18.5 Property Path Patterns
2 parents 17aa63f + 3c8b586 commit b3e24d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9812,10 +9812,11 @@ <h3>Property Path Patterns</h3>
98129812
to other SPARQL graph patterns, such as converting property paths of length one to triple
98139813
patterns, which in turn are combined into basic graph patterns.
98149814
This leaves algebraic property path expressions with the operators
9815+
<a href="#defn_ppeAlt" class="ppeOp">alt</a>,
98159816
<a href="#defn_ppeZeroOrOnePath" class="ppeOp">ZeroOrOnePath</a>,
98169817
<a href="#defn_ppeZeroOrMorePath" class="ppeOp">ZeroOrMorePath</a>,
98179818
<a href="#defn_ppeOneOrMorePath" class="ppeOp">OneOrMorePath</a>,
9818-
and <a href="#defn_ppeNPS" class="ppeOp">NegatedPropertySets</a>,
9819+
and <a href="#defn_ppeNPS" class="ppeOp">NPS</a>,
98199820
as well as algebraic property path
98209821
expressions contained within these operators.</p>
98219822
<p>The property path patterns with these remaining algebraic property path expressions

0 commit comments

Comments
 (0)