File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1237,6 +1237,19 @@ <h2>Assignment restrictions</h3>
1237
1237
</ p >
1238
1238
< p > Do we need "order" in the syntax?</ p >
1239
1239
</ 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 >
1240
1253
</ section >
1241
1254
</ section >
1242
1255
You can’t perform that action at this time.
0 commit comments