Skip to content

Commit

Permalink
trying far.n3
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Sep 28, 2023
1 parent dc72014 commit b79ab93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions reasoning/beetle/raf.n3 → reasoning/beetle/far.n3
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
#-------------------------
# Resolution and factoring
# Factoring and resolution
# ------------------------

@prefix log: <http://www.w3.org/2000/10/swap/log#>.

# factoring
{
?P => {?C log:or ?C}.
} => {
?P => ?C.
}.

# resolution
{
?P => {?C log:or ?D}.
Expand All @@ -18,10 +25,3 @@
} => {
?P => {?C log:or ?E}.
}.

# factoring
{
?P => {?C log:or ?C}.
} => {
?P => ?C.
}.
2 changes: 1 addition & 1 deletion reasoning/beetle/test
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash -x
eye "$@" --wcache http://eyereasoner.github.io/eye/reasoning .. --nope http://eyereasoner.github.io/eye/reasoning/beetle/beetle.n3 http://eyereasoner.github.io/eye/reasoning/beetle/raf.n3 --query http://eyereasoner.github.io/eye/reasoning/beetle/beetle-query.n3 --output beetle-answer.n3
eye "$@" --wcache http://eyereasoner.github.io/eye/reasoning .. --nope http://eyereasoner.github.io/eye/reasoning/beetle/beetle.n3 http://eyereasoner.github.io/eye/reasoning/beetle/far.n3 --query http://eyereasoner.github.io/eye/reasoning/beetle/beetle-query.n3 --output beetle-answer.n3

0 comments on commit b79ab93

Please sign in to comment.