Skip to content

Commit 82909d5

Browse files
committed
Named tuples?
1 parent 2ba9408 commit 82909d5

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

shacl12-rules/index.html

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

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

0 commit comments

Comments
 (0)