Skip to content

Commit 077197e

Browse files
committed
Named tuples?
1 parent 3440a74 commit 077197e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

shacl12-inf-rules/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,19 @@ <h2>Assignment restrictions</h3>
12371237
</p>
12381238
<p>Do we need "order" in the syntax?</p>
12391239
</div>
1240+
</section>
1241+
<section id="tuples">
1242+
<h2>Work space named tuples</h3>
1243+
<div class="ednote">
1244+
<p>@@ Discussion</p>
1245+
<p>
1246+
Currently, SHACL Rules is, in datatlog-speak, only unnamed 3-tuples.
1247+
To support "programming" in rules, should we allow transient (not part of the output,
1248+
only during rulset evaluation) named n-tuples? <br/>
1249+
e.g. <code>name(termOrVar, ...)</code>, possibly with a unique marker e.g. <code>`</code>
1250+
giving <code>`name(termOrVar, ...)</code>.
1251+
</p>
1252+
</div>
12401253
</section >
12411254
</section>
12421255

0 commit comments

Comments
 (0)