Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Mar 18, 2024
1 parent edc630d commit 6a6bfce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lingua/reset.trig
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
@prefix lingua: <http://www.w3.org/2000/10/swap/lingua#>.
@prefix : <#>.

# Reset Policy : reset all triples from the resultSurface back to the main surface
# Reset Policy: reset all triples from the neutral surface back to the main surface

() lingua:onResultSurface _:rs.
() lingua:onNeutralSurface _:ns.

_:rs {
_:ns {
:n1 :p1 :n2.
}

(_:S) lingua:onQuestionSurface _:qs.

_:qs {
() lingua:onResultSurface _:S.
() lingua:onNeutralSurface _:S.
() lingua:onAnswerSurface _:S.
}
Binary file modified see.pvm
Binary file not shown.

0 comments on commit 6a6bfce

Please sign in to comment.