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.
2 parents a4781c7 + df7795e commit 1fb6e10Copy full SHA for 1fb6e10
spec/index.html
@@ -4243,6 +4243,11 @@ <h3>CONSTRUCT</h3>
4243
included in the output RDF graph. The graph template can contain triples with no variables
4244
(known as ground or explicit triples), and these also appear in the output RDF graph returned
4245
by the CONSTRUCT query form.</p>
4246
+ <p class="note">
4247
+ The construction of the result graph by "set union" does not
4248
+ enforce whether or not duplicated triples appear in the graph serialization.
4249
+ Implementations are allowed to produce duplicate triples or to deduplicate them.
4250
+ </p>
4251
<div class="exampleGroup">
4252
<pre class="data nohighlight">
4253
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
0 commit comments