Skip to content

Commit

Permalink
Update spec/index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
  • Loading branch information
2 people authored and afs committed Feb 16, 2023
1 parent 3f18886 commit 520a5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ <h5>DELETE (Informative)</h5>
FILTER ( ?date &lt; "1970-01-01T00:00:00-02:00"^^xsd:dateTime )
?book ?p ?v
}</pre>
<p>The pattern in <code>WHERE</code> is matched against the Graph Store. The resulting sequence of solutions to the WHERE clause is used to instantiate the triple patterns in the
<p>The pattern in <code>WHERE</code> is matched against the Graph Store. The resulting sequence of solutions to the <code>WHERE</code> clause is used to instantiate the triple patterns in the
<code>DELETE</code> template similar to CONSTRUCT in SPARQL 1.1 Query. The resulting triples are then removed from the Graph Store.</p>
<p>Data before:</p>
<pre class="data"><strong># Default graph</strong>
Expand Down

0 comments on commit 520a5c3

Please sign in to comment.