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