Skip to content

Commit 1fb6e10

Browse files
authored
Merge pull request #93 from w3c/construct-set
Adds a note on deduplication of triples produced by CONSTRUCT
2 parents a4781c7 + df7795e commit 1fb6e10

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
@@ -4243,6 +4243,11 @@ <h3>CONSTRUCT</h3>
42434243
included in the output RDF graph. The graph template can contain triples with no variables
42444244
(known as ground or explicit triples), and these also appear in the output RDF graph returned
42454245
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>
42464251
<div class="exampleGroup">
42474252
<pre class="data nohighlight">
42484253
@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .

0 commit comments

Comments
 (0)