Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Dec 16, 2024
1 parent d82188a commit 0afa19e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/rdfsurfaces.n3
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@
({ ?B s:findComponent (?H ?K) } false true) log:ifThenElseIn ?SCOPE.
?B list:notMember { ?I log:onNegativeAnswerSurface ?J }.
?B list:select ({ ?U log:onNegativeSurface ?H } ?K).
?R graph:list ?K.
(?V { ?R => ?H }) graph:negateBlanks ?C.
({ ?V log:skolem ?W } { ?U list:member ?W } ?Y) log:collectAllIn ?SCOPE.
(?K ?Y) list:append ?M.
?R graph:list ?M.
(?V ?U) list:append ?X.
(?X { ?R => ?H }) graph:negateBlanks ?C.
} => ?C.

# convert negative surfaces to forward rules B
Expand Down

0 comments on commit 0afa19e

Please sign in to comment.