Skip to content

Commit

Permalink
fixing output of variable predicates (obs from Dörthe Arndt)
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Jan 23, 2023
1 parent 58bd6c5 commit 1320a97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
EYE release

[v2.3.7] fixing output of variable predicates (obs from Dörthe Arndt)
[v2.3.6] further fixing https://github.com/eyereasoner/eye/blob/master/reasoning/blogic/beetle13.n3 (obs from Dörthe Arndt)
[v2.3.5] beautifying the output of graph literals
[v2.3.4] adding experimental log:graffiti built-in as used in https://github.com/eyereasoner/eye/blob/master/reasoning/blogic/parteval.n3
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.6
2.3.7
3 changes: 2 additions & 1 deletion eye.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:- use_module(library(semweb/turtle)).
:- catch(use_module(library(http/http_open)), _, true).

version_info('EYE v2.3.6 josd').
version_info('EYE v2.3.7 josd').

license_info('MIT License

Expand Down Expand Up @@ -4306,6 +4306,7 @@
( atom(P),
\+ (sub_atom(P, 0, 1, _, '<'), sub_atom(P, _, 1, 0, '>')),
\+sub_atom(P, 0, _, _, avar),
\+sub_atom(P, 0, _, _, allv),
\+sub_atom(P, 0, _, _, some)
-> write('"'),
writeq(X),
Expand Down
Binary file modified eye.zip
Binary file not shown.

0 comments on commit 1320a97

Please sign in to comment.