Skip to content

Commit a7eec34

Browse files
committed
Adds a note on deduplication of triples produced by CONSTRUCT
1 parent 81781e8 commit a7eec34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4240,6 +4240,11 @@ <h3>CONSTRUCT</h3>
42404240
included in the output RDF graph. The graph template can contain triples with no variables
42414241
(known as ground or explicit triples), and these also appear in the output RDF graph returned
42424242
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>
42434248
<div class="exampleGroup">
42444249
<pre class="data nohighlight">
42454250
@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .

0 commit comments

Comments
 (0)