Skip to content

Commit

Permalink
using log:UnlabeledBlankNode instead of log:BlankNode for the log:raw…
Browse files Browse the repository at this point in the history
…Type of []
  • Loading branch information
josd committed Feb 1, 2023
1 parent 402736f commit 0148514
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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.6.2] using log:UnlabeledBlankNode instead of log:BlankNode for the log:rawType of []
[v2.6.1] extending log:rawType with log:BlankNode, log:LabeledBlankNode, log:SkolemIRI and log:ForSome types and dropping log:isBlank (obs from Patrick Hochstenbach)
[v2.6.0] adding log:isBlank built-in for SPARQL emulation
[v2.5.0] generating fewer implications for --blogic
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.6.2
4 changes: 2 additions & 2 deletions 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.6.1 josd').
version_info('EYE v2.6.2 josd').

license_info('MIT License

Expand Down Expand Up @@ -11435,7 +11435,7 @@
B \= ':',
C >= 2,
!.
raw_type(A, '<http://www.w3.org/2000/10/swap/log#BlankNode>') :-
raw_type(A, '<http://www.w3.org/2000/10/swap/log#UnlabeledBlankNode>') :-
nb_getval(var_ns, B),
sub_atom(A, 1, _, _, B),
sub_atom(A, _, 4, _, '#bn_'),
Expand Down
Binary file modified eye.zip
Binary file not shown.

0 comments on commit 0148514

Please sign in to comment.