We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdacfaa commit 7d80e88Copy full SHA for 7d80e88
spec/index.html
@@ -7445,15 +7445,15 @@ <h5>TRIPLE</h5>
7445
can be used with arbitrary expressions.
7446
</p>
7447
<pre class="query nohighlight">
7448
- PREFIX : <http://example/>
+ PREFIX : <http://example/>
7449
SELECT ?s ?date {
7450
?s ?p ?o
7451
BIND( << ?s ?p ?o >> AS ?qt )
7452
?qt :tripleAdded ?date
7453
}
7454
</pre>
7455
7456
7457
7458
7459
BIND( TRIPLE(?s, ?p, ?o) AS ?qt )
0 commit comments