File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -988,10 +988,7 @@ <h3>RDF Rules Syntax</h3>
988
988
</ ul >
989
989
</ div >
990
990
< 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.
995
992
</ p >
996
993
</ div >
997
994
@@ -1237,6 +1234,19 @@ <h2>Assignment restrictions</h3>
1237
1234
</ p >
1238
1235
< p > Do we need "order" in the syntax?</ p >
1239
1236
</ 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 >
1240
1250
</ section >
1241
1251
</ section >
1242
1252
You can’t perform that action at this time.
0 commit comments