Skip to content

Commit 6a72a17

Browse files
committed
Named tuples?
1 parent 3440a74 commit 6a72a17

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

shacl12-inf-rules/index.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -988,10 +988,7 @@ <h3>RDF Rules Syntax</h3>
988988
</ul>
989989
</div>
990990
<div class="ednote">
991-
<p>Describe how the abstract model maps to triples??.
992-
way round - copes with extra triples.
993-
Output is the instance of the abtract model that generates the triples -
994-
but need to define "maximal".
991+
<p>Alternative: Describe how the abstract model maps to triples.
995992
</p>
996993
</div>
997994

@@ -1237,6 +1234,19 @@ <h2>Assignment restrictions</h3>
12371234
</p>
12381235
<p>Do we need "order" in the syntax?</p>
12391236
</div>
1237+
</section>
1238+
<section id="tuples">
1239+
<h2>Work space named tuples</h3>
1240+
<div class="ednote">
1241+
<p>@@ Discussion</p>
1242+
<p>
1243+
Currently, SHACL Rules is, in datatlog-speak, only unnamed 3-tuples.
1244+
To support "programming" in rules, should we allow transient (not part of the output,
1245+
only during rulset evaluation) named n-tuples? <br/>
1246+
e.g. <code>name(termOrVar, ...)</code>, possibly with a unique marker e.g. <code>`</code>
1247+
giving <code>`name(termOrVar, ...)</code>.
1248+
</p>
1249+
</div>
12401250
</section >
12411251
</section>
12421252

0 commit comments

Comments
 (0)